body {
	background: #cccccc;
	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 */
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

.oneColFixCtr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

.oneColFixCtr #mainContent {
	font-family: "Times New Roman", Times, serif;
	padding: 2em;
	border: 3px outset #003399;
	border-top: 1px solid #000000;
}

#header{
	color: #ffffff;
	min-height: 125px;
	border-color: #003399;
	border-style: outset;
	border-width: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	float: left;
	width: 770px;
	padding:3px;
	background-color: #336699;
}

#head_left {
	width: 60%;
	float: left;
	text-align: left;
}

h1 {
	
}

#head_right {
	height: 38%;
	float: right;
	text-align: right;
}

#head_name {
	font-size: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu {
	/*height: 2em;
	float: left;
	min-height: 2em;*/
	background: #FFFF00;
	color: #003399;
	border: none;
	width: 775px;
	margin-top:3px;
	vertical-align:bottom;
	padding-left:5px;
}

#menu a {
	padding-left:5px;
	padding-right:5px;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border:#fff solid 1px;
	border-bottom:none;
	color: #fff;
	text-decoration: none;
	vertical-align:bottom;
	background-color:#003366;	
}

#menu a.active {
	color: #fff;
	background-color:#660000;	
}

#menu a.visited {
	color: #fff;	
}

#header a:visited,#header a:link,#header a {
	color: #FFFFFF;
}
.Floatleft {
	float: left;
}
.FloatRight {
	float: right;
}
.TestCite {
	text-align: right;
	text-indent: 550px;
}
.TestCite2 {
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	text-indent: 550px;
	vertical-align: top;
	word-spacing: normal;
	display: none;
	position: relative;
}
.PicCenter {
}
.TextBox {
	float: left;
	height: auto;
	width: auto;
}
.TextBox1 {
	float: left;
	height: 50px;
	width: 450px;
}
.Text2 {
	float: right;
	height: 50px;
	width: 450px;
}
.TextBox11 {
	height: 50px;
	width: 250px;
	float: left;
	text-align: left;
}
.Text12 {
	float: right;
	height: 100px;
	width: 200px;
	text-align: right;
}

