
body {
	background-color: #aeacac;
	background-image: url('/images/bg.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}

form {
	margin: 0;
	padding: 0;
}

#main {
	width: 785px;
	margin: 50px auto 50px auto;
	border: 3px solid #767676;
	padding: 100px 10px 20px 10px;
	background-color: #e0dfe3;
	background-image: url('/images/bg_main.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 435px;
}
#menuRight {
	float: right;
}

.menuSection {
	width:	185px;
	background-color: #d1d1d1;
	border: 1px solid #767676;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

.menuSection a,.menuSection a:link,.menuSection a:visited,.menuSection a:active {
	color: #474747;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
}

.menuSection a:hover {
	background-color: #e1e1e1;
}

.menuSection h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #000;
}

.menuSection input, .menuSection select, .menuSection textarea {
	border: 1px solid #767676;
	padding: 0;
	margin: 0;
}

.menuSection input:focus, .menuSection select:focus, .menuSection textarea:focus {
	border: 1px solid #969696;
	background-color: #fbffa1;
}

img {
	border: 0;
}

#mainContent {
	background-image: url('/images/bg_content_top.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	padding: 5px 10px 125px 10px;
	font-family: Verdana, Sans-Serif;
	font-size: 11pt;
	min-height: 325px;
}

#mainOuterSection {
	width:	565px;
	background-color: #d1d1d1;
	border: 1px solid #767676;
	background-image: url('/images/bg_content_bottom.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#mainContent a,#mainContent  a:link,#mainContent a:visited,#mainContent a:active {
	text-decoration: none;
	border-bottom: 1px dotted #474747;
	color: #474747;
}
#mainContent a:hover {
	border-bottom: 1px solid #474747;
	color: #707070;
}

#mainContent h1, #mainContent h2 {
	margin: 30px 0 10px 0;
	font-weight: normal;
	border-bottom: 1px solid #474747;
}

.searchBox {
	height: 20px;
	width: 100%;
}


.searchButton {
	height: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	
}

.msgContentNormal {
	min-height:	50px;
	padding:	5px 15px 15px 50px;
	margin:			20px 50px 20px 50px;
	font-size:	10pt;
	color:		#000000;
	
	background-color:	#A4FF9D;
	background-image:	url('../images/boxok.gif');
	background-position:	5px 5px;
	background-repeat:	no-repeat;
	border:			2px solid #13F002;
}
.msgContentWarning {
	min-height:	50px;
	padding:	5px 15px 15px 50px;
	margin:			20px 50px 20px 50px;
	font-size:	10pt;

	color:		#000000;
	
	background-color:	#F9F0C3;
	background-image:	url('../images/boxwarning.png');
	background-position:	5px 5px;
	background-repeat:	no-repeat;
	border:			2px solid #FFA800;
}

.msgContentError {
	min-height:	50px;
	padding:	5px 15px 15px 50px;
	margin:			20px 50px 20px 50px;
	font-size:	10pt;

	color:		#000000;
	
	background-color:	#F9F0C3;
	background-image:	url('../images/boxerror.png');
	background-position:	5px 5px;
	background-repeat:	no-repeat;
	border:			2px solid #FF0000;
}
.tblRow {
	min-height: 160px;
	width: 98%;
}
.tblLeft {
	width: auto;
	margin: 0;
	padding: 0;
}

.tblRight {
	width: 150px;
	float: right;
	margin: 5px;
	padding: 0;
}

