@charset "UTF-8";
/* CSS Document */


a:link{
text-decoration: none;
}
a:visited{
text-decoration: none;
}


img {
border: none;
	}

.heading {
	font: Georgia, Times New Roman, Times, Serif;
	color: #FFFFFF;
	font-style: oblique;
	padding-left: 50px
}

.text {
	 font-family: Georgia, Times New Roman, Times, Serif;
	 size: 4px;
	 color:#666666;
	 padding-left: 63px;
	 padding-right: 10px;
	 padding-top: 15px;

}

.nav_text {
 	font-family: Georgia, Times New Roman, Times, Serif;
	 size: 4px;
	 color:#666666;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-top: 5px;

} 

.li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-left: 15px;
	border-left: solid 2px #FFF7EE;
	list-style-type: circle;
	line-height: 29px;
}
	
.li_b {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #172c5c;
	padding-left: 15px;
	list-style-type: circle;
	line-height: 29px;

}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #172C5C;
	font-size: 16px;
	padding-left: 15px;  
}


body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #333333;
}

b{font-size: 100%;}
em{color: #333333;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #F3F3F3;
}

#topsection{
background: #000000;
height: 127px; /*Height of top section*/
margin-top: 0;
font-size: 25px;
background-image: url(../images/common/page_top.jpg);
background-repeat: no-repeat;

}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-image:url(../images/common/left_column_img.gif);
background-repeat: repeat-y; 
}

#contentcolumn{
margin-left: 131px; /*Set left margin to LeftColumnWidth*/
background-image: url(../images/common/vert_gradient.gif);
background-repeat: repeat-y;

}

#leftcolumn{
float: left;
width: 131px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #FFCEBA;
background-image: url(../images/common/left_column_img.gif);
background-repeat: repeat-y;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF7EE;
text-align: center;
padding: 4px 0;
text-size: 8px;
}

#footer a{
color: #FFFFFF;
text-size: 8px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* navigation style */



.wireframemenu{
border: 1px solid #FFF7EE;
background-color: #FFCEBA;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 1;
width: 131px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 13px Georgia, Times New Roman, Times, Serif;
padding: 13px 4px 12px 18px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #172C5C;
text-decoration: none;
border-bottom: 1px solid #FFF7EE;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #FFF7EE;
color: #172C5C;
}

