* {
    margin: 0;
    padding: 0;
}

body {
	padding: 30px 0;
	text-align: center;
	color: #E6F2FF;
	background-color: #EAF4FF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	float: left;
	padding: 0 0 0 20px;
	color: #FF6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height: 64px;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	float: right;
	padding: 20px;
	width: 220px;
	color: #FF9900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}

h3 {
	color: #000099;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

p {
	padding: 5px 0;
	text-align: justify;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	
}

a {
    text-decoration: underline;
    color: #000099;
}

a:hover {
    text-decoration: none;
    color: #FF9900;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 824px;
    text-align: left;
}

#header {
	height: 114px;
	background-color: #FF9900;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#bar {
	clear: both;
	height: 6px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
}

#relative {
	position: absolute;
	top: 62px;
	left: 17px;
	width: 547px;
	height: 314px;
	text-align: center;
	background-color: #000099;
	visibility: inherit;
}

#relative_2 {
	margin: 2px;
	width: 540px;
	height: 310px;
	background-color: #FFFFFF;
}

#menu {
	width: 506px;
	height: 50px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	
}

#menu ul {
    list-style: none;
    margin: 0;
}

#menu ul li {
    float: left;
    margin: 0;
    display: block;
    padding: 0 20px 0 0;
}

#menu ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
}

#menu ul li a:hover {
    text-decoration: underline;
    color: #FF9900;
}

#relative img {
    border: 2px solid #000099;
}

#content {
	padding: 0 22px;
	background-color: #FFFFCC;
	border-right-width: 5px;
	border-bottom-width: 4px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#left {
    float: left;
    padding: 270px 0 30px 0;
    width: 504px;
}

#left h3 {
    margin: 15px 0 0 0;
    padding: 0 0 0 25px;
    background: url(images/h3.gif) no-repeat left;
}

#left h3.firsth3 {
    margin-top: 0;
}

#right {
	float: right;
	width: 195px;
	border: 2px solid #FF9900;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#right ul {
    list-style: none;
    margin: 0 0 15px 0;
}

#right ul li {
    margin: 0;
    padding: 0;
    height: 22px;
}

#right ul li a {
    margin: 0;
    padding: 0 0 0 16px;
    font: 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url(images/li.gif) no-repeat left;
}

#right ul li a:hover {
    text-decoration: underline;
}

#footer {
    clear: both;
    height: 1%;
}

#footer p {
    font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}

#footer a, #footer a:hover {
    color: #000099;
}

#copyinfo {
    padding: 15px 5px 10px 5px;
}
