/*font determination*/
.title {font-family: Verdana; font-size: large; font-weight: bold; color:#23324b;}

.copy {font-size: smaller; font-family: Verdana;}

.copybold {font-size:small; font-family: Verdana; font-weight:bold;}

.copylink {font-size: small; font-family: Verdana;}
	a.copylink:link {
		color: #202C4F;
		text-decoration: underline;
	}
	a.copylink:visited {
		color: #36566B;
		text-decoration: none;
	}
	a.copylink:hover {
		color: #BC1F2C;
		text-decoration: none;
	}
	a.copylink:active {
		color: #BC1F2C;
		text-decoration: none;
	}

.copylinkbold {font-size: small; font-weight:bold; font-family: Verdana;}
	a.copylinkbold:link {
	color: #202C4F;
	text-decoration: none;
	}
	a.copylinkbold:visited {
	color: #36566B;
	text-decoration: none;
	}
	a.copylinkbold:hover {
		color: #BC1F2C;
		text-decoration: none;
	}
	a.copylinkbold:active {
		color: #BC1F2C;
		text-decoration: none;
	}
	
.bottomnav {font-weight: bold; font-family: Verdana; font-size:xx-small;}
	a.bottomnav:link {
	color: #202C4F;
	text-decoration: none;
	}
	a.bottomnav:visited {
	color: #36566B;
	text-decoration: none;
	}
	a.bottomnav:hover {
		color: #BC1F2C;
		text-decoration: none;
	}
	a.bottomnav:active {
		color: #BC1F2C;
		text-decoration: none;
}

.subtitle {
	font-size: medium;
	font-weight:bold;
	font-family: Verdana;
	color:#e1e0de;
	background:#36566b;
	height: 40px;
	margin-top: 5px;
	padding-left: 15px;		
	}

/*end font determination*/

/*menu coding*/

#menu {
width: 10.9em;
background: #e1e0de;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px Verdana;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #36566b;
background:#e1e0de;
text-decoration: none;
}

#menu a:hover {
color: #e1e0de;
background: #23324b;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>

<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.8em/1.4em Verdana;
} 

</style>

/*end menu coding*/

body{
background-color: #C7BEB9;
margin:0;
padding:0;
line-height: 1.5em;
}


#maincontainer{
width: 996px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #C7BEB9;

}

#topsection{
background: #C7BEB9;
height: 248px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
background: #C7BEB9;
}

#spacer{
float:left;
width:100%;
background: #C7BEB9;
height:20px;
}

#contentcolumn{
margin: 0 180px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #e1e0de;
}

#contentcolumnhead {
width:100%;
background: #23324B;
height: 40px;
}

#leftcolumn{
float: left;
width: 190px; /*Width of left column in pixel*/
margin-left: -996px; /*Set margin to that of -(MainContainerWidth)*/
background: #C7BEB9;
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
background: #C7BEB9;
}

#footer{
clear: left;
width: 100%;
background: #e1e0de;
text-align: left;
padding: 4px 4px;
}

.box {
	border: 1px ridge #36566b;
}
