* {
	margin: 0;
	padding: 0;
}


body {
	margin: 20px 0;
	background: #FFFFFF;
	font: 11pt Verdana;
	color: #000000;
}

#bodymedbold {
	font: 10pt Verdana;
	font-weight: bold;	
}

#bodymed {
	font: 10pt Verdana;
}

#bodybold {
	font-weight: bold;
}

#bodydesc {
	font: 10pt Verdana;
	line-height: 135%;
}

#footerText {
	font: 7.5pt verdana;
	color: #666666;
	padding: 3px 0px 0px 0px;
}

#fontSmall {
	font: 7.5pt verdana;
	color: #999999;
	
}

#header {
	width: 790px;
	height: 110px;
	margin-left: auto; 
	margin-right: auto;
	background: #FFFFFF;
}


#wrapper {
	text-align: center;
	width: 100%;
	min-width: 820px;
}

#layoutSpacer {
  width: 790px; /* For IE >:( */
}


/* For Moz and the Boyz :) */
html>body #layoutSpacer {
  display: none;
}


.centeredImage
	{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
    }


h1 {
	font: 20pt Verdana;
	font-weight: none;
	color: #000000;
}

h2 {
	font: 24pt Verdana;
	font-weight: none;
	color: #0000FF;
}

h3 {
	font: 20pt Verdana;
	font-weight: bold;
	color: #000000;
}

p, blockquote, ul, ol {
	text-align: left;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
	
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0027FF;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px solid #000000;
}

img.border {
	border: 1px solid #000000;
}


/* Boxed Style */

.boxed {
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	border-right: none;
	border-top: none;
}

.boxed .title {
	padding: 10px 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #FF0000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

#page {
	width: 790px;
	margin: 0px auto;
	border: 0px;
	padding:0px;
}

#extra {
}

/* Content */

#content {
	float: left;
	width: 570px;
	margin-top: -100px;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	margin:0px;
	padding: 10px 10px 10px 10px;
	text-align:left;
	border-bottom: none;
}

/* Image Grid */

div.cell {
	width: 190px;
	float:left;
	border: 0px solid #FF0000;
	padding: 8px 0px 0px 0px;
}

div.cell2 {
	width: 285px;
	float:left;
	border: 0px solid #FF0000;
	padding: 8px 0px 0px 0px;
}

.clear {
    clear:both;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	text-align: center;
	Background: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 160px;
	padding: 10px 20px;
	border-top: 1px solid #FF0000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12.5px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #FF0000;
	color: #FFFFFF;
}

#menu .first a {
	border: none;
}

#menu .active a {
	background: #0000FF;
	color: #FFFFFF;
}

/* Footer */

#footer {
	font: 7.5pt verdana;
	color: #999999;
	text-align: center;
	clear: both;
	width: 793px;
	margin: 0px auto;
	padding: 3px 0px 3px 0px;;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* Photo-Caption PZ3 CSS v080630 
* copyright: http://randsco.com/copyright 
* www.randsco.com 
*/

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */ 