h1,h2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #705C7A;
	margin: 0px;
	text-decoration: none;
	line-height: 16px;
}

p,td,div {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	text-decoration: none;
	line-height: 18px;
}

ul,ol,li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
}
img {
	border: none;
	text-decoration: none;	
}

a {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #71637a;
	margin: 0px;
	text-decoration: none;
}

a:link {
	color: #71637a;
}

a:visited {
	color: #71637a;
}

a:hover {
	color: #cc0000;
}

a:active {
	color: #cc0000;
}


#centre_layer {
	position: relative;
  	top: 0px;
  	right: 0;
  	margin: 0 auto;
  	width: 950px;
  	text-align: left;

  	padding: 0;

  	background: transparent;
	
	height: 100%;
}

#banner_layer {
	position: absolute;
	
	top: 0px;
	left: 0;
	width: 950px;
	height: 474px;
	
	background-image: url(/images/layout/top-bg.jpg);
	background-repeat: no-repeat;
		
}

#date_layer {
	position: absolute;
	
	top: 25px;
	right: 27px;
	
	color: #333333;	
}

#banner {
	position: absolute;
	
	top: 141px;
	left: 13px;
	width: 924px;
	height: 200px;	
}

#content_container {
	position: absolute;
	top: 374px;
	left: 0px;
	width: 950px;

	
	background-image: url(/images/layout/content-bg.jpg);
	background-repeat: repeat-y;
	
	padding-left: 13px;	
	
	
}

#inner_container {
	position: relative;
}

#navigation {
	float: left;
	top: 10px;
	left: 13px;
	width: 200px;
}


#content {
	float: left;
	padding-top: 35px;
	width: 519px;
	
	padding-left: 15px;
	padding-right: 20px;
	
	z-index: 50;
}

#topcontentbg {
    position: absolute;
    
    top: 374px;
    left: 214px;
	
	height: 28px;
	width: 552px;
	
	background-image: url(/images/layout/top-content-bg.jpg);
	
	z-index: 55;
} 

#images {
	float: left;
	top: 5px;
	width: 170px;
	
	text-align: right;

	background: #B3A6BD;
}

#topnav {
	position: absolute;
	top: 347px;
	left: 13px;
	width: 923px;
	
	text-align: center;
}

#footer {
	margin-left: -13px;
	width: 950px;
	height: 15px;
	font-size: 11px;
	
	padding-top: 0px;
	padding-left: 12px;
	
	clear: both;
	
	z-index: 150;
	
	background: #EEEBF0;
	
	text-align: left;
	vertical-align: middle;
}

.centerwhite {
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	
}

.datext {
	text-align: leftr;
	font-size: 11px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	text-decoration: none;
	
}

p.copyright {
	display: block;
	padding-top: 5px;
	width: 926px;
	border-top: 1px solid #594f6a;
}

.copyright {
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	text-decoration: none;
	
}

a.copyright:link {
	color: #333333;
}

a.copyright:visited {
	color: #333333;
}

a.copyright:hover {
	color: #CC0000;
}

a.copyright:active {
	color: #CC0000;
}


body.layout {
	margin: 0px;
	
	min-width: 950px;

	background: #EEEBF0;
	
	background-image: url(/images/layout/bodybg.jpg);
	background-repeat: repeat-x;
}


a.topnav {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	text-decoration: none;
}
a.topnav:visited {
	color: white;	
}

a.topnav:hover {
	color: black;
}

.glossymenu {
	margin: 2px 0;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	width: 200px; /*width of menu*/
	
}

.menuitem_open {
	background: url(/images/layout/menu-open.jpg);
	background-position: top right;	
}

.menuitem_close {
	background: url(/images/layout/menu-close.jpg);
	background-position: top right;	
}

.glossymenu a.menuitem {
	display: block;
	line-height: 20px;

	border: none;
	border-bottom: 1px solid white;
	
	font-weight: bold;
	color: white;
	
	/*To help in the anchoring of the ".statusicon" icon image*/
	width: auto 0;
	padding: 2px 0;
	padding-left: 10px;
	text-decoration: none;
	
	
}

.glossymenu a.menuitem:visited {
	color: white;
}

.glossymenu a.menuitem:hover {	
	color: black;
}

.glossymenu a.menuitem:active {
}

.glossymenu a.menuitem .statusicon {
	display: none;

}

.glossymenu div.submenu { /*DIV that contains each sub menu*/
	border-top: none;
}

.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	border-bottom: 1px solid white;
}

.glossymenu div.submenu ul li a {
	font-weight: normal;
	display: block;

	color: black;
	
	background: #C7BBCC;
	
	text-decoration: none;
	padding: 2px;
	padding-left: 10px;
	
}

.glossymenu div.submenu ul li a:hover {
	color: white;
}

.glossymenu div.submenu ul li a:ACTIVE {
	color: white;
}


.required, .required_auto_form {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin: 0px;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
	background: white;
}

.form_text {
	width: 200px;
}

.form_textarea {
	width: 200px;
	height: 100px;
}

.form_submit {
	
}

input,textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
