
/* COLORS
body background:  #240C0C (R = 36 G = 12 B = 12)
header background: 
active links and header lines: 3 x #240C0C = #903030 (R = 108 G = 36 B = 36)
my name, content title, non-link content text, and footer: #FFFFFF
my picture border: #000000
upper header current link:


*/

#body {
    background-color:#240C0C;
	margin: -20px 0 0 0

}

#container {
	height: 100%
}


/* #240C0C: R = 36 G = 12 B = 12 */

#header {
	z-index: 2;
	position: fixed;
	width: 950px;
	height: 150px;
	margin: 0 0 0 0;
	padding-left: 50px;
	padding-top: 30px;
	background-color: #002D3F;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#myname {
	color: #FFF;
	font-size: 36px;
}

#myPictBox {
    z-index: 4;
	position:absolute;
	width: 96px;
	height: 144px;
	background-color:#000;
	left: 870px;
	top: 25px;
	border: 3px solid;
	border-color: #000
}

.upperNav ul {
    z-index: 3;
	position:absolute;
	width: 790px;
	height: 27px;
	top: 70px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 0;
	border: 1px solid;
	border-bottom-color:#903030;
	border-top-color: #002D3F;
	border-left-color: #002D3F;
	border-right-color: #002D3F;
}

.upperNav ul li {
    display:inline;
	background-color: #002D3F;
}

.UpperNavCurrent { }


.UpperNavCurrent a:link {
	color: #00B4FC;
	text-decoration: none;
}

.UpperNavCurrent a:visited {
	color: #00B4FC;
	text-decoration: none;
}

.UpperNavCurrent a:hover {
	color: #00B4FC;
	text-decoration: none;
}

.UpperNavCurrent a:active {
	color: #903030;
	text-decoration: none;
}

.UpperNaveDim { }

.UpperNavDim a:link {
	color: #0078A8;
	text-decoration: none;
}

.UpperNavDim a:visited {
	color: #006F9F;
	text-decoration: none;
}

.UpperNavDim a:hover {
	color: #006F9F;
	text-decoration: none;
}

.UpperNavDim a:active {
	color: #903030;
	text-decoration: none;
}



.lowerNavList ul {
    z-index: 3;
	position:absolute;
	width: 788px;
	height: 27px;
	top: 125px;
    font-size: .75em;
	font-weight:bold;
	padding-left: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #002D3F;
	border: 3px solid;
	border-bottom-color:#903030;
	border-top-color: #002D3F;
	border-left-color: #002D3F;
	border-right-color: #002D3F;

}

.lowerNavList ul li {
    display:inline;
	background-color: #002D3F;
	padding-right: 3.5em;
}

.lowerNavItem a:link {
	color: #00B4FC;
	text-decoration: none;
}

.lowerNavItem a:visited {
	color: #00B4FC;
	text-decoration: none;
}

.lowerNavItem a:hover {
	color: #00B4FC;
	text-decoration: none;
}

.lowerNavItem a:active {
	color: #903030;
	text-decoration: none;
}


#contentTitleArea {
	z-index: 3;
	position: fixed;
	width: 1000px;
	height: 30px;
	top: 160px;
	left: 0px;
	background-color: #001E2A;
}


#contentTitle {
	z-index: 3;
	position: fixed;
	width: 760px;
	height: 27px;
	top: 160px;
	left: 80px;
	padding-top: 3px;
	color: #FFF;
	background-color: #001E2A;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-weight:bold;
	text-decoration: underline;	
}

.pageContent {
	z-index: 1;
	position:absolute;
	width: 760px;
	height: 7000px;
	top: 150px;
	padding-top: 50px;
	padding-left: 80px;
	padding-right: 160px;
	color: #FFF;
	background-color:#000000;
	font-size: 15px;
}

.pageContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #00B4FC;
	text-decoration: none;
	font-weight: normal;
}

.pageContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #00B4FC;
	text-decoration: none;
	font-weight: normal;
}

.pageContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00B4FC;
	text-decoration: none;
	font-weight: normal;
}

.pageContent a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #903030;
	text-decoration: none;
	font-weight: normal;
}

.indentP {
	text-indent: 3em;
}

.noMarkList {
	list-style-type:none;
}

.Arial_Content_H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

.Arial_Content_H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.footer {
	z-index: 2;
	position: fixed;
	width: 920px;
	height: 13px;
	bottom: 0px;
	padding-left: 80px;
	padding-top: 2px;
	color: #000;
	background-color: #002D3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
