#container {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	clear: both;
}
#logo {
	float: left;
	width: 25%;
	height: 70px;
	background-image: url(images/up_lft_corner.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#banner {
	width: 100%;
	height: 70px;
}
.spacer {
	height: 40px;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF00FF;
	text-indent: 10px;
}
#admin {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FF00FF;
	text-align: right;
	padding-right: 10px;
}


#header {
	width: 75%;
	height: 70px;
	float: right;
	background-image: url(images/up_rt_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
body {
	background-color: #333666;
	font-size: medium;
}

*html body {
	font-size: x-small; /*for IE5?Win*/
	f\ont-size: small; /* for other IE versions */
}

h1 {
	font-size: 150%;
	margin-left: 10px;
}

h2 {
	font-size: 130%;
	margin-left: 10px;
}

h3 {
	font-size: 120%;
	margin-left: 10px;
}



#nav {
	BACKGROUND: url(images/bg.gif) repeat-x 50% bottom;
	FLOAT: left;
	WIDTH: 100%;
	LINE-HEIGHT: normal;
	left: 0px;
	top: 75px;
	
	margin: 0px;
	
}
#nav UL {
	PADDING-RIGHT: 10px; PADDING-LEFT: 6px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#leftcol {
	margin: 0px;
	float: left;
	width: 50%;
	top: 150px;
}
#rightcol {
	margin: 0px;
	float: right;
	width: 50%;
	top: 150px;
}
#bottom {
	clear: both;
	width: 100%;
}




#nav LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 9px;
	BACKGROUND: url(images/left.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	font-size: 80%;
}
#nav A {
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold;
	BACKGROUND: url(images/right.gif) no-repeat right top;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	COLOR: #765;
	PADDING-TOP: 4px;
	TEXT-DECORATION: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav A {
	FLOAT: none
}
#nav A:hover {
	COLOR: #333
}
#nav #current {
	BACKGROUND-IMAGE: url(images/left_on.gif)
}
#nav #current A {
	BACKGROUND-IMAGE: url(images/right_on.gif);
	PADDING-BOTTOM: 5px;
	COLOR: #333;
}
.nav {
	position: absolute;
	height: 959px;
	width: 130px;
	left: 33px;
	top: 191px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D2D7FF;
}
#content {
	width:100%;
	top: 150px;
	
}
#bottom_right {
	background-image: url(images/low_rt_corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	width: 50%;
	height: 50px;
}
#bottom_left {
	background-image: url(images/low_lft_corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 50%;
	float: left;
}

#footer  {
	width:100%;
	margin: 0px;
	clear: both;
	font-size: 90%;
	background-color: #333666;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
}

#footer A{
	font-weight:bold;
	color:#FFFFFF;
}

#footer A:visited{
	font-weight:normal;
	color:#FFFFFF;
}

p {
	margin-left: 10px;
	margin-right: 10px;
}
name {
	font-weight: bold;
}
org {
	font-style: oblique;
	font-weight: bold;
}
.root {
	font-weight: bold;
	line-height: 25px;
	list-style-type: none;
}
.sub1 {
	text-indent: 20px;
	font-weight: normal;
	line-height: 25px;
	list-style-type: none;
}
.titles {
	
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
