* {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:19px;
}

body {
	margin:25px 0 0 0;
	font: 12px Verdana, Arial, sans-serif;
	
	background-image: url(/static/images/background.jpg);
	background-repeat: repeat-x;
	background-color:#EDF4FC;
	background-attachment:fixed;
}

a {
	color:#005BB8;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

div.menu {
	padding:12px 12px 12px 24px;
	background-image: url(/static/images/background_menu.gif);
	background-repeat: no-repeat;
}

div.menu a {
	display:block;
	padding-left:12px;
	line-height:24px;
	background-color:#AECFE6;
	margin-bottom:7px;
	
	color:#191977;
	text-decoration:none;
	font-weight:bold;
	
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #859EB0;
	border-right:1px solid #859EB0;
}

div.menu a:hover {
	background-color: #92ADC1;
	color: #000;
	
}

.margin {
	margin:20px;
}

table.main {
	width:840px;
}

table.main td.menu {
	width:271px;
	background-color: #DDEEFF;
}
table.main td.content {
	background-color: #FFFFFF;
}


dl.form dt {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:11px;
	font-weight:bold;
}

dl.form dd {
	margin:0 0 12px 0;
	padding:0;
}

div.divider {
	margin:0 0 12px 0;
	padding:0;
	font-size:0;
	border-bottom:1px solid #07528B;
	
}

table.list th, table.list td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}

table.list th {
	width:150px;
}