

* {
margin: 0px;
padding: 0px;
}

a {
	color: #00adef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #002157;
}


a.red:link {color:#faffff;}



body {
	background: url(images/bg_all.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002157;
	margin-top: 25px;
}

#content {
	margin: 0 auto;
	width: 817px;
	text-align: left;
	background-color: #ffffff;
}

#main {
	width: 817px;
	margin: 0 auto;
	clear: both;
	background: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 19px;
}

#header {
	height: 415px;
	width: 817px;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#logo {
	height: 15px;
	text-align: left;
	width: 770px;
	padding-left: 10px;
	padding-top: 394px;
}

#logo h1 {
	font-weight: bold;
	font-size: 14px;
	color: #002157;
}

#menu {
	width: 780px;
	height: 84px;
	background: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 19px;
	margin-right: 19px;
}

#menu ul {
	list-style: none;
	padding-left: 13px;
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 150px;
	height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #e2f0e1;
	font-weight: bold;
	padding-top: 35px;
	font-size: 16px;
}

#menu a:hover {
	width: 150px;
	height: 49px;
	background-color: #00addf;
	text-decoration: none;
}

#left {
	width: 269px;
	padding-left: 19px;
	padding-right: 5px;
}

#left_top {
	background: url(images/bg_left_top.jpg);
	height: 3px;
}

#left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	height: 37px;	
	font-weight: normal;
	padding-left: 25px;
	padding-top: 8px;
	color: #e2f0e1;
	background: url(images/title_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 3px;
}

#left a {
	color: #002157;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#left ul {
	list-style: none;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#left li {
	padding-left: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 5px;
	width: 175px;
}

#left #left_nav ul li {
	background: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#left #left_nav ul li a {
	color: #e2f0e1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#left #left_nav ul li a:hover {
	text-decoration: none;
	color: #00adff;
}

#right {
	float: right;
	width: 490px;
	padding-top: 10px;
	margin-right: 19px;
}

#right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #002157;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #002157;
}

#example1 {
	height: 500px;
}

#horizontal1 {
	height: 500px;
}

#horizontal2 {
	height: 500px;
}

#horizontal3 {
	height: 500px;
}

#horizontal4 {
	height: 500px;
}

#horizontal5 {
	height: 500px;
}

#horizontal6 {
	height: 500px;
}

#horizontal7 {
	height: 500px;
}

#example2 {
	height: 436px;
}

#vertical1 {
	height: 436px;
}

#vertical2 {
	height: 436px;
}

#vertical3 {
	height: 436px;
}

#vertical4 {
	height: 436px;
}

#vertical5 {
	height: 436px;
}

#footer {
	height: 110px;
	clear: both;
	background: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top: 80px;
	padding-left: 200px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #002157;
}

ul { 
  list-style-type: none;
}

