/* page styling, unimportant for the menu. only makes the page looks nicer */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url(../images/bkg.jpg);
	color: #2C4D5E;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #324ESE;
	margin-bottom: -0.8em;
}

.subh1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: 324ESE;
	line-height: 1em;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	list-style-type: circle;
	color: #2C4E67;
}


p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
h2 {
	font-size: 1em;
	color: 324ESE;
	margin-bottom: -0.8em;
}

.example {
	padding: 0px;
	margin: auto;
	width: 980px;
	background-color: #FFFFFF;
	border: thin solid #666666;
	z-index: 1;
}

/* Content CSS */
#main {
	float:left;
	width:598px;
	background-color: #FFFFFF;
	padding: 30px;
    }
#sidebar {
	float:right;
	width:279px;
	padding: 20px;
	background-color: #FFFFFF;
	height: 100%;
	z-index: 0;
    }
	
	#footer {
	clear:both;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin: auto;
	width: 980px;
	background-image: url(../images/09footer.jpg);
	background-repeat: repeat-x;
    }
	
#wrap {
	margin:0 auto;
	width:980px;
	background-color: #FFFFFF;
    }

h5 {
	font-size: 0.9em;
	color: #071B58;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 0.9em;
	color: #071B58;
	margin-bottom: -0.7em;
	margin-top: 1em;
}

#prpl {
	width:1px;
	background-color: #FFFFFF;
	float: right;
}
.sidebarh2 {
	font-size: 1em;
	color: 324ESE;
	background-image: url(../images/callout.gif);
	background-repeat: no-repeat;
	height: 42px;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: -25px;
}
