@charset "utf-8";
/* CSS Document */

body {
	background-color:#E6C60E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}
#outer_container{
	width:929px;
	text-align:left;
	margin:0 auto;
	margin-top:16px;
	}
#header {
	width:929px;
	height:219px;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	}
#menu{
	width:909px;
	height:27px;
	padding-left:18px;
	padding-top:9px;
	background-image:url(images/menu-bg.jpg);

	}
#menu ul{
	margin:0;
	padding:0;
	font-size:15px;

}
#menu li{
	display:inline;
	background-image:url(images/menu-divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 22px 0 0;
	margin:0 0 0 18px;
	}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;
	}
#menu li a:hover{
	color:#E6C60E;
	text-decoration:none;
	}	
#main_content {
	width:881px;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-y;
	padding:14px 24px 14px 24px;
	
	}
#content {
	width:701px;
	margin-left:180px;
	min-height:430px;
	}
#left_col {
	width:170px;
	float:left;
	}
#right_col {
	width:190px;
	float:right;
	margin:0 0 0 10px;
	}
#footer {
	clear:both;
	width:929px;
	height:59px;
	background-image:url(images/footer-bg.jpg);
	}
#left_box {
	width:170px;
	}
#left_box_header {
	width:170px;
	height:28px;
	background-image:url(images/left_box_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	font-style:italic;
	padding-top:4px;
	}
#left_box_content {
	width:152px;
	padding:8px;	
	border:1px solid #f20000;
	background-color:#ffffff;
	}
#left_box_content ul{
margin:0;
padding:0 8px;
}
#left_box_content li {
	padding:6px 0;
	border-bottom:1px solid #efefef;
	list-style:none;
	}
#left_box_content li:hover {
	border-bottom:1px solid #cccccc;
	}

#left_box_content li a{
	color:#666666;
	text-decoration:none;
	padding-left:10px;
	}	
#left_box_content li a:hover{
	color:#f20000;
	text-decoration:none;
	padding-left:10px;
	}	

#center_box {
	width:501px;
	}
#center_box_header {
	width:501px;
	height:28px;
	background-image:url(images/center_box_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	font-style:italic;
	padding-top:4px;
	}
#center_box_content {
	width:482px;
	padding:8px;	
	border:1px solid #f20000;
	background-color:#ffffff;
	}
#right_box {
	width:190px;
	}
#right_box_header {
	width:190px;
	height:28px;
	background-image:url(images/right_box_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	font-style:italic;
	padding-top:4px;
	}
#right_box_content {
	width:172px;
	padding:8px;	
	border:1px solid #f20000;
	background-color:#ffffff;
	}
	
#content_box {
	width:701px;
	}
#content_box_header {
	width:701px;
	height:28px;
	background-image:url(images/content_box_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	font-style:italic;
	padding-top:4px;
	}
#content_box_content {
	width:682px;
	padding:8px;	
	border:1px solid #f20000;
	background-color:#ffffff;
	}
	
#current_contest {
	width:497px;
	height:84px;
	background-image:url(images/current_contest.gif);
	background-repeat:no-repeat;
	}
#currcontest_content {
	text-align:left;
	font-family:"Verdana", Helvitica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-top:35px;
	padding-left:140px;
	}	
	
.margin0 {
	margin-top:0;
	}
	
.pagetitle{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	font-style: italic;
	color:#333333;
	}	

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	font-style: italic;
	color:#333333;
	}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style: italic;
	color:#f20000;
	}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style: italic;
	color:#333333;
	}
	
A:link {
	color: #3366CC;
}

A:visited	{
	color:	#333399;
	}

A:active	{
	color:	#333399;
	}


A:hover {
	color: #CC0000;
}
	
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
table{	background-color:#FFFFFF	}	

P.short   { 	margin-top: .15cm;
            	margin-bottom: .15cm;
                margin-left: .25cm;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10pt;
            }

.MEDIUM { font-size:16px; }

.small { font-size: 10px; }

.errormsg     { color : red; }
.successtext  { color:#336666; }	

.errortext	{ 	font-size: 16px;
				color: red;
			}	
			
.colheader {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F2D300;
	color: #000000;
	font-weight:700;
}	


P.article_title	{ font-family: Tahoma, Arial, Helvetica, sans-serif;
					font-size: 11pt;
					font-weight: 700;
					color: #666666;
					margin-top: 0cm;
					margin-bottom: .15cm;
					text-align: left;
				}		

P.article_byline	{ font-family: Tahoma, Arial, Helvetica, sans-serif;
					font-size: 8pt;
					font-style: italic;
					margin-top: 0cm;
					margin-bottom: .15cm;
					text-align: left;
				}		

.article_member { 
				font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 9pt;
				text-align:justify;
				color: #666666;
			}
			
P.news_title	{ font-family: Tahoma, Arial, Helvetica, sans-serif;
					font-size: 10pt;
					font-weight: 600;
					color: #666666;
					margin-top: .25cm;
					margin-bottom: 0cm;
					text-align: left;
				}	
				
P.news_title_1st { font-family: Tahoma, Arial, Helvetica, sans-serif;
					font-size: 10pt;
					font-weight: 600;
					color: #666666;
					margin-top: .0cm;
					margin-bottom: 0cm;
					text-align: left;
				}		
				
.news { 
				font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 9pt;
				text-align:justify;
			}											
