/* HTML Clasees
*******************************************/
BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/template/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	background-color: #efefe7;
}

H1, H2, H3, H4 {
	font-size: 12pt;
	text-transform: capitalize;
	font-variant: normal;
	font-family: "Trebuchet MS";
}

strong, bold {font-weight: normal;}
.bolder {font-weight: bold;}

tr, td {
	font-size: 9pt;
}

/* template classes
*******************************************************************/
.container {
	width: 640px;
	margin: auto;
	padding: 0px;
}

#home {}
#logo {}
.top {
	height: 37px;
	display: block;
	clear: both;
}
.clr {
	display: block;
	clear: both;
}
.navigation {
	clear: both;
	width: 100%;
	padding: 8px 4px 4px;
	height: 45px;
}
.left {
	float: left;
	width: 162px;
}
.right {
	float: left;
	width: 460px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.bottom {
	background-color: #990000;
	width: 100%;
	padding: 2px;
}
.container .right h1 {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	font-weight: bold;
}
.container .right h2 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
}
.container .right h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.container .right p {
	line-height: 130%;
}
.container .bottom table {
	font-size: 9pt;
	color: #FFFFFF;
	padding: 2px;
	vertical-align: top;
}
.footer {
	background-color: #efefe7;
	height: 40px;
	width: 100%;
	text-align: center;
}
#top {}
#top ul {
	display:inline;
	list-style: none;
}

#top li {
	float: right;
}
#top li #logo {
	overflow: hidden;
	height: 0px;
}
#top li a {
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	color: #333333;
	text-decoration: none;
}
#top li a:visited {
	display: block;
	padding-right: 4px;
	padding-left: 4px;
}
#top li a:hover {
	display: block;
	padding-right: 4px;
	padding-left: 4px;
}
#nav {
	position: relative;
	top: 18px;
}

#nav ul {
	display:inline;
	list-style: none;
	left: 5px;
	top: 5px;
	position: relative;
	padding-top: 10px;
	vertical-align: bottom;
	height: 20px;
}
.container #nav #list {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFFFF;
}

#nav li {
	float: left;
	height: 25px;
}

#nav li a {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 2px 6px 2px 4px;
	font-weight: bold;
}
#nav li a:visited {
}
#nav li a:hover {
}
#home {
	background-image: url(/images/template/ets.gif);
	position: relative;
	height: 22px;
	width: 200px;
	left: 5px;
	top: 6px;
	background-repeat: no-repeat;
	cursor: hand;
}


/* Form Elements

----------------------------------------------- */

TEXTAREA {
	width: 337px;
	height: 170px;
	border: 1px #E6E1D5 solid;
}


INPUT {
	height: 20px;
	border: 1px #E6E1D5 solid;
}