body         {
	background-image: url(../gui-images/RE_BG_MAIN.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	background-attachment: scroll;
}
p {
	text-align:left;
}

.coypright {
	color:#FFF;
	font-weight:bold;
	font-size:9px;
}
.footnote {
	font-size:9px;
}

tr, td {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
.score {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFAD01;
}
.blue {
	color:#509DEB
}
.filled1 {
	color:#FFF;
	background-color:#509DEB;
	font-weight:bold
}
.filled2 {
	background-color:#FF3401;
	color:#FFF;
	font-weight:bold
}
.centered {
	text-align:center;
}
img {
	border:0;
}
.imgright { display:block;
float:right;
margin:0px 0px 10px 25px;
}
.imgleft { display:block;
float:left;
margin:0px 25px 0px 0px;
}
h1, h2, h3 {
	text-align:left;
	margin:0px;
	padding: 25px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
	font-weight:normal;
}

ul, li {
	text-align:left;
}

a:link { 
	color: #134BA8; 
	text-decoration: none }
	
a:visited  {
	color: #4F9CEA;
	text-decoration: none
} 
a:active {
	color: #FF0000; 
	text-decoration: none 
}

/****BOX ELEMENTS****/

#outercontainer {
	width:730px;
	margin:40px auto 20px auto;
	background-color:#FFF
}
#top {
	width:730px;
	background-image:url(../gui-images/BORDER_top.jpg);
	height:15px;
}
#middle {
	width:700px;
	padding:0px 15px 0px 15px;
	background-image:url(../gui-images/BORDER_left_right.jpg);
	background-repeat: repeat-y;
}
#middle-inner {
	width:700px;
	margin:0px;
	padding:0px;
}
#bottom {
	width:730px;
	background-image:url(../gui-images/BORDER_bottom.jpg);
	height:15px;
}

/*PAGE ELEMENTS*/

#header {
	width:700px;
	padding:0px;
	margin:0px;
}

#nav {
	background-color:#000;
	padding:0px 25px 0px 25px;
	margin:0px;
	width:650px;
	height:20px;
	display:block;
}
#sectionhead {
	width:700px;
	background-color: #FFF;
	margin:0px;
	display:block;
}

#content {
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	display: block;
	text-align: left;
}
#footer {
	width: 650px;
	display: block;
	clear: both;
	padding: 25px 25px 25px 25px;
	margin:0px;
	bottom: 0px;
	left: 0px;
}
/* CONTENT COPY STYLES */
#content p {
	padding: 0px 25px 0px 25px;
	text-align: left;
	max-width:650px;
}
#content h1 {
	padding: 25px 25px 0px 25px;
}
#content h2 {
	padding: 25px 25px 0px 25px;
 	color: #115FAA; 
}
#content h3 {
	padding: 25px 25px 0px 25px;
}
#content img.main {
	text-align:right;
}
.center {
	text-align:center;
	display: block;
}
.normal {
	font-weight:normal;
}
.emphasis {
	font-weight:bold;
	font-style:italic;
}
.bluetype {
	color: #115FAA;
}
.redtype {
	color: #FF0000;
}
#sectionhead {
	background-color: #000;
	width:675px;
	padding: 0px 0px 0px 25px;
	background-image:url(../gui-images/SECTIONHEAD_MAIN.jpg);
	height:40px;
}
#sectionhead h1{
	padding: 17px 0px 0px 0px;
	color:#FFF;
}
