/* Basic Set-up and Styles */
body {
	margin: 0;
	padding: 0;
	background: #fff url(poli_bg_top.jpg) repeat-x;
	font-size: 14px;
	color: #000;
}

body, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {color: #660099;}
a:visited {color: #660066;}
a:hover {color: #336600; text-decoration: none;}

#basepage {
	width: 900px;
	margin: 0 auto;
	padding: 16px 0;
}

h1, h2, h3 {
	color:#006600;
}

h1 {
	margin: 0;
	letter-spacing: -1px;
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	line-height: 150%;
}


/* Header, Logo etc. */
#header {
	width: 724px;
	height: 180px;
	margin: 0;
 	background: url(poli_bg_pic.jpg) no-repeat right center;
}

#texthead {
	float: left;
	padding: 60px 0 0 0;
}

#texthead h1 {
	margin: 0;
	letter-spacing: 0;
	color: #ffffcc;
	padding-left: 60px;
}

#texthead p {
	margin: 0;
	font-size: 13px;
	color: #ffffcc;
	padding-left: 60px;
}

#texthead a {
	color: #ffffcc;
}


/* Main Column Items, Styles */
#main_column {
	float: right;
	width: 600px;
}

.item {
	padding: 0 0 12px 0;
}

blockquote {
	margin: 16px;
	padding: 3px 3px 3px 9px;
  	background-color: #e7e7e7;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #990099;
	font-weight: bold;
	color: #006600;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}


/* SPAN ITEMS */
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006600;
}

.big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #cc0000;
}

.note {
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
}


/* Centered image with caption - DIV */
.picpost_c {
	width: auto;
	text-align: center;
}

.picpost_c img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #cfcfcf;
}

.picpost_c span {
	display: block;
	text-align: center;
	font-size: 0.8em;
	padding: 0.1em 0 1em 0;
}

.float-left {
	float: left;
	padding-right: 9px;
	border: none;
}

.float-right {
	float: right;
	padding-left: 5px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}


/* Left Column Vertical Menu */
#leftcolmenu {
	font-size: 13px;
	float: left;
	width: 240px;
}

#leftcolmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftcolmenu li #leftcolmenu li ul{
}

#leftcolmenu li li {
	padding-left: 10px;
	background: url(poli_bullet.jpg) no-repeat left center;
	border-bottom: 1px dotted #990099;
}

#leftcolmenu h2 {
	margin: 0;
	padding: 12px 0;
	color: #990099;
}

#leftcolmenu a {
	text-decoration: none;
}

/* 
#leftcolmenu a:hover {
	color: #006600;
}
 */

/* Footer and Space for Ads */
#adspace {
	clear: both;
	padding: 14px;
	background-color: #fff;
	color: #000;
}

#footer {
	padding: 15px 0;
	background: url(poli_foot.jpg) repeat-x;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#footer a {
	color: #ffffcc;
}

