* {
	margin: 0;
	padding: 0;
}

body {
background: #e0f3fa;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #7DA3DF;
}
a:hover {
text-decoration: underline;
color: #C3D9FF;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 70px;
background: #e0f3fa url(images/header.jpg) no-repeat;

}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 15px;
color: #3F89FF;
padding: 3px 0 0 20px;
letter-spacing: -1px;
}

#menu {
height: 30px;
line-height: 30px;
background: #e0f3fa url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #e0f3fa url(images/content.jpg) repeat-y;
padding: 0 20px;
}


.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #C3D9FF;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #C3D9FF;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px; 
line-height: 26px;
background: #C3D9FF;
color: #1b65cf;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.main { padding: 10px; color: #0b2d5d;}
.main h1 {font-family: arial, helvetica; font-size:16px;}
.main b {color:#083b84;}
.main ol {margin-left:20px;}
.main input, .main textarea, .main option{color: #0b2d5d; font-weight:bold; font-size:11px;}
.main .error {border: medium double #3F89FF; color:red; width:300px; font-size:11px; font-weight:bold; padding-top:12px; padding-bottom:12px;}
.main .error p {margin-left:10px; margin-right:10px;}

table.form tr{line-height:20px;}
table.form td{font-size:13px; width:125px;}

#bottom 
{
	background : #e0f3fa url(images/bottom.jpg) no-repeat;
	padding: 10px 0;
}

#footer 
{
	text-align: center;
	font-size: 11px;
	color: #aaa;
}

#footer a { color: #aaa; }
#footer a:hover { color: #111; }

#errors
{	
	font-size:14px;
	font-weight:normal;
	margin:10px;
	padding:10px;
}

.red {color:red;}


#response {color:red; font-weight:bold;}