body {
	min-width: 770px;
	margin: 0;
	padding: 0;
	background: #345989 url(../images_new/body-bg.jpg) repeat-y top center;
	color: #000000;
	text-align: center; /* for WinIE5.x */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;	
	}
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}
#header {
	width: 710px; /* needed for MacOpera and Safari */
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
#logo {
	float: left;
	margin: 0 0 15px 0;
	}
#site-nav { /* defined in the N5 Nav Bar */
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	/*border-left: 1px solid #fff;*/
	list-style: none;
	}
	
#site-nav li {
	margin: 5px 0 5px 0;
	padding: 0 0 5px 8px;
	border-bottom: 1px solid #2A567F;
	}
	
	

		
#photo-banner {
	clear: both;
	height: 150px;
	/*width: 770px;*/
	/*border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;*/
	background: url(../images_new/UPheader.jpg) no-repeat;
	}
#content {
	float: left;
	width: 770px;
	margin-top: 15px;
	}
#content-nav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}

#footer {
	clear: both;
	padding: 3px 0 15px 0;
	border-top: 1px solid #000000;
	text-align: right;
	font-size: 90%;
	}
	
#NavBar {
	float: left;
	width: 153px;
	padding-top: 10px;
	color: #FFFFFF;	/*background: url(images/main-content-photo.jpg) no-repeat;*/
	font-size: 14px;
	font-weight: bold;	
	}
#SideBar {
	margin-left: 8px;
	font-size: 12px;
	font-weight: normal;
}
#feature {
	width: 590px;
	margin-left: 160px;
	padding-left: 15px;
	
	}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#container {
	float: left; /* makes it contain children floats */
	width: 770px; /* needed for MacOpera and Safari */
	margin: 0px 0;
	background: url(../images_new/2col_bg.jpg) repeat-y;
	border-top: thin solid #000000;
	}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
	}
h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	margin: 0 0 .6em 0;
	font-size: 120%;
	}
h3 {
	margin: 0;
	font-size: 100%;
	}
	
/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a:link, a:visited, a:active {
	color: #5286B5;
	text-decoration: underline;
	}
 
a:hover {
	text-decoration: underline;
	color: #417096;
	}
#site-nav a:link, #site-nav a:visited, #site-nav a:active {
	color: #ffffff;
	background: none;
	}
#site-nav a:hover {
	color: #375989;
	background-color: #FFFFFF;
	}		
	

#SideBar a:link, #SideBar a:visited, #SideBar a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}	
#SideBar a:hover {
	text-decoration: underline;
	color: #000000;
	border: thin none #000000;
	
		}
		

	
	
.image-link {
	background: transparent;
	}
	
/* LISTS --------------------------------------------------- */
/* --------------------------------------------------------- */
dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0;
	}

/* TABLES -------------------------------------------------- */
/* --------------------------------------------------------- */
table {
	margin: 0 0 0 0;
	border-collapse: collapse;
	}
th, td {
	padding: 7px 15px 7px 5px;
	border-bottom: 1px solid #2A567F;
	}
th {
	background: #72C0FF;
	color: #2A567F;
	text-align: left;
	}
