/* Reset Stuff */
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, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px 0px 0px 22px;
	background: #FFFFFF url('img/main-back.gif') repeat-x;
}
p {
	margin-bottom: 1.2em;
}
h1 {
	color: #919191;
	font-size: 32px;
	font-family: "Times New Roman";
	top: 84px;
	left: 214px;
	position: absolute;
	font-weight: normal;
}
a {
	color: #1D6AAE;
	text-decoration: none;
}
a:hover {
	color: #1D6AAE;
	text-decoration: underline;
}
.noMargin {
	margin: 0px;
}
.pad5 {
	padding: 5px;
}
strong, b {
	font-weight: bold;
}
.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}







/* Design and Menu */

#logo {
	background-color: #E0F1F3;
	padding-top: 23px;
	width: 175px;
}
#aff {
	position: absolute;
	top: 27px;
	left: 410px;
	font-size: 12.5px;
}

#main {
	background: url('img/side-back.gif') repeat-y;
	width: 774px;
}

#nav {
	width: 175px;
	float: left;
}


#menu1 {
	padding: 20px 0px 40px 0px;
}
#menu1 li a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
}
#menu1 li a:hover {
	background-color: #1D6AAE;
	color: #FFFFFF;
}

#sideContent {
	font-size: 13px;
	text-align: center;
	padding: 0px 8px 20px 8px;
}

#mainBody {
	float: right;
	width: 579px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#mainBody td {
	vertical-align: top;
}

#subPicText {
	padding: 3px 0px 20px 0px;
	font-size: 11px;
	text-align: right;
}

#callout {
	margin-left: 15px;
	width: 175px;
	border-top: 2px solid #C4C48C;
	border-bottom: 2px solid #C4C48C;
	padding: 4px 0px;
	font-size: 11px;
}

#footer {
	clear: both;
	padding: 12px 0px 40px 192px;
	background-color: #E0F1F3;
	font-size: 11px;
}