@charset "UTF-8";

html, body {
	margin:0px;
	padding:0px;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fefefe;
	background-image:url(../images/bg.png); /* use copyright bg as body bg to fill up footer space on large displays */
}

img {
	border:none;
}

/* Containers */
#main {
	width:800px;
	margin:20px auto 10px auto;
}

#header {

}
#navigation a {
	float:left;
	border:none;
	margin:0px;
	padding:0px;

}
#header a:hover {

}

#content_container {
	width:800px;
	background-color:#8f9aa7;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	color:#fff;
}
#content {
	width:599px;
	float:left;
	border-right:1px solid #bcc3cd;
}
#content p {
	margin-left:10px;	
}
#content_left {
	width:255px;
	float:left;
	padding:0px 20px 40px 20px;
	border-right:1px solid #bcc3cd;
	text-align:justify;
}
#content_right {
	width:255px;
	float:right;
	padding:0px 20px 0px 20px;
	text-align:justify;
}

#right_sidebar {
	background-color:#82878d;
	width:160px;
	font-size:17px;
	float:right;
	padding:20px;
}

#copyright {
	margin:15px auto 40px auto;
	text-align:center;
}

#footer {
	background-image:url(../images/footer.png);
	width:800px;
	height:142px;
	border:1px solid #fff;
	border-top:none;
	font-size:14px;
	color:#b3b4b4;
}
#footer a {
	color:#8dacda;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

h1 {
	font-size:16px;
}

p {
	font-size:12px;
	line-height:19px;
}

a {
	color:#bdd9fd;
	text-decoration:none;
}
a:hover {
	color:#bdd9fd;
	text-decoration:underline;
}

.photo {
	border:5px solid #fff;
	margin-bottom:15px;
}

tr {
	vertical-align:top;
	background-color:#003355;
}
td {
	padding:3px;
}

ul {
	font-size:14px;
	line-height:22px;
}

label {
	clear:both;
	float:left;
	display:block;
	width:200px;
	text-align:right;
	margin-left:50px;
	font-size:16px;
	margin-top:5px;
	margin-right:15px;
	font-weight:bold;
}

.textbox {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	font-size:18px;
}