
body{
margin:0;
padding:0;
color:black;
	font-size:12px;
	font-family:verdana, arial, sans-serif; 
	font-weight:normal; 
	
background:#FFFFCD url(/images/menu_background.jpg) repeat-y;
	background-position:0px 108px;
}

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


#topsection{

margin-top:0px;
	line-height:130%;
	left:0px;
	top:0px;
	width:100%; 
	height: 114px; /*Height of top section*/
}



#navigation {
margin-top:-10px;
background: black url(/images/menu_background.jpg) no-repeat;
width:100%;
height:24px;
border-top:1px solid white;
}

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

#contentcolumn{
margin-left: 178px; /*Set left margin to LeftColumnWidth*/
background:#FFFFCD url(/images/body.jpg) no-repeat;
border:1px solid white;
width:700px;
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -100%;


}
#content {
	margin-top:40px;
	margin-left:26px;
	line-height:150%;	
}

#content h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top:-1px;
}

#content h2 {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
	margin-top:23px;
	margin-bottom:-5px;
}


#content h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top:23px;
	margin-bottom:-5px;
}


#content a {
	color: #911436;
}

#content a:visited {
	color: #911436;
}

.logo {
	border:none;
}

.header {
	margin-left:-4px;
}






#meta-navigation ul {
padding-left: 0;
margin-left: 0;
background: black url(/images/menu_background.jpg) no-repeat;
color: White;
position:absolute;
float:left;
margin-left:177px;
margin-top:0px;
border-bottom:1px solid white;
border-left:1px solid white;
margin-top:0px;
background:black;

	
} 


#meta-navigation ul li { display: inline; 
	font-weight:bold;
	
}
	
		


#meta-navigation a {
padding: 0.4em 2.5em;
background-color:black;
color: #999999;
text-decoration: none;
float: left;
border-right: 1px solid white;


}


#meta-navigation a:hover {
	color: white;
background: #FF9A02;

}

#meta-navigation .selected {
	color: white;
	background: #FF9A02;
}
	


.menu ul {
	list-style: none;
margin: 0px;	
margin-top:39px;
text-align:right;
margin-right:0px;

}


.menu ul li {

	padding-top:2px;
	padding-bottom:12px;
}


.menu ul li .selected { /* Makes the selected menu item with red colour */
	
	padding-left:0px;
	font-weight:bold;
	
}



.menu ul li a { 
	padding-left:0px;
	margin-left:0px;
	text-decoration:none;
	color:white;
	
}

.menu ul li a:hover { 
	color:#911436;
}


.print-logo {
	
	display:none;
	text-align:center;
	margin-left:-30px;
} 
