/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.2em;
background-color:#cc0033;
}

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

#maincontainer{
width: 840px; /*Width of main container*/
margin: left; /*Center container on page*/
}

#topsection{
background: #cc0033;
height: 154px; /*Height of top section*/
}

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

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

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding-left: 20px;
	background: #FFFFFF;
	
}

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

#footer{
	clear: left;
	width: 100%;
	background: #cc0033;
	color: #FFFFFF;
	font-size:9px;
	text-align: center;
	text-decoration:none;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	
}
.img {
float: right;
padding-left: 25px;
}

#footer a{
color: #FFFFFF;
}

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

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 10px 0;
padding: 5px ;
width: 140px;
}

.markermenu li a{
background: url(images/redbox.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: auto;
padding: 10px 0;
padding-left: 50px;
text-decoration: none;

}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 140px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #FFFFFF;
}

.markermenu li a:hover{
color: black;
background-color: #cc0033;
background-image:url(images/hoofleft.gif); /*onMouseover image change. Remove if none*/
}

p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
	text-align:center;
}

.linkdoc{
list-style-type: none;
margin: 0px 0;
padding: 0px ;
width: 500px;
}

.linkdoc li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
text-decoration: none;
}

* html .linkdoc li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 500px;
}

.linkdoc li a:visited, .markermenu li a:active{
color: #CC0033;
}

.linkdoc li a:hover{
color: #CC0033;
}
