* {
	padding: 0;
	margin: 0;
	line-height: normal;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

body {
background: #376ba5;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
padding: 0;
margin: 0;
color: #000000;
line-height: 0px;
}

img { border: none; }
a { color: #232B80; }
a:hover { text-decoration: none; color : #111; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #333; }

#wrap {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#top {
	background-color: #376BA5;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header {
	height: 242px;
	background-color: #376ba5;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
font-size: 38px;
font-weight: 600;
letter-spacing: normal;
padding: 0px 0 0 33px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}

#header h2 {
font-size: 16px;
color: #eee;
padding: 9px 0 0 33px;
}

#menu {
height: 30px;
line-height: 30px;
background: #616161 url(images/menu.jpg) no-repeat;
padding-left: 30px;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 10px;
}
#menu li a{ 
color: #fff;
display: block;
text-decoration: none;
padding: 0 10px;
font-weight: 100;
}
#menu li a:hover {
background: #666;
}
#menu ul { }


#content {
	padding: 0 20px;
	background-color: #376BA5;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

#left {
	width: 580px;
	float: right;
	font-size: 12px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#left h3 { border-bottom: 1px dotted #6C91FC; }

#right {
	width: 150px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#right h3 { color: #666; }
#right ul { list-style-type: none; padding: 10px 0 10px 0; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a {
	color: #232B80;
	font-weight: 100;
	display: block;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #376BA5;
}
#right ul li a:hover { color : #111; }

#footer {
font-size: 11px;
color: #333333;
text-align: center;
height: 30px;
line-height: 30px;
}
#footer a { 
color: #eee;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}

#bottom {
	padding: 5px 0;
	background-color: #376ba5;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
