body {
	behavior: url("csshover2.htc");
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/bgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9ec4d7;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	background-color: #fffbcb;
	min-height:595px;
}
.borderall {
	border: 1px solid #FFFFFF;
}
#vmenu {
	margin: 0px;
	padding: 0px;
	width: 222px;
	float: left;
}
#vmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#vmenu li {
border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
}
#vmenu a {
	width: 220px;
	height: 150px;
	display: block;
}
#vlink1 {
	background-image: url(Images/buttons-vert_01.gif);
	background-position: left top;
	width: 220px;
	height: 150px;
	display: block;	
}
#vlink1 a:hover {
	background-image: url(Images/buttons-vert_01.gif);
	background-position: right top;
}
#vlink2 {
	background-image: url(Images/buttons-vert_02.gif);
	background-position: left top;
	width: 220px;
	height: 150px;
	display: block;
}
#vlink2  a:hover  {
	background-image: url(Images/buttons-vert_02.gif);
	background-position: right top;
}
#vlink3 {
	background-image: url(Images/buttons-vert_03.gif);
	background-position: left top;
	width: 220px;
	height: 50px;
	display: block;
}
#vlink3  a:hover  {
	background-image: url(Images/buttons-vert_03.gif);
	background-position: right top;
}
#vlink4 {
	background-image: url(Images/buttons-vert_04.gif);
	background-position: left top;
	width: 220px;
	height: 50px;
	display: block;
}
#vlink4  a:hover  {
	background-image: url(Images/buttons-vert_04.gif);
	background-position: right top;
}
#vlink5 {
	background-image: url(Images/buttons-vert_05.gif);
	background-position: left top;
	width: 220px;
	height: 50px;
	display: block;
}
#vlink5  a:hover  {
	background-image: url(Images/buttons-vert_05.gif);
	background-position: right top;
}
#vlink6 {
	background-image: url(Images/buttons-vert_06.gif);
	background-position: left top;
	width: 220px;
	height: 50px;
	display: block;
}
#vlink6  a:hover  {
	background-image: url(Images/buttons-vert_06.gif);
	background-position: right top;
}
#vlink7 {
	background-image: url(Images/buttons-vert_07.gif);
	background-position: left top;
	width: 220px;
	height: 50px;
	display: block;
}
#vlink7  a:hover  {
	background-image: url(Images/buttons-vert_07.gif);
	background-position: right top;
}

/* HORIZONTAL MENU */

#hmenu {
	width:800px;
	height: 30px;
	background-image: url(Images/hbar.gif);
	background-repeat: no-repeat;
}
#hmenu a {
	width: 100px;
	height: 30px;
	display: block;
}
#hmenu ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 380px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#hmenu li {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#hlink1 {
	background-image: url(Images/buttons-hori_01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;	
}
#hlink1 a:hover  {
	background-image: url(Images/buttons-hori_01.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#hlink2 {
	background-image: url(Images/buttons-hori_02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	
}
#hlink2 a:hover  {
	background-image: url(Images/buttons-hori_02.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#hlink3 {
	background-image: url(Images/buttons-hori_03.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;	
	
}
#hlink3 a:hover  {
	background-image: url(Images/buttons-hori_03.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#hlink4 {
	background-image: url(Images/buttons-hori_04.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;	
	
}
#hlink4 a:hover  {
	background-image: url(Images/buttons-hori_04.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#content {
	float: right;
	width: 536px;
	background-color: #FFFFFF;
	border: 1px solid #c03901;
	padding: 10px;
	margin: 10px;
	display: inline;
	min-height: 459px;
	_height: 459px; /* explorer only */
}
.formtext {
	font-size: 80%;
}
h1 {
	font-size: 120%;
	color: #FF7F00;
	margin: 0px 0px .5em;
	padding: 0px;
	line-height: 120%;
}
h2 {
	margin: 1em 0px 0em;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
	font-weight: bold;
}
.altrow {
	background-color: #eaeaea;
}
p {
	margin: .5em 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 130%;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	margin-left: 0px;
	
}
#content ul li {
	font-size: 90%;
	line-height: 130%;
}
#content a:link {
	color: #FF7F00;
}
#content a:visited {
	color: #000000;
}
#content a:hover {
	font-weight: bold;
}
#strap {
	font-size: 70%;
	text-align: right;
	background-color: #B1E3F7;
	width: 792px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 2px 4px 2px 2px;
	color: #0188D0;
}
#footer {
	text-align: center;
	clear: both;
	font-size: 75%;
	padding-bottom: 10px;
}
#footer ul {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}
#footer li {
	display: inline;
	padding-left: 5px;
}

#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover{
	text-decoration: underline;
	color: #FF7F00;
}
#footer a:active{
	text-decoration: none;
	color: #000000;
}
.vertseparatorlink {
	border-right: 1px solid #FF7F00;
	padding-right: 0.75em;
	padding-left: 0.5em;
	_padding-right: 0.25em;
}
.novertseparatorlink {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.xsmalltype {font-size: x-small;}
.errortext {
	color: #FF0000;
	font-weight: bold;
}
#content img {
	float: left;
	border: 1px solid #c03901;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
}

