
*
{
padding: 0em;
margin: 0em;
}

body
{
	padding: 0px 0px 35px 0px;
}

body,input
{
	font-size: 8pt;
	font-family:verdana,arial,sans-serif; 
	/*font-family:	Georgia,"Times New Roman",Times,serif;*/
	line-height:130%; 
	font-weight:400;
}


p
{
	margin-bottom: 1.0em;
	text-align: justify;
}


#clearboth
{
	clear:both;
}

a:hover
{
	text-decoration: none;
}

ul,ol
{
	margin-left:10px;
}
.post h1
{
	padding-bottom:10px;
	font-size:19px;
}
.post h2
{
	font-size:17px;
	padding-bottom:8px;
	padding-top:8px;
}
.post h3
{
	font-size:15px;
	padding:7px 5px 5px 0px;	
}
h3 span
{
	font-weight: normal;
}

h3,h4
{
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
}

h3
{
	font-size: 1.7em;
	padding:7px 5px 5px 0px;
}

h4
{
	font-size: 1.2em;
	padding:7px 5px 5px 0px;
}
#newsbox h3
{
	padding-bottom:10px;
	padding-top:15px;
}
.newsdate
{
	font-style:italic;
	padding:10px 10px 10px 0 ;
}
.contentarea
{
	padding-top: 1.3em;
}

img
{
	border: solid 1px silver;
}

img.left
{
	position: relative;
	float: left;
	margin: 0em 0.8em 0.2em 0em;
}

img.right
{
	position: relative;
	float: right;
	margin: 0em 0em 0.2em 0.8em;
}





.box
{
	position: relative;
	top: -1.5em;
	padding: 10px 10px 10px 10px;
	margin-bottom:3px;
	
}





#outer
{
	z-index: 2;
	position: relative;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 900px;

	margin: 5px auto;
}

#wrap {
	padding: 0;
}


#toprightbannerbox
{
	position: absolute;
	top: 1.7em;
	right: 0.0em;
	padding-right: 0.0em;
}
#toprightbannerbox h1
{
	font-size:19px;
	padding:10px;
	text-align:right;
}
#toprightbannerbox h4
{
	text-align:right;
	padding-right:10px;
	padding-bottom:5px;
	
}

#headerpic
{
	position: relative;
	height: 105px;
	margin-bottom: 2px;
}
#headerpic img
{
	border:none;
}
#menu
{
	position: relative;
	height: 2.5em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 0px;
}

#menu ul
{
	position: absolute;
	top: 0.6em;
}

#menu ul li
{
	position: relative;
	display: inline;
}

#menu ul li a
{
	padding: 0.6em 1.0em 0.6em 1.0em;
	text-decoration: none;
	font-weight:bold;
}

#menu ul li a:hover
{
	text-decoration: underline;
}



#content
{
	padding: 0em 0em 0em 1.0em;
}

#primarycontainer
{
	/*879*/
	float: left;
	margin-right: -250px;/*same width as the total for secondarycontent*/
	width: 100%;
	padding-top:20px;
}

#primarycontent
{
	/*margin: 0.5em 22.0em 0em 0em;*/
	width:615px;/*this depends on the width of primarycontainer*/
	padding-right:10px;
}

#secondarycontent
{
	/*Note the width + border should not exceed 200px*/
	margin-top: 1px;
	float: right;
	width: 249px;
	border-left:1px solid silver;
	padding-top:20px;
}
#secondarycontent p
{
	text-align: left;
}
#secondarycontent h4
{
	padding:0 0 0 0px;
}

.contentimage 
{
	width:270px;
	float:right;
	margin-left:15px;
}

#footer
{
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 2.0em;
	font-size: 0.8em;
	border-top:1px solid silver;
}

#footer .left
{
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}

#footer .right
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
div.figure {
  float: left;
  padding: 1px;
  margin-right:5px;
  margin-bottom:5px;
  width:190px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.smallfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

table.cms_table
{
	text-align:left;
	width:100%;
	padding:10px 0 10px 0;
}
table.cms_table th
{
	text-align:left;
}
table.summary
{
	text-align:left;
	width:100%;
	padding:10px 0 10px 0;
}
table.summary td
{
	padding:0 0 10px 0;
}
table.summary th  
{
	width:200px;
	padding:0 0 10px 0;
}

