html, body{
	background-color: #c0c0c0;
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

a{
	color: white;
	text-decoration: none;
}

#wrap{
	min-width: 750px;
	max-width: 950px;
	margin: 1em auto;
	padding: 0;
	background-color: #e0e0ed;
	min-height: 95%;
}

#banner{
	height: 116px;
	background-color: #25408e;
	text-align: center;
}

#menu{
	height: 28px;
	color: white;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	border-top: 2px solid #E0E0ED;
	background-color: #25408E;
	padding: 0;
}

#menu a:hover{
	color: #bcbcd8;
}

#menu div{
	background-color: #00FF00;
	width: 900px;
	padding: 0;
	margin: 0;
}

#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 6px;
}

#menu li{
	display: inline;
	background-color: #25408E;
	padding: 6px;
	margin: 0;
	width: 100px;
	border-left: 2px solid #E0E0ED;
}

#submenu{
	font-weight: bold;
	font-size: 110%;
	border-top: 2px solid #E0E0ED;
	padding: 0;
	width: 18%;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 355px;
	float:left;
}

#submenu ul{
	list-style-type: none;
	padding: 0;
	margin: 6px;
}

#submenu li{
	padding: 6px;
	margin: 0;
	width: 100px;
	border-left: 2px solid #E0E0ED;
}

#submenu a{
	color: #9b9bd8;
}

#submenu a:hover{
	color: #25408E;
}

#submenu a.sub_selected{
	color: #25408E;
}

#content{
	width: 79%;
	float: right;
	height: 365px;
	overflow: auto;
	line-height: 2em;
	padding-top: 10px;
	text-align: center;
}

#footer{
	height: 12px;
	clear: both;
	font-size: 9px;
	padding: 8px;
	border-top: 2px solid #25408E;
	text-align: center;
	top: -7%;
	position: relative;
	min-width: 734px;
	max-width: 934px;
	margin: 1em auto;
	background-color: #e0e0ed;
	/*border: 1px solid red;*/
}

#footer a{
	color: black;
}

.form{
	width: 500px;
	margin: auto;
}

.row{
	width: 490px;
	clear: both;
	height: 25px;
	text-align: right;
}

.label{
	width: 20%;
	float: left;
	background-color: #25408E;
	color: white;
	text-align: left;
	border-top: 2px solid #E0E0ED;
	border-bottom: 2px solid #E0E0ED;
	line-height: 165%;
	padding-left: 5px;
}

.input{
	width: 78%;
	float: right;
	text-align: left;
}

.input input, textarea{
	border: 1px solid #25408E;
	width: 380px;
	background-color: white;
	color: black;
}

input, button{
	border: 1px solid #25408E;
	color: white;
	background-color: #25408E;
}

input.error, textarea.error{
	background-image: url('images/cross.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

input.correct, textarea.correct{
	background-image: url('images/v.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

.input textarea{
	margin-top: 2px;
}

.info{
	color: red;
	font-weight: bold;
	min-height: 24px;
}

table.list td, table.list.tr{
	text-align: left;
	padding: 2px 10px;
	cursor: pointer;
}

table.list{
	text-align: left;
	margin: 1em auto;
}

table.list th{
	padding-left: 10px;
}

.row{
}

.rowOver{
	background-color: #bcbcd8;
}