html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

div {
	font-family: verdana;
	font-size: 12px;
}

a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

h1{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.contentLeftPadding{
	padding-left: 20px;
}

h2{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 10px;
}

siteTop{
	background-color: #000000;
	height: 180px;
}

.site{
	margin-left: auto;
	margin-right: auto;
	width: 981px;
}

.blueBorder{
	width: 981px;
	height: 2px;
	background-color: #2f7595;
}


.menuItemPicked{
	float: left;
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-top: 7px;
}

.menuItem{
	float: left;
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #7f7f7f;
	padding-top: 7px;
}


.menuItemPickedLink{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#submenu{
	float: left;
	width: 147px;
}

.subMenuTop{
	background-image: url('/files/design/images/sup_menu_top.jpg');
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 29px;
	width: 147px;
}

.subMenuMiddle{
	background-image: url('/files/design/images/sup_menu_middle.jpg');	
	width: 117px;
	padding-left: 20px;
	padding-right: 10px;
}


.subMenuBottom{
	background-image: url('/files/design/images/sup_menu_bottom.jpg');
	background-repeat: no-repeat;
	height: 29px;
	width: 147px;
}

.theSub{
	background-position: top;
}

#contentMiddle{
	float: left;
}

.boxBlueTop{
	width: 415px;
	height: 32px;
	background-image: url('/files/design/images/box_blue_top.jpg');
	background-repeat: no-repeat;
}

.boxBlueMiddle{
	width: 415px;
	background-image: url('/files/design/images/box_blue_middle.jpg');
}

.boxBlueBottom{
	width: 415px;
	height: 32px;
	background-image: url('/files/design/images/box_blue_bottom.jpg');
	background-repeat: no-repeat;
}

.textBoxBlue{
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.textBoxBlue p{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.boxMiddleLeftSide p{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.contentLeft{
	float: left;
	width: 490px;
}

.contentRight{
	float: left;
	width: 491px;
}

#blueLine{
	width: 830px;
	height: 2px;
	background-color: #2f7595;
}

.boxMiddleLeftSide{
	background-image: url('/files/design/images/boxMiddleLeftSide.jpg');
	width: 174px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.boxBottomLeftSide{
	background-image: url('/files/design/images/boxBottomLeftSide.jpg');
	background-repeat: no-repeat;
	width: 194px;
	height: 33px;
}

.breaker{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.breaker2{
	height: 10px;
	width: 1px;
	clear: both;

}

.formRow1{
	float: left;
	font-weight: bold;
	width: 300px;
	padding-right: 20px;
}

.formRow2{
	float: left;
	font-weight: bold;
}

.inputText{
	border: 1px solid #000000;
	padding: 2px;
	width: 200px;
}

.inputTextarea{
	border: 1px solid #000000;
	padding: 2px;
	width: 200px;
	height: 30px;
}

.inputTextarea2{
	border: 1px solid #000000;
	padding: 2px;
	width: 200px;
	height: 100px;
}


.inputSelect{
	width: 200px;
}