@charset "utf-8";
html, body {
	border:0;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
p {
	margin:0;
	padding:0 0 8px 0;
}
ul, ol {
	list-style:circle;
	padding:0 0 0 15px;
	margin:0;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0px;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}
body {
	background-color:#272727;
	background-image:url(../core_images/background.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
a:active {
	color:#990000;
	text-decoration:none;
}
#container {
	margin:0px auto;
	width:989px;
	background-image:url(../core_images/home_BG.jpg);
	background-repeat:no-repeat;
}
#headerLeft {
	width:220px;
	float:left;
	margin:30px 0 0 175px;
	z-index: 10;
	position:absolute;
}
#headerRight {
	width:559px;
	float:right;
}
#login {
	width:355px;
	height:30px;
	float:right;
	padding-right:91px;    
}
#login a:link {
	color:#ffffcc;
    font-weight: bold;
	text-decoration:none;
}
#login a:visited {
	color:#ffffcc;
    font-weight: bold;
	text-decoration:none;
}
#login a:hover {
	color:#ffffcc;
    font-weight: bold;
	text-decoration:underline;
}
#login a:active {
	color:#ffffcc;
    font-weight: bold;
	text-decoration:none;
}
#navigation {
	height:22px;
	width:468px;
	padding:35px 91px 0 0;
	float:right;
	text-align:right;
 *padding-bottom:10px;
 *height:12px;
 	font-size:12px;
}
#navigation li {
	display:inline;
	margin: 0 0 4px 18px;
	padding:0;
}
#navigation a:link {
	text-decoration: none;
	color:#CCCCCC;
}
#navigation a:hover {
	color:#FFFFFF;
	border-bottom:4px solid #FF0000;
	padding-bottom:5px;
}
#navigation a:visited {
	text-decoration: none;
    color:#CCCCCC;

}
#navigation a:active {
	text-decoration: none;
	color:#FFFFFF;
}

#flash {
	height:208px;
	width:685px;
	margin:18px 108px 29px 196px;
    z-index: 0;     
	
	/*background-image:url(../core_images/flash.jpg);*/
}
#LeftColumn {
	width:415px;
	float:left;
	margin:0 0 0 180px;
	top:0;
	_margin:0 0 0 90px;
}
#RightColumn {
	width:296px;
	float:right;
	margin:0 90px 0 0;
	top:0;
	_margin:0 30px 0 8px;
}
.Content {
	width:372px;
	background-image:url(../core_images/home_contentBG.jpg);
	background-repeat:repeat-x;
	border:1px solid #FFF;
	background-color:#FFF;
	padding:20px;
	margin-bottom:11px;
}
.Content a:link {
	color:#990000;
	text-decoration:none;
}
.Content a:visited {
	color:#990000;
	text-decoration:none;
}
.Content a:hover {
	color:#CC0000;
	text-decoration:underline;
}
.Content a:active {
	color:#990000;
	text-decoration:none;
}

#footer {
	height:20px;
	color:#666666;
	font-size:9px;
}
#footer a:link {
	color:#999;
	text-decoration:none;
}
#footer a:visited {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:active {
	color:#999;
	text-decoration:none;
}
#ads {
	margin:30px 0 0 23px auto;
	width:234px;
}
#news {
	width:150px;
	z-index:20;
	position:absolute;
	padding:5px 0 0 17px;
	color:#999999;
	text-align:right;
}
#news a:link {
	color:#CCCCCC;
	text-decoration:none;

}
#news a:visited {
	color:#CCCCCC;
	text-decoration:none;

}
#news a:hover {
	color:#FFFFCC;
	text-decoration:underline;

}
#news a:active {
	color:#CCCCCC;
	text-decoration:none;

}
#secondaryNav {
	width:163px;
	z-index:20;
	position:absolute;
	padding:87px 0 0 17px;
	color:#999999;
	line-height:25px;
	font-size:12px;
	text-align:right;
}
#secondaryNav UL {
	list-style-type:none;
	font-weight:bold;
}
#secondaryNav a:link {
	color:#FFFFCC;
	text-decoration:none;
	padding-right:15px;
	border-right:5px solid #FFFFFF;
}
#secondaryNav a:visited {
	text-decoration:none;
	padding-right:15px;
	border-right:5px solid #FFFFFF;
    color:#FFFFCC;
}
#secondaryNav a:hover {
	color:#FFF;
	text-decoration:none;
	padding-right:15px;
	border-right:5px solid #CC0000;

}
#secondaryNav a:active {
	color:#FFFFCC;
	text-decoration:none;
	border-right:5px solid #FFFFFF;
}
.clearing {
	clear:both;
}
/* /////////////////////////////    STYLES //////////////////////////////// */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	font-weight:bold;
	padding-bottom:15px;/*letter-spacing:1px;*/
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	padding-bottom:10px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#FFF;
	padding:10px 0 20px 0;
	font-weight:normal;
}

.newsText {
	font-size:10px;
}

