html {
	height: 100%;
}

body {
	height: 100%;
	padding:0;
	margin:0;
}

.body_style
{
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/bg.png) 0% 0% repeat-x;
	text-align:center;
}

.clr
{
	clear:both;
}

tr,td,p,div
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0;
	margin:0;
	text-align:left;
}


/******************layout settings ************************/
.header
{
	height:105px;
	margin:0 auto;
	width:795px;
}

.logo
{
	float:left;
	width:200px;
}

.banner
{
	float:right;
	width:468px;
}
.wrapper
{
	width:811px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

.top_shadow
{
	background:transparent url(../images/top_shadow.png) 0% 0% repeat-x;
}

.left_shadow
{
	background:transparent url(../images/left_shadow.png) 0% 0% no-repeat;
}

.right_shadow
{
	background:transparent url(../images/right_shadow.png) 100% 0% no-repeat;
}

.main
{
	padding:20px 20px 20px 20px;
}


.left,
.right
{
	width:165px;
	vertical-align:top;
}

.content
{
	vertical-align:top;
	padding:0px 7px 0px 7px;
}

.footer
{
	font-size:0.9em;
	color:#999999;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

table.moduletable 
{
	margin-bottom:15px;
}

table.moduletable th
{
	font-weight:normal;
	font-size:1.2em;
	color:#669900;
	padding-bottom:5px;
}

table.moduletable td
{
}


a.mainlevel#active_menu
{
	color:#333333;
}
a.mainlevel:link,a.mainlevel:visited
{
	color:#666666;
	text-decoration:none;
	padding:0px 0px 0px 4px;
	font-weight:normal;
}

a.mainlevel:hover
{
	text-decoration:underline;
}

ul
{
	margin:0;
	padding:0;
	list-style:none;
}

ul li
{
	background:transparent url(../images/arrow.png) 2px 5px no-repeat;
	padding:0px 0px 0px 8px;
}

.contentheading,.componentheading
{
	color:#669900;
	font-weight:normal;
	line-height:25px;
	font-size:1.4em;
}

.sectiontableheader
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF9900;
	padding:3px 3px 3px 3px;
}

.date,.createdate,.small,.modifydate
{
	font-size:0.9em;
	color:#999999;
}

a:link,a:visited
{
	color:#669900;
	text-decoration:none;
	font-weight:normal;
}

a:hover
{
	text-decoration:underline;
}

.mosimage {
  border: 1px solid #D1D1D1;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;;
  padding: 1px 2px;
  color: #666666;
  font-size: 11px;
  border-top: 1px solid #D1D1D1;
}

hr {
width:  100%; 
 }
 
hr.separator {
width:  100%; 
 }
 
a.pnav {
}
.pnav:hover {
}

.sectiontableentry1 {
text-align: left;
padding: 2px;
}

.sectiontableentry2 {
text-align: left;
padding: 2px;
}

.button
{
}

.inputbox {
}

a.readon {
}

.blog_more {
}

a.readon:hover {
	text-decoration: underline;
}

.blog {
width: 100%;
}


a.contentpagetitle:link,a.contentpagetitle:visited
{
color: #669900;
}

a.contentpagetitle:hover
{
	text-decoration:666666;
}

.contentpaneopen {
}


.contentdescription {
font-size: 0.9em;
}

.categorytitle {
}

a.category {
text-decoration:  none; 
 }
a.category:hover {
text-decoration:  underline; 
 }

.poll {
text-align: left;
border:0px solid #CCCCCC;
}


.back_button a{
font-weight: normal;
}

.blogsection {
font-size: 11px;
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
font-size: 11px;
border-bottom: 1px solid #BBBBBB;
}

form {
margin: 0px;
padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
	padding:0;
	margin:0;
}

h1
{
	font-size:1.4em;
}

h2
{
	font-size:1.3em;
}

h3
{
	font-size:1.2em;
}

h4
{
	font-size:1.1em;
}

h5
{
	font-size:1em;
}

h6
{
	font-size:0.9em;
}

pre
{
	border:1px solid #C1C1C1;
	background-color:#F1F1F1;
}
