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

body{

margin:0;
padding:0;
line-height: 1.3em;
background-color: #003;
}

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

#maincontainer{
width: 1013px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#topsection{
background: #23417F;
height: 344px; /*Height of top section*/
}

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

#contentwrapper{
float: left;
width: 100%;
background:#FFF;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background-color:#FFF;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -1013px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
}

#footer{
clear: left;
width: 100%;
background:#fff;
color:  #000;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
font-size:10px;

}

#footer a{
color: #FFFF80;
}

.innertube-main{
	margin: 0px 10px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	font-family:"Comic Sans MS", Tahoma;
	font-size:14px;
	color: #000033;
	text-align:justify;
}
.innertube-main ul{

}
.innertube-main ol{
	padding-left:20px;
	
}
.innertube-main li{
	
	
	padding-left:20px;
}
.innertube-main li a{
	text-decoration:none;	
}

.innertube-main li a:hover{
	color: #F00;
	
}

.innertube-main li a:vistied{
	color:#000033;
	
}


.innertube-main .header{

font-size:20px;
text-align:center;
font-weight:bold;


}

.innertube-main h2{

font-size:20px;



}
.bullet ul{
	padding-left:40px;
}
.bullet li {
list-style-image:none;
	list-style-type:circle;
	padding-left:10px;
}
	

#div1 {
width: 523px;
float: left;
color:#FFF;
font-family:"Comic Sans MS", Tahoma;
font-size:24px;
text-align:center;
padding-top:8px;
}
#div2 {
width:490px;
float: left;
}
#div3 {
width:170px;
float: left;
font-family:"Comic Sans MS", Tahoma;
	font-size:12px;
	text-align:center;
	line-height:1.5em;
	padding-bottom:10px;

}
.clear {
clear: both;
}

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #23417F; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(../images/vstrip1.jpg) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px  "Comic Sans MS", Tahoma;
display: block;
color:#000033;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color:#000033;


}

.articles {
	
	width:200px;
	height: 350px;
	float:left;
	display:block;
	
}
	

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #900 ;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 4; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}



[if IE]>
<style type="text/css">
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]

