@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #314067 url(images/bg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {text-decoration: underline; color: #1d2843;}
a:visited {text-decoration: underline; color: #1d2843;}
a:hover {text-decoration: underline; color: #395a7e;}	
a:active {text-decoration: underline; color: #1d2843;}

#container {
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #f2f2fe;
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #3777a1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #162036;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 170px;
	background-image: url(images/header.jpg);
}
#nav {
	position: relative;
	height: 34px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 12.5px;
	background: url(images/navbg.jpg) no-repeat;
	border-bottom: 1px solid #fff;
}
#nav a:link {
	color: #bed0de;
}
#nav a:hover {
	color: #f2f2fe;
}
#nav a:visited {
	color: #bed0de;
}
#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	list-style-type: none;
	width: auto;
}
#nav ul li {
	display: block;
	float: left;
}
#nav .nav1 li {
	margin: 0 8px;
}
#nav .nav2 li {
	margin: 0 6px;
}
#nav .nav2 {
	float: right;
	margin-right: 10px;
}
/*.spacer {
	width: 11em;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.spacer {width: 130px;}
}*/

#nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 0 0 12px;
	height: 33px;
}
#nav ul li a.current {
	color: #fff;	
}
#main_content {
	font-size: 13px;
	min-height: 300px;
	padding: 2em;
	padding-right: 4em;
	color: #2c4a6c;
}
#main_content p {
	line-height: 1.2em;
	margin-top: 0;
	margin-left: 2em;
}
#main_content span img {
	margin-bottom: 2em;
}
#main_content #widget {
	float: left;
	margin-left: 4em;
}
#main_content .statement {
	margin-bottom: 2em;
	font-style: oblique;
	/*text-align: center;*/
}
#main_content #homepage {
	width: 483px;
	height: 374px;
	margin-top: 1em;
	margin-left: 10em;
	margin-bottom: 2em;
}
#main_content .homepage_link {
	text-align: center;
	margin: 0;
}
#main_content .home_table {
	float: right;
	font-size: 110%;
	width: 300px;
}
#main_content .kappa_table {
	width: 100%;
	margin-top: 2em;
	margin-left: 3em;
}
#main_content .kappa_table td {
	width: 100px;
}
#main_content .kappa_table p {
	margin-left: 0;	
	width: 200px;
}
#main_content .history_p {
	margin-left: 2em;
	margin-bottom: 1em;
}
#main_content ul, #main_content ol {
	margin-top: 0;
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 16px;
}
#main_content ol ul {
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: disc;
}
#main_content .history_table {
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 3em;
	width: 100%;
}
#main_content .history_ul {
	margin-bottom: 2em;	
}
#main_content .fame_table {
	list-style-type: none;
	width: 550px;
}
#main_content .fame_table li {
	margin-bottom: 15px;	
}
#main_content .fame_table span {
	font-weight: bold;	
}
#main_content .contact_image {
	margin-left: 11em;
}
#main_content .contact_ul, #main_content .contact_ul ul {
	margin: 0;
	list-style-type: none;
}
#main_content .contact_ul table {
	margin-bottom: 3em;
}
#main_content #photo_container {
	margin: 0 1em 0 1.5em;
	height: 600px;
}
#main_content #photo_container img, #main_content p img {
	margin: 4px;
	border: 1px solid #a4abbc;
}
#main_content p img {
	margin: 0 0 2em 0;	
}
#footer {
	height: 320px;
	background-image: url(images/footer.jpg) no-repeat;	
}
#footer_text {
	font-size: 12px;
	color: #f2f2fe;
	margin-bottom: 4em;
}
#footer_text a:link {color: #f2f2fe;}

#footer img {
	bottom: 100px;	
}