/* CSS Document */
body {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #0b2b64;/*dark blue*/
	margin: 0px auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#wrapper {
	width: 950px;
	background: #000033;
	text-align: left;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
}
#header {
    width:950px;
	background-image:url(images/bg_header01.gif);
	background-repeat:repeat-x;
}

#side_bar {
	width: 116px;
	float: left;
	font-weight:bold;
	padding: 15px 8px;
	border-right: 1px solid #fff;
}
#content {
	margin: 0px 188px 0 135px;
	padding: 20px 10px;
	color:#0b2b64;/*dark blue*/
	background-image:url(images/bg_content.png);
	background-repeat:repeat;
}

#right_column {
	margin: 0px;
	padding: 3px 4px 8px;
	float: right;
	width: 175px;
	border-left: 1px solid #FFFFFF;
}
#right_column1 {
background-color:#666666;
	padding:0px 5px;
	border: 1px solid #FFFFFF;
}

#footer {
	border-top: 2px solid #FFFFFF;
	font-size: 80%;
	color: #FFFFFF;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-y; 
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}


h3 {
color:#fff;
font-size:120%;
}

h5 {
font-size:105%;
color:#006cff; /*bright blue*/
}

#right_column1 h5 {
font-size:105%;
color:#002163; /*bright blue*/
}

dt {
padding-top
:8px;
}

h6 {
font-size:90%;
color:#fff;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
	 background-color:#fef6c8;/*light yellow*/
}

#content p {
	text-align:justify;
}

#content a, #content a:link { 
	color:#0b2b64;/*dark blue*/
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
}

#content a:visited { 
	color: #999;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover, #content a:active, #content a:focus {  
	color: #999;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
}

.clear {
        clear:both; 
        height:0; 
        margin:0;
        font-size: 1px;
        line-height: 0px;
}

.colbottom {
margin-bottom:0px !important; 
padding-bottom:0px;
line-height:0px;
font-size:0px;
}

.small {
font-size:80%;
}

