html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	background-color: #CFCEFF;
	font-size: 100.01%;
	color: #030082;
	text-align: center;/*to fix centering in IE5*/
	min-width: 758px;
}

#wrapper {
	width: 758px;
	margin: 10px auto;
	text-align: left;
	background: white;
}
#top {
	background: #CFCEFF;
	background-image: url(../images/top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
}
#middle {
	background: white;
	background-image: url(../images/sideShadow.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#bottom {
	background: white;
	background-image: url(../images/bottom.gif);	
	height: 29px;
	clear: left;
}
#content {
	width: 517px; 
	margin-left: 210px; 
	padding-bottom: 20px;
}

#content p {
	font-size: 80%; 
	margin: 0 6px 10px 6px; 
	padding: 0; 
}
#content ul {
	font-size: 80%;
}
#leftcol { 
	float: left; 
	width: 169px; 
	margin-left: 20px; 
	padding-bottom: 20px;
}

#leftcol #navigation {
	line-height: 100%; 
	width: 169px; 
	
}

#leftcol #navigation ul {
	border-top: 1px solid #000; 
  	border-bottom: 1px solid #000; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 75%; 
}

#leftcol #navigation ul li { 
	padding: 0; 
	margin: 0; 
}

#leftcol #navigation a, 
#leftcol #navigation a:visited { 
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #323C55; 
	border-right: 1px solid #000000; 
	color: #fff; 
	display: block; 
	padding: 4px 0 6px 4px; 
	text-decoration: none; 
	background-color: #030082; 
	width: 163px;
}


#leftcol #navigation a:hover, 
#leftcol #navigation a:focus { 
	background-color: #A7B4CD; 
	border-bottom: 1px solid #fff; 
	color: #030082; 
}
#footer {
	clear: left;
	font-size: 70%;
	text-align: center;
	border-top: 1px red dashed;
	margin: 0 30px 0 20px;
}
#footer p {
	padding: 5px 20px;
	margin: 0;
}
h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 150%;
	color: #FF261E;
}
h2 {
	font-size: 120%;
	color: #FF261E;

	
}
h3 {
	font-size: 100%;
	color: #FF261E;
}
a:visited {
	color: #030082;
}
#leftcol #navigation .uberlink {
font-weight: bold;
}

