#frontpage { 
	position: absolute;
	width: 800px;
	height: 400px;
	left: 50%;
	margin-left: -400px; 
	top: 50%;  
	background-color:#AE9678;
	text-align: center;
	margin-top: -200px;
}

body.frontpage {
	background: #AE9678;
	margin: 0px;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 175px;
  float: left;
  clear: left;
	font-size: 80%;
	background-color: #AE9678;
	margin: 0px;
	padding: 0px;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  text-align: left;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 4px;
	line-height: 3em;
}

.leftSideBar ul li a {
  background: transparent left center;
  padding-left: 15px;
  text-align: left;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6em;
}

.leftSideBar ul li a:hover
{
background: transparent url(../images/menuarrow_black.gif) left center no-repeat;
color: black;
}

.leftSideBar ul li a#current
{
background: transparent url(../images/menuarrow_white.gif) left center no-repeat;
color: white;
	font-size: 1.6em;
}

.leftSideBar p {
	margin: 1em;
}

/* ##### Main Copy ##### */

#main {
  position: relative;
  color: black;
  background-color: white;
  text-align: justify;
  margin: 0 0 0 175px;
  padding: 0px;
}

#main h1 {
  color: #AC9477;
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}

#main p {
  color: black;
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  text-align:
  margin: 0em 1em 0 4em;
  padding: 1em 0 0 0;
	margin: 0em 1em 0 4em;
}

#main p.error
{
	font-weight: bold;
	color: red;
}

#main a {
  color: #AC9477;
  background-color: transparent;
  text-decoration: none;
	font-weight: normal;
}

#main a:hover {
  text-decoration: underline;
}

#main a.sub {
  color: #AC9477;
  background-color: transparent;
  text-decoration: none;
	font-weight: normal;
}

#main a.sub:hover {
  color: #AC9477;
  background-color: transparent;
  text-decoration: underline;
	font-weight: normal;
}

#main table {
  border-spacing: 0px;	
}

#main .password {
	width: 160px;
	background: #f0eee8;
}

#main input {
	background: #f0eee8;
}

#main textarea {
	background: #f0eee8;
}

#main .submit {
	border: 1px solid #000000;
}

#main .news {
	margin: 0px 0px 0px 4em;
	border-collapse: collapse;
	empty-cells: show;
}

#main .newshead {
	background: #ae9678;
	font-weight: bold;
	vertical-align: top;

}

#main .newsrow1 {
	background: #e8d8cb;
	margin: 0px;
	vertical-align: top;
}

#main .newsrow2 {
	margin: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

/* ##### Head style ##### */

.fullwidth {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.halfleft {
	width: 50%;
	text-align: left;
}

.halfright {
	text-align: right;
	width: 50%;
}

/* ##### Top menu ##### */

#topmenus {
	background: #D8C1A4;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.tblfullwidth {
	color:#222222;
	background-color:#bbbbbb;
	width:90%;
	margin-left: 0px;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#CACACA;
}

.tblstd {
	color:#222222;
	background-color:#bbbbbb;
	margin-left: 0px;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#CACACA;
}

.tblheader {
	color: white;
	vertical-align: top;
	font-weight:bold;
	background: #ae9678;
	background-color: #ae9678;
	border-top-width:1px;
	border-top-color:#CACACA;
	border-top-style:solid;

}

.tblfooter {
	color: black;
	vertical-align: top;
	font-weight:normal;
	background: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width:1px;
	border-top-color:#CACACA;
	border-top-style:solid;
	text-align: right;
}

.tbltdoption {
	background-color: #F5F5F5;
	color:#222222;
	padding:3px;
	font-weight : bold;
	vertical-align:top;
	text-align:right;
	border-top-width:1px;
	border-top-color:#CACACA;
	border-top-style:solid;
	border-right-width:1px;
	border-right-color:#CACACA;
	border-right-style:solid;
}

.tbltdoptionvalue {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:left;
	border-top-width:1px;
	border-top-color:#CACACA;
	border-top-style:solid;
}

.tblrow1 {
	background: #f8e8db;
	margin: 0px;
	vertical-align: top;
	padding:3px;
}

.tblrow2 {
	background: #FFFFFF;
	margin: 0px;
	vertical-align: top;
	padding:3px;
}

.topmenuimages {
	background: #D8C1A4;
	text-align: center;
}

.topmenutext {
	background: #D8C1A4;
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.topmenusubmenu {
	text-align: center;
	background: white;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#main p.submenu {
	color: #AC9477;
}

/* ##### Common Styles ##### */

body {
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  background: url(../images/sidebar.gif) repeat-y;
	margin: 0px;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

p {
  margin: 1em 0 1em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

#top {
	position: absolute;
	top:  0;
	width:  100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-right: 175px;
	color: #7B6A54;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

#main > #top {
	padding-right: 0px;
}

#men {
	position: absolute;
	background: #D8C1A4;
	top:  31px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:  79px;
	padding-right: 175px;
}

#main > #men {
	padding-right: 0px;
}

#nav {
	position: absolute;
	top:  132px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:  20px;
	padding-right: 175px;
}

#main > #nav {
	padding-right:  0px;
}

#cont {
	position:  absolute;
	top:  153px;
	width: 90%;
	margin-left: 2em;
	padding: 0px;
	padding-right: 175px;
}

#main > #cont
{
	padding-right:  0px;
}

img {
	vertical-align: middle;
	border: none;
}

.smallheading {
	display: block!important;
	width: 90%!important;
	font-weight: bold!important;
	background: #AE9678!important;
	background-color: #AE9678!important;
	text-align: center!important;
	color: black!important;
	padding-left: 1em!important;
	padding-right: 1em!important;
	padding-top: 0.3em!important;
	padding-bottom: 0.3em!important;
}

.asterisk {
	color: red;
	font-size: 90%;
}

a.submit {
	background-color:#f0eee8!important;
	background:#f0eee8!important;
	color:black!important;
	border-width:1px!important;
	border-color:#B6B6B6!important;
	border-style:solid!important;
	padding:2px!important;
	text-decoration:none!important;
	font-size: 90%!important;
	font-weight:normal!important;
	cursor:pointer!important;
}

input[type=submit] {
	background-color:#f0eee8!important;
	background:#f0eee8!important;
	color:black!important;
	border-width:1px!important;
	border-color:#B6B6B6!important;
	border-style:solid!important;
	padding:2px!important;
	text-decoration:none!important;
	font-size: 90%!important;
	font-weight:normal!important;
	cursor:pointer!important;
}

.withborder {
	border-style: solid;
	border-width: 1px;
	border-color: #B6B6B6;
}

/* ##### Message styles ##### */

#msgcritical {
	position: static;
  background: url("../images/messagebox_critical.gif") no-repeat left center #f0eee8;
	text-align: left;
	padding: 15px 15px 15px 40px;
	border: thin outset black;
	font-weight: bold;
	margin: 10px;
}

#msgwarning {
	position: static;
  background: url("../images/messagebox_warning.gif") no-repeat left center #f0eee8;
	text-align: left;
	padding: 15px 15px 15px 40px;
	border: thin outset black;
	font-weight: bold;
	margin: 10px;
}

#msginformation {
	position: static;
  background: url("../images/messagebox_info.gif") no-repeat left center #f0eee8;
	text-align: left;
	padding: 15px 15px 15px 40px;
	border: thin outset black;
	font-weight: bold;
	margin: 10px;
}
