@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/site-bgnd.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ccdef7;
	background-repeat: repeat-x;
}
/* TOP MENU */
#Top-menu {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #050224;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 40px;
}
#Sub-menu {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #050224;
	text-transform: lowercase;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 40px;
}
.nav-item a {
font-weight:bold;
text-decoration: none;
color: #050224;
}
.nav-item a:link, .nav-item a:visited, .nav-item a:active {
font-weight:bold;
text-decoration: none;
color: #050224;
}
.nav-item a:hover {
font-weight:bold;
text-decoration: none;
color: #666666;
}	
.subnav-item a {
font-weight:normal;
text-decoration: none;
color: #050224;
}
.subnav-item a:link, .subnav-item a:visited, .subnav-item a:active {
font-weight:normal;
text-decoration: none;
color: #050224;
}
.subnav-item a:hover {
font-weight:normal;
text-decoration: none;
color: #666666;
text-decoration:underline;
}	

	
/* MAIN CONTENT */
#Main-area {
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 40px;
}
p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
p a{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
p a:link, p a:visited, p a:active{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
p a:hover{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.sub-headings {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}

/* RIGHT COLUMN */

#Right-col {
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfceda;
	margin-top: 50px;
}
.left-col-text {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-left:10px;
	margin-right:10px;
}
.left-col-heading {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #050224;
	margin-left:10px;
}
.left-col-img {
	margin-left:10px;
}
	
/* FOOTER */

#Footer {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #050224;
	text-decoration: none;
	margin-top: 20px;
	text-align: center;
	}