
html, body {padding: 0px; margin: 0px;}

body {
	font-family: verdana;
	font-size: 0.8em;
	background: url('/template/images/body.bg.gif') center top;
}
* html body {font-size: 1em;}

a {text-decoration: none;}

h3 {
	font-size: 1.4em;
	font-weight: normal;
}
* html h3 {font-size: 1.8em;}

h4 {
	font-size: 1.2em;
	font-weight: normal;
}
* html h4 {font-size: 1.6em;}

.clear {clear:both; overflow: hidden; height: 0px;}

#page {
	width: 808px;
	margin: 4px auto;
	background: url('/template/images/page.mid.gif') left top repeat-y;
}

#page #top {background: url('/template/images/page.top.gif') left top no-repeat;}
#page #bot {
	padding: 6px 4px 4px 6px;
	background: url('/template/images/page.bot.gif') left bottom no-repeat;
}

#pHeader {
	position: relative;
	height: 150px;
}

#pHeader img.photoMod {position: absolute; top: 0px; left: 0px;}

#pHeader #overlay {
	position: absolute;
	height: 150px;
	width: 875px;
	top: 0px;
	left: 0px;
}

#mainNav {
	margin-top: 1px;
	background: #b7b7b7 url('/template/images/mainNav.bg.gif') left bottom repeat-x;
}

#pContent {
	padding-top: 30px;
	background: url('/template/images/content.bg.gif') top left repeat-x;
}

#leftCol {
	float: left;
	width: 175px;
}

#leftNav {
	padding: 10px;
	border-right: 0px solid #898989;
}

#leftNav a {
	color: #898989;	
	font-family: verdana;
	display: block;
	padding-left: 12px;
	background: url('/template/images/dot.gif') center left no-repeat;
}

#leftNav a:hover {
	color: #000;	
	background: url('/template/images/dot.hover.gif') center left no-repeat;
}

#pageContent {
	margin-left: 225px;
	margin-right: 35px;
}

.contentCont {
	min-height: 221px;
	background: url('/template/images/cloads.jpg') top center no-repeat;
}

.contentCont img {padding: 3px;}

.transCont {
	background: url('/template/images/transCont.bl.png') bottom left no-repeat;
	padding: 0 0 0 8px;
}
* html .transCont {background: url('/template/images/transCont.bl.gif') bottom left no-repeat;}

.transCont .botr {
	background: url('/template/images/transCont.br.png') bottom right no-repeat;
	padding: 0 0 8px 0;
}
* html .transCont .botr {background: url('/template/images/transCont.br.gif') bottom right no-repeat;}

.transCont .topl {
	background: url('/template/images/transCont.tl.png') top left no-repeat;
	margin-left: -8px;
	padding-left: 8px;
}
* html .transCont .topl {background: url('/template/images/transCont.tl.gif') top left no-repeat;}

.transCont .content {
	background: url('/template/images/transCont.tr.png') top right no-repeat;
	padding-top: 8px;
}
* html .transCont .content {
	background: url('/template/images/transCont.tr.gif') top right no-repeat;
	padding: 15px 3px 0 3px;
}

.transCont ul {
	margin: 0px;
	padding: 3px 10px 0 20px;
}
* html .transCont ul {padding: 0 20px 0 20px;}

.somepadding {display: none;}
* html .somepadding {font-size: 0.7em;}

.newsTitle {
	color: #898989;
	border-bottom: 1px solid #898989;
	margin: 10px;
}

#footer {
	margin-left: 225px;
	margin-right: 35px;
	margin-top: 20px;
	padding: 20px;
	color: #898989;
	font-size: 0.8em;
	border-top: 1px solid #898989;
}

* html #footer {font-size: 1em;}

#pLogos {
	width: 800px;
	margin: auto;
}
#pLogos img {
	margin-right: 1px;
}

