@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	background-color: #9EB8C4;
	color: #333333;
}
ul, li {
	margin: 0px;
	padding: 0px;
}


/* CSS Document */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	height: 200px;
	width: 960px;
	background-repeat: no-repeat;
}
#nav {
	height: 40px;
	width: 940px;
	margin-left: 10px;
	background-image: url(images/nav-bg.jpg);
	clear: both;
	display: inline-block;
}
.menu li {
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
li.no-border {
	border-right-style: none;
}

ul.menu {
	margin-top: 11px;
	list-style-type: none;
	color: #FFFFFF;
	text-align: right;
	margin-right: 15px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #333333;
}

#content {
	width: 960px;
	background-image: url(images/content-bg.png);
}
#left {
	float: left;
	width: 580px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#right {
	float: right;
	width: 270px;
	margin-right: 25px;
	margin-top: 15px;
	background-color: #DEEBF1;
}

#clear-both {
	clear: both;
}

#footer {
	height: 38px;
	width: 960px;
	background-image: url(images/footer.png);
	display: inline-block;
}
#left a {
	color: #215E79;
}
#left a:hover {
	color: #183745;
}


.grey-box-inside {
	width: 228px;
	border: 1px solid #CCCCCC;
	background-color: #9EB8C4;
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
}
.grey-box {
	width: 268px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.white-box-inside {
	width: 228px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.white-box {
	width: 248px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}
.footer-text {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
}
.footer-text  a {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-text a:hover {
	color: #333333;
}
.left-inside {
	float: left;
	width: 253px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 210px;
}
#left      li {
	margin-left: 20px;
	text-align: left;
}
.left-inside-title {
	width: 550px;
	border: 1px solid #CCCCCC;
	background-color: #9EB8C4;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
}
.xtra-small {
	font-size: x-small;
}
.white-box-inside ul {
	margin-left: 20px;
	font-size: 15px;
}
.white-box-inside li {
	margin-bottom: 5px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
.white-box-inside a {
	color: #205C77;
}
.white-box-inside a:hover {
	color: #6497AC;
}

