@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	color: #000033;
	background-color: #ffffff;
	background-image: url(assets/images/obp_background_medium.jpg);  
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: expression{document.body.clientWidth < 752? "750px" : "auto"};
	min-width: 750px;
}

h1, h2, h3, h4, h5 {
	color: #000033;
}

h1 {
	font-size: 2em;
}
h2 { font-size: 1.4em; }
h3 { font-size: 1.0em; }
h4 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 0.6em;
}

.error {
	color: #CC0000;
}

p, blockquote, ul, ol {
	line-height: 1.5em;
}

p.small {
	line-height: 1.2em;
	font-size:0.8em;
}

a {
	color: #000033;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}

a:visited {
	text-decoration: underline;
	color: #660066;
}

img {
	border: none;
	text-decoration: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	margin: 0 1em 0 1em;
	clear: right;
}

hr { display: none; }

/* Table Setup */
table {
	border: 0;
	cellspacing: 7px;
}

td.middle, th.middle {
	align: center;
	text-align: center;
	vertical-align: middle;
}

td.left, th.left {
	align: left;
	text-align: left;
	vertical-align: middle;
}

td.right, th.left {
	align: right;
	text-align: right;
	vertical-align: middle;
}

td.centert, th.centert {
	align: center;
	text-align: center;
	vertical-align: top;
}

td.centerb, th.centerb {
	align: center;
	text-align: center;
	vertical-align: bottom;
}
	
table.fullwidth {
	width: 100%;
}

* html table.fullwidth {
	width: 500px;
	w\idth: 90%;
}

/* Logo */

#logo {
	height: 120px;
}

#logo h1 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
	font-variant: small-caps;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 65px 20px 0 0;
	color: #000033;
	font-size: 0.7em;
	text-align: center;
}

#logo a {
	text-decoration: none;
	color: #000033;
}

#logo img {
	margin: 0;
	padding: 20px 0px 0px 20px;
}

/* Navigation Bar */

#navigation {
	height: 1.9em;
	border-bottom: solid thin #000033;
	border-top: solid thin #000033;
	width: expression{document.body.clientWidth < 752? "750px" : "auto"};
	min-width: 750px;
}

/* Sidebar */

#sidebar_left {
	float: left;
	width: 200px;
	padding: 20px;
	margin: 0;
	position: relative;
	clear: left;
}

#sidebar_left h2 {
	font-size: 1.0em;
}

#sidebar_left h3 {
	font-size: 0.9em;
}

#sidebar_left blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar_left ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding: 0;
}

#sidebar_left li {
	padding: 2px 0px 2px 0px;
	display: block;
}

#sidebar_left a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar_left a:hover {
	text-decoration: underline;
	color: #000066;
}


/* Content */

#content {
	padding-top: 10px;
	margin-left: 250px;
}

/* Menu */

#menu {
	padding: 0;
	height: auto;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	display: block;
}

#menu a {
	display: block;
	width: auto;
	padding: 7px 7px 7px 7px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: underline;
	color: #000066;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	border-top: thin solid #000033;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.7em;
	color: #000033;
}

#footer a {
	color: #000033;
	text-align: center;
	text-decoration: none;
}

#footer a:hover {
	color: #000066;
	text-decoration: underline;
}

#footer h2 {
	font-size: 0.9em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#footer h3 {
	font-size: 0.8em;
	margin: 5px 0 0 0;
	text-align: center;
}
	

