@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#FFF;
}

p {
	font-weight:normal;	
}

b {
	font-weight:bold;
}

.nav {
	font-family:Georgia, "Times New Roman", Times, serifl;
	font-size: 18px;
	padding-bottom:4px;
	color:#000;
}

.nav a {
	color:#000;
	text-decoration:none;
}

.nav a:hover {
	color:#003399;
	font-style:italic;
	text-decoration:none;
}

.nav a:active {
	color:#003399;
	font-style:italic;
	text-decoration:none;
}

.navselected {
	font-family:Georgia, "Times New Roman", Times, serifl;
	font-size: 18px;
	font-style:italic;
	padding-bottom:4px;
	color:#003399;
}


.headertext1{
	font-family:Georgia, "Times New Roman", Times, serifl;
	font-size: 18px;
	color:#003399;
}

.bodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}

.bodytext a {
	color: #000;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.bodytext a:hover {
	color: #003399;
	text-decoration:underline;
}

.bodytextitalic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	color: #000;

}

.bodytextitalic a {
	color: #003399;
	text-decoration:none;
}

.bodytextitalic a:hover {
	color: #003399;
	text-decoration:underline;
}

.bodybold {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	line-height:20px;
}

.bodybolditalic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color:#000;
	line-height:normal;
}
	
.etctext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #000;
	text-decoration:none;
}

.etctextselect {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#003399;
	text-decoration:none;
}
.etctext a {
	color: #000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.etctext a:hover {
	color: #003399;
}

.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	color:#000;
	padding: 6px 0 0 0;
}


.footer a {
	color: #000;
	text-decoration:none;
}

.footer a:hover {
	color: #003399;
	text-decoration:underline;
}


/* ------LAYOUT------ */

#contentcontainer {
	margin:0px 0 0 40px;
	padding-top:78px;
	width:auto;
	/*float:left;*/
}

#textcontainer {
	margin:0 15px 0 0;
	width:250px;
}

#profiletext {
	margin-left:20px;
	margin-right:50px;
	width:240px;
	height:358px;
	border-bottom:#003366 dotted 2px;
}

#logo {
	width:300px;
	height:42px;
	position:fixed;
}
	
#menu {
	background-color:#FFF;
	width:200px;
	height:100px;
	position:fixed;
	padding:18px 0 0 10px;
	margin:42px 0 0 0;
}	


/* ------MISC------ */

a {
	outline:0;
}
	
a img {
	border:none;
}

ul {
	list-style:none;
	margin-left:-10px;
}

li {
	list-style:none;
}