@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background-image:url(images/bkTile.jpg); background-repeat:repeat-x;
font-family:"Myriad Pro", arial, verdana; font-size:16px;
}

b{font-size: 110%;}
em{color: #336699;}
img{border:0px;}
#maincontainer{
width: 1002px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{

height: 110px; /*Height of top section*/
width:100%;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 233px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 233px; /*Width of left column*/
margin-left: -1002px; /*Set left margin to -(MainContainerWidth)*/

}

#footer{
background-color:#ebeff2;	
background-image:url(images/footerTile.jpg); background-repeat:repeat-x;
clear: left;
width: 100%;
min-height:132px;
color: #336699;
padding-top: 20px;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #336699;
}
#navbox{
	width:221px;
	background-image:url(images/navBack.png); background-repeat:repeat-y;
	min-height:400px;
	margin-left:4px;
	}
#contentbox{
	width:751px;
	background-image:url(images/contentBack.png);
	background-repeat:repeat-y;
	min-height:600px;

	
	}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.rollover a {
display:block;
width: 200px;
padding:12px 0px 12px 20px;

color:#000;

text-decoration: none;
}
.rollover a:hover { 

color: #336699;
}
.rollover a:active {

color:#000;
}



a:link {
	color: #00104E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00104E;
}
a:hover {
	text-decoration: underline;
	color: #00104E;
}
a:active {
	text-decoration: none;
	color: #00104E;
}
