html, body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	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: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background-image: url(images/paperbg.jpg);
	background-repeat: repeat-y;
}



#header {
	width: 753px;
	height: 93px;
	position: relative;
	margin-left: 1px;
	margin-top: 0px;
}

#header .toprule{
	position: relative;
	width: 755px;
	height: 2px;
	background-color: #003566;
}

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

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

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

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

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

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

#titlebar {
	width: 740px;
	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;
}
.required {
	color: #FF0000;
}
.caption {
	font-size:11px;
	color:#336600;
}
.photo_shadow {
	background-color:#c1c4ca;
	margin:0px;
	padding:4px 0px 4px 0px;
}
.photo_bar {
	float:right;
	background-image:url(images/pat1.jpg);
	width:235px;
	margin-left:15px;
	padding:15px;
}
.photo_bar_wide {
	background-image:url(images/pat1.jpg);
	margin-left:15px;
	padding:15px;
}
.photo_wide {
	background-color:#FFFFFF;
	padding:5px;
	border:solid 2px #8A8A8A;
	margin:-9px 0px 0px -9px;
}
.photo {
	background-color:#FFFFFF;
	width:225px;padding:5px;
	border:solid 2px #8A8A8A;
	margin:-9px 0px 0px -9px;
}
.plain_photo {
	background-color:#FFFFFF;
	width:225px;padding:5px;
}
.special_highlite {
	color:#00417C;
	font-weight:bold;
}