html, body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	background-image: url(images/bluebg.gif);
	background-repeat: repeat;
}

h1, p{margin-top: 0;}

h2 {
	font-family: times, "Times New Roman", serif;
	font-size: 14px;	
	font-weight: bold;
	text-transform: uppercase;
	color: #3F5E41;
}

p, li, tr {
	font-family: times,"Times New Roman", serif;
	font-size: 14px;
}

#mypage {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background-image: url(images/paperbg.jpg);
	background-repeat: repeat-y;
}



#header {
	visibility: hidden;
	width: 600px;
	height: 0px;
	position: relative;
	margin-left: 1px;
	margin-top: 0px;
}

#header .toprule{
	visibility: hidden;
	position: relative;
	width: 600px;
	height: 0px;
	background-color: #003566;
}

#header .leftphoto {
	visibility: hidden;
	width: 164px;
	height: 0px;
	position: absolute;
	top: 2px;
	left: 0px;
	background-color: #AAAAAA;
}

#header .locbar {
	visibility: hidden;
	width: 590px;
	height: 0px;
	position: absolute;
	top: 42px;
	left: 164px;
	background-color: #AA88BB;
}

#header .menuimg {
	visibility: hidden;
	width: 590px;
	height: 0px;
	position: absolute;
	top: 2px;
	left: 164px;
	/*background-image: url(images/menu_top.jpg);
	background-color: #A0800B;*/
}

#header .menu1 {
	visibility: hidden;
	width: 590px;
	height: 0px;
	position: absolute;
	top: 2px;
	left: 164px;
	/*border: solid 1px red;*/
}

#header .menu2 {
	visibility: hidden;
	width: 590px;
	height: 0px;
	position: absolute;
	top: 66px;
	left: 164px;
	/*border: solid 1px green;*/
}

#header .shadow{
	visibility: hidden;
	width: 600px;
	height: 0px;
	position: absolute;
	/*position: relative;*/
	top: 88px;
	left: 0px;
	/*background-image: url(images/menu_shadow.jpg)*/
}

#titlebar {
	
	width: 600px;
	height: 50px;
	position: relative;
	top: 8px;
	left: 11px;
	/*background-color: #0A377A;*/
}

#titlebar .pagetitle {
	width: 300px;
	height: 50px;
	position: absolute;
	/*background-color: #3FF388;*/
}
#titlebar .pagelogo {
	width: 125px;
	height: 25px;
	position: absolute;
	top: 8px;
	right: 14px;
}

#content {
	margin: 29px;
	margin-top: 19px;
}

#footer {
	position: relative;
	margin: 29px;
	margin-top: 0px;
	padding-top: 10px;
	border-top: solid 1px #00548E;
	text-align: center;
}

#footer p{
	font-family: arial,helvetica,verdana;
	font-size: 9px;
}

#footer .ftrcontent{
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
}.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
