body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #CCC;
	color: #130D63;
}
a:link {
	color: #130D62;
	text-decoration: none;
}
a:visited {
	color: #130D62;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
#container {
	background-color: #FFF;
	padding: 0px;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	height: 1115px;
}
#container #header2 {
	background-image: url(Images/Banner%20&%20Background/Website%20Banner%204.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#container #header2 #logo1 {
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 16px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#container #header2 #logo2 {
	float: right;
	height: 200px;
	width: 200px;
	margin-top: 16px;
	margin-right: 20px;
	margin-left: 20px;
}
#container #maincontent {
	height: 830px;
	width: 954px;
	background-image: url(Images/Banner%20&%20Background/Website%20maincontent%20top%20&%20bot2.jpg);
	background-repeat: no-repeat;
}
#container #maincontent #left {
	float: left;
	height: 810px;
	width: 103px;
	clear: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#container #maincontent #right {
	height: 760px;
	width: 729px;
	float: left;
	margin-top: 35px;
	text-align: left;
	padding: 10px;
}
#container #maincontent #right #LogoL {
	height: 180px;
	width: 180px;
	float: right;
	clear: left;
	margin-left: 45px;
	margin-top: -25px;
	margin-bottom: 10px;
	border: 1px solid #130D62;
}
#container #maincontent #right #LogoC {
	height: 180px;
	width: 180px;
	float: right;
	clear: left;
	margin-left: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #130D62;
}

#container #maincontent #right #prev {
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 60px;
	text-align: center;
}
#container #maincontent #right #sigui {
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 60px;
	text-align: center;
}
#container #maincontent #right #righttop {
	height: 660px;
	width: auto;
}
#container #footer {
	background-image: url(Images/Banner%20&%20Background/Website%20footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
	width: 954px;
	font-size: 0.9em;
	padding-top: 0px;
	padding-bottom: 15px;
}
#container #footer #footerL {
	background-image: url(Images/Banner%20&%20Background/Website%20footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	width: 477px;
	font-size: 0.9em;
	padding-top: 25px;
	padding-bottom: 10px;
	float: left;
}
#container #footer #footerR {
	background-image: url(Images/Banner%20&%20Background/Website%20footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	width: 300px;
	font-size: 0.9em;
	padding-top: 25px;
	padding-bottom: 10px;
	float: left;
	background-position: -477px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	width: 899px;
	margin-left: 28px;
}

#nav a{
display:block;
padding:0px 5px;
border:1px solid #333;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
