body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/ribbon.gif);
	background-repeat: repeat-x;
	background-position: 0px 409px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
#page{
	width: 936px;
	margin: 10px auto;
	padding: 0px;
	background-color: #FFFFFF;
	}
#header{
	height:59px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#content{
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 538px;
	margin: 0px;
	padding: 0px;
}

#nav{
	height: 300px;
	width: 165px;
	float: left;
	padding: 0px;
	margin: 40px 0px 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	background-image: url(../images/navcell.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 165px;
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 10px;
}
#nav ul li a{
	text-decoration: none;
	color: #1A1267;
}
#nav ul li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#nav a img{
	border: none;
	text-decoration: none;
}
#main{
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 295px;
	width: 571px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	color: #333333;
}
#main h3 {
	clear: both;
	width: 500px;
	text-indent: 100px;
	padding: 20px;
	font-size: 18px;
	color: #1A1267;
}
.maintxt {
	padding-right: 20px;
	text-align: right;
	float: right;
	margin-top: 30px;
	width: 160px;
}
.maintxt ul {
	list-style-type: none;
}
.bluespace {
	color: #1A1267;
	line-height: 1.7em;
}
.main {
	float: left;
	height: 190px;
	width: 355px;
	margin: 5px;
	padding: 10px;
	color: #1A1267;
}
#ribbon{
	background-image: url(../images/ribbon.gif);
	background-repeat: repeat-x;
	position: relative;
	clear: both;
	height: 140px;
	width: 936px;
}
#profBodies {
	position: relative;
	bottom: 0px;
	text-align: center;
	height: 40px;
	margin-right: 220px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 400px;
	float: right;
}
#profBodies a img {
	border: none;
	text-decoration: none;
	vertical-align: middle;
	padding: 10px;
}
a img{
	float: left;
	border-left: 2px solid #E3E3E3;
	border-right:2px solid #E3E3E3;
	text-decoration: none;
	border-top-style: none;
	border-bottom-style: none;
}
a:hover img{
	border-left: 2px solid #333333;
	border-right:2px solid #333333;
}
#footer{
	position: relative;
	bottom: 0px;
	text-align: center;
	height: 20px;
	margin-right: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	float: right;
}
#footer a:link{
	color: #FFFF00;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

