* {
	margin:0;
	padding:0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	line-height:18px;
	background-color:#27458D;
}

ul {
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#head {
	margin:0 auto;
	margin-top:10px;
	height:40px;
	width:990px;
	background-image:url(../images/head.gif);
	background-repeat:no-repeat;
}

#navigation {
	height:60px;
	background-image:url(../images/btn_bg.gif);
	padding:20px;
	margin-bottom:30px;
	background-repeat: repeat-x;
	background-position: center top;
}

#navigation h1 a {
	text-transform:lowercase;
}

.btn {
	float:left;
	margin-right:20px;
}

.btnend {
	float:left;
}

.divide {
	float:left;
	width:2px;
	height:60px;
	background-image:url(../images/btn_divide.gif);
	margin-right:20px;
}

#main {
	margin:0 auto;
	width:990px;
	margin-bottom:40px;
}

#left {
	float:left;
	width:190px;
	margin-right:40px;
}

#right {
	float:right;
	width:760px;
}

.whitecontent {
	background-color: white;
	padding: 20px;
}

.modspread {
	width:720px;
	background-image:url(../images/mod_bg.jpg);
	background-color:#CCC;
	margin-bottom:20px;
	padding:20px;
	background-repeat: repeat-x;
	background-position: center top;
}

.modleft {
	float:left;
	width:330px;
	background-color:#FFF;
	margin-right:20px;
	padding:20px;
}

.modright {
	float:right;
	width:330px;
	background-color:#FFF;
	padding:20px;
}

.white {
}

#foot {
	background-color:#111;
	border-top:#FFF 1px solid;
	padding:20px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	color:#010560;
}

h2 {
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#27458D;
}

h3 {
	font-size:32px;
	font-weight:normal;
	line-height:38px;
	color:#C00;
}

.white {
	color:#FFF;
}
h4 {
	font-size: 18px;
	color: #27458D;
	font-weight: normal;
	border-bottom: 1px dotted silver;
	padding-bottom: 3px;
}


.grey {
	color:#BBB;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

label {
	display: block;
	float: left;
	width: 130px;
	margin-right: 15px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 8px;
}

input, select, textarea {
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.button {
	font-weight: bold;
	color: white;
	background-color: #00008A;
	border-top: 2px solid #0000CA;
	border-right: 2px solid #00003E;
	border-bottom: 2px solid #00003E;
	border-left: 2px solid #0000CA;
}

.button:hover {
	background-color: #0000B9;
	border-top: 2px solid #0000FF;
	border-right: 2px solid #000088;
	border-bottom: 2px solid #000088;
	border-left: 2px solid #0000FF;
	cursor: pointer;
}

.textbox {
	background:#fff;
	width:740px;
	padding:10px;
}