* {
        padding: 0;
        margin: 0;
}

body {
        text-align: center;
        min-width: 800px;
        background-color: #ffffff;
        font-size: 9pt;
        font-family: Arial, sans-serif;
        font-weight: normal;
}

#centering {
        width: 760px;
        margin: 0 auto;
        text-align: center;
}

#header {
}

div.light_yellow_block {
	background-color: #ffffcc;
	float: left;
	width: 150px;
	height: 10px;
	border-left: 2px solid #660000;
}

div.dark_yellow_block {
	background-color: #ffca00;
	float: left;
	width: 608px;
	height: 10px;
}

#header #top_menu {
	background-color: #660000;
	width: 100%;
	text-decoration: none;
}


#header #top_menu ul {
	float: left;
	list-style-type: none;
	margin: 7px 0 7px 10px;
}

#header #top_menu li {
	float: left;
}

#header #top_menu li a {
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
	font-size: 1.1em;
	margin: 0 15px 0 16px;
}

#header #top_menu li a:hover {
	color: #ddddff;
}

#header div.lower_border {
	background-image: url('/images/topbar_fade.jpg');
	background-repeat: repeat-y;
	height: 4px;
}

#content {
	padding: 10px 0 20px 0;
	clear: both;
	border-left: 2px solid #660000;
}

#content p {
	margin: 5px 10px 10px 7px;
}

#content h1 {
	background-image: url('/images/topbar_title.jpg');
	background-repeat: no-repeat;
	height: 40px;
}

#content div.left_box {
	clear: both;
	width: 148px;
	float: left;
	margin-bottom: 10px;
}

#content div.right_box {
	width: 610px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

img.upi_logo {
	width: 61px;
	height: 62px;
	border: none;
	margin-bottom: 75px;
}

#content div.right_box h2 {

}

#content div.right_box ul {
	margin-left: 20px;
}

#content div.right_box ul li {
	margin-top: 10px;
}

#content div.right_box #news {
}


#content div.right_box #news h2 {
	text-align: center;
	background:url('/images/lower_gradient.jpg') repeat-y;
}

div.maroon_bar {
	background-color: #660000;
	height: 20px;
	width: 100%;
}

#footer {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

#footer ul {
	float: left;
	list-style-type: none;
	margin-left: 16px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	text-decoration: none;
	color: #0000ff;
	margin: 0 14px 0 5px;

}

#footer div.copyright {
	text-align: center;
	font-size: 0.8em;
	margin-top: 15px;
}

#footer div.copyright a.designedby {
	text-decoration: none;
	color: #000000;
}

#footer div.copyright a {
	text-decoration: none;
	color: #0000ff;
}

img.screenshot_thumb {
        width: 200px;
        height: 160px;
        border: 1px solid #0000ff;
        margin-left: 30px;
        margin-right: 30px;
        vertical-align: bottom;
}