@charset "utf-8";
/* CSS Document */

body {
	background-color: #AADAF1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #00264B;
}
a:active {
	color: #FFF;
}

#container {
	background-color: #00264B;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
}
#sidebar {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 220px;
}
#footer {
	color: #FFF;
	background-color: #00264B;
	padding: 7px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.rightimg {
	margin: 10px;
	float: right;
	border: 2px ridge #B1DEF1;
}
.leftimg {
	float: left;
	border: 2px ridge #AADAF1;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.centered {
	text-align: center;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #A9D7F1;
	margin-top: 0px;
	padding-top: 20px;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #AFE2F5;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #00264B;
}
.sidecontenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	margin-left: -10px;
}

#mainContent p {
	font-size: 12px;
	line-height: 1.4;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
.sideContent {
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactsidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #00264B;
	text-align: center;
	font-weight: bold;
}

.imageborder {
	border: medium ridge #AADAF1;
	margin-left: 32px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #00264B;
}

#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 0px;
	height: 130px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}
#bottomlink {
	text-align: center;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#bottomlink ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#bottomlink li {
	display: inline;
}
#bottomlink a:link, #bottomlink a:visited {
	font-size: 80%;
	color: #00264B;
	margin-right: 5px;
	margin-left: 5px;
}
#bottomlink a:hover, #bottomlink a:focus, #bottomlink a:active {
	color: #00264B;
	text-decoration: none;
}

#nav li {
	font-size: 85%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 178px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #AADAF1;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #00264B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #00264B;
	background-color: #AADAF1;
	border: 2px solid #00264B;
}
.boldtext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.lefttext {
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFF;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	color: #AADAF1;
}
.portfoliotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #AADAF1;
	font-weight: normal;
}
.smallbullets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #333;
	list-style-type: none;
	padding-left: 6px;
}

