/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 100%;
	font: inherit;
}

body { 
	background-color:#F1F6b7;
	color:#000000;
	margin:10px;
	font-size: 1em;	
	font-family: Sans Serif;
	padding-bottom:20px;
}

.right {
	float:right;
	margin-left:10px;
}
.left {
	float:left;
	margin-right:10px;
}	

#wrap { 
	width: 960px; 
	margin: 0 auto; 
	border:2px solid #3E5A99;
	background-color: #FFFFFF;
}

img
{
	vertical-align:top;
} 

.header { 
	height:120px;
	background-color:#a3a3a3;
	border:0px;
	width:960px;
	padding-bottom:0px;
}

#topnavbar { 
	height:30px;
	color:#E4E84F;
	background-color:#3E5A99;
	border:0px;
	width:960px;
	padding-top:3px;	
	padding-bottom:2px;
	border-style:dotted none dotted none;
	border-width:1px;
	border-color:#3E5A99;
}

#topnavbar ul { 
	margin: 0; 
	top:100px;
	width:950px;	
	padding:5px; 
	list-style-type: none; 
	text-align: center; 
	background-color: #3E5A99; 
	} 
 
#topnavbar ul li {  
	display: inline; 
	font-weight: bold;
	font-size: 1em;
	} 
 
#topnavbar ul li a { 
	text-decoration: none; 
	padding: .2em 1em; 
	color: #E4E84F; 
	font-weight: bold;
	background-color: #3E5A99; 
	} 
 
#topnavbar ul li a:hover { 
	color: #3E5A99; 
	font-weight: bold;
	background-color: #E4E84F; 
	} 

.sidenavbar { 
	color: #3E5A99;
	font-weight:bold;
	background-color:#FFFFFF;
	border-style:none none none dotted;
	border-width:1px;
	border-color:#E5E84F;
}
.sidenavbar a:link {
	color: #3E5A99;
	text-decoration: none;
}
.sidenavbar a:visited {
	color: #3E5A99;
	text-decoration: none;
}
.sidenavbar a:hover {
	color:#E5E84F;
	background-color: #3E5A99;
	text-decoration: none;
}
.sidenavbar a:active {
	color: #3E5A99;
	text-decoration: none;
}

.mainbody {
    display: table;
    table-layout: fixed;
    width: 960px;
    font-size: 1em;
}

.col {
    display: table-cell;
    vertical-align: top;
}

.mainbody .content
{
    width: 710px;
    background-color:white;

	padding-top:15px;
	padding-right:20px;
	padding-bottom:5px;
	padding-left:20px;
	background:white;
	line-height: 1.7;
}
.mainbody .sidenavbar
{
    width: 170px;
    background-color:#FFFFFF;

	padding-top:15px;
	padding-left:7px;
	padding-right:6px;	
	border-style:none dotted none none;
	border-width:1px;
	border-color:#E4E84F;
	text-align:left;
	line-height: 1.7;
}

h1 { 
	font-size:1.4em;
	color: #3E5A99;
	text-align:center;
}

h2 { 
	font-size:1.2em;
	color: #3E5A99;	
}

h3 { 
	font-size:1.1em;
	color: #3E5A99;	
}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

.footer { 
	clear: both;
	text-align:center;
	margin-top:5px;
	width:958px;
	padding:1px;
	color:#334467;
	font-size:0.8em;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#334467;	
	line-height: 1.7;
}

.emphasis {
	font-weight:bold;
	color:#3E5A99;
}
.emphasisbox {
	background-color: #ffff99;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;		
	border-style:solid;
	border-width:1px;
	border-color:#FCD116;
}

.affiliateNotice {
	background-color: #EFEFEF;
	margin:30px auto;	
	text-align:center;
	font-style:italic;
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:#FCD116;
	color:#000000;
	font-size:0.9em;
	padding:5px 7px 5px 15px;
}
