@charset "UTF-8";
#container {
	background-color: #FFFFFF;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #FFFFFF;
	background-image: url(../pics/continerbg.jpg);
	background-repeat: repeat-y;
	font-size: 88%;
}
#head {
	background-color: #000000;
	height: 150px;
	width: 760px;
}
#sidebar {
	background-image: url(../pics/sidebarbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	float: left;
	background-color: #00182E;
}
#mainContent {
	background-color: #FFFFFF;
	width: 560px;
	float: right;
	padding: 10 10 10 10;
}
h2 {
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
h1 {
	text-align: center;
	color: #660000;
}
p {
	padding-right: 5px;
	padding-left: 10px;
	text-align: justify;
}
.image1 {
	margin-right: 80px;
	margin-left: 90px;
	border: 2px solid #00182E;
}
#footer {
	clear: both;
	height: 20px;
	width: 760px;
	color: #ffffff;
}
.flleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #mainContent table {
	background-color: #CCCCCC;
	padding-left: 10px;
}
ul {
	list-style-type: disc;
}
strong {
	color: #660000;
}
.warning {
	font-weight: bold;
	color: #660000;
}
fieldset {
	background-color: #99CCFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99FFFF;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #99FFFF;
}
legend {
	background-color: #CCFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99FFFF;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #99FFFF;
}
#container #mainContent #form1 label {
	display: block;
}

