@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

h1 {
	color:#d0232a;
	font-size:2.6em;
	font-family: Trebuchet MS, Times, serif;
}

h2 {
	color:#2e3190;
	font-size:1.2em;
	font-weight:bold;
}

h3 {
	color:#d0232a;
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
}

p {
	margin-top:0;
}


hr {
	height:1px;
	border-bottom:1px solid #d0d0d0;
	border-top:0px none;
	padding:0;
}

ol {
	/*font-weight:bold;
	color:#2e3190;*/
}

a:link {
	color:#2e3190;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#2e3190;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2e3190;
	font-weight:bold;
	text-decoration:underline;
}

table {
	border-bottom:1px solid #6d6d6d;
	border-left:1px solid #6d6d6d;
}

td {
	border-right:1px solid #6d6d6d;
	border-top:1px solid #6d6d6d;

}

.normal {
	font-weight:normal;
	color:#000000;
}

.small {
	font-size:10px;
}

.large {
	font-size:1.2em;
}

.standfirst {
	color:#6d6d6d;
	font-weight:bold;
	font-size:1.2em;
}

/* force a vertical scroll in firefox (prevents page jumping) 
html { min-height: 100%; margin-bottom: 1px; }*/

/***********************************************************************/
/* containers                                                          */
/***********************************************************************/

#blackhead {
	background-color:#000000;
}

#blackheadinner {
	color:#FFFFFF;
	width:1000px;
	margin:0 auto 0 auto;
	padding:4px 0 4px 0;
}

#blackheadinner a {
	color:#FFFFFF;
	font-weight:bold;
	float:right;
}


.clearme {
	clear:right;
	height:30px;
}

#holder {
	background-image:url(../images/containerbg.gif);
	background-repeat:repeat-x;
	background-color:#cfdede;
}

#container {
	width: 1000px;
	margin: 16px auto 0px auto;
	padding: 0px;
	background-color:transparent;
}

#header {
	background-image:url(../images/headerbg.gif);
	background-repeat:repeat-x;
}

#headerinner {
	color:#FFFFFF;
	width:1000px;
	margin:0 auto 0 auto;
}

#menu {
	float:right;
	text-align:right;
	padding-top:84px;
	width:400px;
}

#menu ul li{
	list-style-type:none;
	display:inline;
}

.padright {
	padding-right:10px;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#menu li a:link {
	color:#d0232a;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:visited {
	color:#d0232a;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:hover {
	color:#d0232a;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}

.leftcol {
	width:570px;
}

.rightcol {
	width:400px;
	float:right;
	text-align:right;
}

.rightcolsmall {
	width:260px;
	float:right;
}

.rightcolsmall .starlist ul {
	margin-top:0;
	padding-top:0;
}

.starlist ul li{
	list-style-image:url(../images/star.gif);
	margin-left:-22px;
	margin-top:0;
	padding-top:0;
}

.starlist li{
	padding-bottom:10px;
}

.starlist li a:link{
	padding-bottom:10px;
	color:#d0232a;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

.starlist li a:visited{
	padding-bottom:10px;
	color:#d0232a;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

.starlist li a:hover{
	padding-bottom:10px;
	color:#d0232a;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}

#footer {
	background-color:#d5d6d6;
	height:2px;
}

#footerinner {
	width:590px;
	padding-right:410px;
	margin:0 auto 0 auto;
	color:#FFFFFF;
}