/* ------------HTML BODY */

body {
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	}
	
/* ============Links */
	
a, a:link {
	color: #0000d6;
	text-decoration: none;
	}
	
a:active {
	color: #CF2443;
	text-decoration: none;
	}

a:visited {
	color: #0000d6;
	text-decoration: none;
	}
	
a:hover {
	color: #0000ff;
	text-decoration: underline;
	}
	
img {
	border: 0;
	}
	
/* ------------CLASSES */
	
/* ------------IDS */

/* ============Main Area */

#content {
 	float: left;
 	height: auto;
  	margin: 15px 20px 5px 190px;
 	_margin: 5px 20px 5px 90px; /* --IE HACK-- */
	padding: 0;
 	width: 75%;
 	}

#footer {
 	border-top: 1px solid #000;
 	font-size: xx-small;
 	margin: 10px 0 0 0;
 	padding: 5px 0;
 	text-align: center;
 	width: 100%;
	}
	
/* ============Navigation */

#list {
	font-size: x-small;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 181px;
	}

#list a {
	color: #fff;
	}
	
#list a:hover {
	color: orange;
	}
	
#list dl {
 	margin: 0;
 	padding: 0;
  	width: 181px;
 	}

#list dt {
	font-weight: 600;
 	margin: 0;
 	padding: 0 0 0 20px;;
  	}

#list dd {
	background: url(images/layout11.jpg) repeat-y;
	font-size: 10px;
 	margin: 0;
 	padding: 0 0 0 20px;
 	}
 	
#navigation {
 	height: 100%;
	margin: 0;
	padding: 0;
 	position: absolute;
 	top: 166px;
 	}
 	
/* ============Header Graphic/Text */

#frame {
	background: #2D358D;
	}

#top1left {
	left: 0;
	height: 35px;
	position: absolute;
	width: 40px;
	top: 0;	
	}
	
#top1middle {
	background: url(images/layout2.jpg) repeat-x;
	height: 35px;
	left: 0;
	margin-left; 40px;
	margin-right: 45px;
	top: 0;
	}
	
#top1right {
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
		}
	
#top2left {
	background: url(images/layout4.jpg) repeat-y;
	height: 100px;
	left: 0;
	position: absolute;
	top: 35px;
	width: 34px;
	}
		
#top2middle {
	background: #2D358D;
	color: #fff;
	font-size: 10px;
	height: 100px;
	left: 0;
	margin-left; 3px;
	margin-right: 3px;
	margin-bottom: 0;
	text-align: center;
	top: 65px;
	}
	
#top2middle a {
	color: #fff;
	}
	
#top2right {
	background: url(images/layout6.jpg) repeat-y;
	height: 100px;
	position: absolute;
	right: 0;
	top: 35px;
	width: 27px;
	}
	
#top3left {
	background: url(images/layout8.jpg) repeat-x;
	height: 33px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
	width: 181px;
	}
	
#top3middle {
	background: url(images/layout8.jpg) repeat-x;
	height: 33px;
	left: 0;
	margin-left; 181px;
	margin-right: 45px;
	text-align: center;
	top: 135px;
	}
	
#top3right {
	height: 33px;
	margin: 0;
	padding; 0;
	right: 0;
	position: absolute;
	top: 135px;
	width: 45px;
	}