/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font: normal 9pt Verdana, Arial, sans-serif;
	color: navy;
	}
a {
	text-decoration: none;
	color: blue;
	}
a:hover {
	color: #C1C1EF;
	}
form {
	margin: 0px;
	}
input {
	font: normal 7pt Verdana;
	}
select {
	font: normal 7pt Verdana;
	}
textarea {
	font: normal 7pt Verdana;
	}

/******************/
/***** Topbar *****/
/******************/

#topbar {
	position: relative;
	width: 100%;
	clear: both;
	background-image: url(../images/website/topbar_cont.gif);
	}
#topbarimg {
	position: relative;
	display: block;
	}
#rotator {
	position: absolute;
	top: 31px;
	left: 410px;
	height: 40px;
	width: 400px;
	font: normal 7pt Verdana;
	color: white;
	}
#topbarmenu {
	position: absolute;
	left: 290px;
	top: 72px;
	height: 20px;
	font: bold 10pt Verdana;
	border-left: 1px solid #87899C;
	padding-top: 2px;
	}
#topbarmenu a {
	position: relative;
	color: white;
	text-decoration: none;
	padding: 2px 12px 3px 12px;
	border-right: 1px solid #87899C;
	}
#topbarmenu a:hover {
	color: #DEDEF2;
	}

/**********************/
/***** Mainbody *****/
/**********************/

#mainbody {
	position: relative;
	clear: both;
	background-image: url(../images/website/leftbar_cont.jpg);
	background-repeat:repeat-y;
	}

/*******************/
/***** Leftbar *****/
/*******************/

#leftbar {
	position: relative;
	float: left;
	width: 190px;
	height: 198px;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/website/leftbar_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: white;
	}
#leftbar a {
	position: relative;
	display: block;
	font: bold 11pt Arial;
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	}
#leftbar a:hover {
	color: #C1C1EF;
	}
.leftbartext {
	font: normal 7pt Arial;
	color: #e7e7f5;
	margin-top: -8px;
	margin-bottom: 5px;
	width: 140px;
	}

#newsletter {
	position: relative;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px 0px 5px 0px;
	margin: 25px 0px 10px 0px;
	font: bold 7pt Verdana;
	color: #f3f3f3;
	width: 122px;
	text-align: center;
	}
#newsletter input {
	width: 102px;
	font: normal 7pt Arial;
	}

/*******************/
/***** Content *****/
/*******************/

#content {
	position: relative;
	padding: 10px 20px 0px 0px;
	margin-left: 200px;
	}
#content h1 {
	font: normal 14pt Verdana;
	margin-top: 0px;
	}
#content h2 {
	font: bold 12pt Arial;
	}
#about {
	margin-right: 10px;
	border: 1px solid #404673;
	}

/*********************/
/***** Bottombar *****/
/*********************/

#bottombar {
	position: relative;
	clear: both;
	background-image: url(../images/website/bottombar_cont.gif);
	border-bottom: 1px solid #717BAA;
	}
#bottombar img {
	display: block;
	position: relative;
	}
#bottombar div {
	position: absolute;
	left: 200px;
	top: 42px;
	font-size: 7pt;
	}

/***************************/
/***** Display Classes *****/
/***************************/

.display {
	background-color: #444444;
	}
.display1 {
	font: bold 8pt Verdana;
	background-color: #f0f0f0;
	padding: 2px;
	text-transform: capitalize;
	text-align: left;
	}
.display2 {
	font-weight: normal;
	background-color: white;
	padding: 2px;
	text-align: left;
	}
.display2 textarea {
	width: 100%;
	}