/* CSS Document */

BODY
   {
   color:black;
   font-family:Verdana;
   font-family:sans-serif;
   size:-1;
   } 
   
/* DIV ID="doc" contains everything except the background */
#doc { 
	 width: 595px;
	 position: absolute;
	 left: 175px;
	 top: 180px;
}
#doc_rt_col {  
	 width: 285px;
	 float: right;
}
#doc_lt_col { 
	 width: 285px;
	
	float:left;
	clear:left;	 
}
#doc_span { 
	text-align: center;
	 position:relative;
}

#doc_header {
	background-color: #CCCCCC;
	background-image: url(main_page_images/title_runner.jpg);
	background-repeat: repeat;
	height: 180px;
	margin: 0px auto;
}

#title {
	background-color: #EEEEEE;
	background-image: url(main_page_images/title.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 748px;
	margin: 0px auto;
}

#title_menu{
	
	background-color: #6E97E8;
	width: 153 px;
	height: 150%;
	position: absolute;
	left: 0;
	top: 138;
	z-index: 1;
	border-right: 2px #3672E6 groove;
}

#title_menu p{
	background-color: #7CA0E7;
	width: 150 px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid #6990DC 1 px;
	border-bottom: solid #6990DC 1 px;
	text-align: right;
	font-size: large;
	font-weight: bold;
	color: white;
	padding-right: 3px;
}
#title_menu a{
	text-decoration: none;
	color: white;
}
#title_menu a:hover{
	text-decoration: none;
	color: #454546;
}   

#blue_box{
	width: 285 px;
	border: 2px #3672E6 groove;
	/*background-color: #286DF3;*/
	color: darkblue;
	text-align: center;	
}

#blue_box h1{
	font-size: x-large;	
}

#news_box{
	width: 285px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px #3672E6 groove;	
}

#news_box p{
	text-align: justify;
}

#news_box_title{
	background-color: #FF6633;
	width: 290px;
	color: white;
	font-weight: bold;
	font-size: large;
	text-align: center;

}

#news_box_headline{
	color: #3366CC;
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}


a:link { color: #0000ff; text-decoration: none }
a:active { color: #0000ff; text-decoration: none }
a:visited { color: #0000ff; text-decoration: none }
a:hover { color: #0000ff; text-decoration: underline }


a.lft:link { color: #ffffff; text-decoration: none }
a.lft:active { color: #ffffff; text-decoration: none }
a.lft:visited { color: #ffffff; text-decoration: none }
a.lft:hover { color: #ffffff; text-decoration: underline }

a.lact:link { color: #ffffff; font-weight: bold }
a.lact:active { color: #ffffff; font-weight: bold }
a.lact:visited { color: #ffffff; font-weight: bold }
a.lact:hover { color: #ffffff; text-decoration: underline; font-weight: bold }
