/* CSS Document */

body{
	background:#5191ce url(../images/page_bg.png) repeat;
	font-family:'Calibri';
	font-size:14px;
	margin:10px;
	margin-top:0px;
	padding:0px;
}

h1{
	margin-top:0px;
	margin-bottom:10px;
}

a:link, a:visited {
	color: #2d509b;
}

a:hover {
	color: #3b66c2;
}
a:active {
	color: #2d509b;
}


.hiddenDiv{
	display:none;
}

#wrapper{
	
}

#container{
	width:950px;
	background:#5191ce;
	background:#FFF;
}

#header {
	height:225px;
}

#header #container{
	padding:0px;
	color:#FFF;
}


#link_bar #container{
	background:#002e62;
	color:#cbc7d5;
	font-size:14px;
	min-height:20px;
	padding-top:12px;
	white-space:nowrap;
}

#link_bar #link_item{
	float:left;
	margin:auto;
	height:25px;
}

#link_bar a{
	color:#cbc7d5;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
}

#link_bar a:hover{
	text-decoration:underline;
}

.link_bar_item{
	padding:5px;
}

.link_bar_item:hover{
	/*background:#97c0e6;*/
}



#content #content_left{
	background:#5191ce;
	color:#FFF;
	float:left;
	width:160px;
	height:100%;
	padding:5px;
}

#content_left a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#content_left a:hover{
	color:#FFF;
	text-decoration:underline;
}

#content #content_right{
	background:#FFF;
	float:left;
	width:755px;
	height:100%;
	min-height:600px;
	padding:10px;
	padding-left:15px;
}

#page_bar{
	background:url(../images/page_bar.png);
	width:741px;
	height:40px;
	margin-bottom:5px;
	padding-left:5px;
}

#page_bar #left{
	float:left; 
	width:500px; 
	font-size:24px; 
	font-weight:bold; 
	color:#FFF; 
	padding:5px;
}

#page_link_bar{
	border-bottom:#002e62 solid 1px;
	width:741px;
	padding-bottom:5px;
	padding-left:5px;
}

#page_link_bar a{
	color:#002e62;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

#page_link_bar a:hover{
	text-decoration:underline;
}

#page_content{
	min-height:400px;
	padding-top:15px;
	padding-left:5px;
	width:742px;
}

#footer{
	
}

#footer #container{
	background:#5191ce;
	border-bottom:#FFF solid 5px;
	color:#FFF;
}


#content_section{
	width:141px;
}

#content_section #top{
	height:13px;
	background:url(../images/content_section_top.png) no-repeat;
}

#content_section #body{
	background:url(../images/content_section_body.png) repeat-y;
	color:#000;
	width:131px;
	padding-left:5px;
	padding-right:5px;
}

#content_section #bottom{
	height:10px;
	background:url(../images/content_section_bottom.png) no-repeat;
}



.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}


.textbox{
	background:#CCC;
	
	scrollbar-face-color: #0e1939;
	scrollbar-highlight-color: #0e1939; 
	scrollbar-3dlight-color: #0e1939; 
	scrollbar-darkshadow-color: #0e1939; 
	scrollbar-shadow-color: #0e1939; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #e58e1a; 
	
}