	/* The CSS that's required to position the footer */

html {
height: 100%;
}
body {
height: 100%;
}
#nonFooter {
position: relative;
min-height: 100%;
}
* html #nonFooter {
height: 100%;
}
#footer {
position: relative;
margin: 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer {
margin-top: -5.4em;
}

body {
	margin : 0;
	padding : 0;
	font : 73% arial, "Trebuchet MS", verdana, helvetica, sans-serif;
	color : #000;
	background-color: #bbc893;
	background-image: url(images/bgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
			/*WRAPPER*/
#container {
	height: 100%;
	margin: 0 auto;
	padding : 0;
	width : 780px;
}
			/*TOP BANNER*/
#banner {
	padding : 0;
	width : 750px;
	height : 130px;
	color : #000;
	background-color: #C6D7CE;
	background-image: url(images/Primac%20Banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADB6BD;
	border-right-color: #39496B;
	border-bottom-color: #39496B;
	border-left-color: #ADB6BD;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#banner h1 {
	font-size : 110%;
	letter-spacing : 5px;
	color : #42516B;
	background : transparent;
	position: absolute;
	width: 270px;
	right: 36px;
	top: 50px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39496B;
	border-right-color: #C6D7CE;
	border-bottom-color: #C6D7CE;
	border-left-color: #39496B;
}
			/*TOP MENU*/
#menu {
	width : 740px;
	height : 20px;
	font-weight : bold;
	letter-spacing: 3px;
	color : #C6D3C6;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #42517B;
	border-right-color: #072345;
	border-bottom-color: #072345;
	border-left-color: #42517B;
	background-image: url(images/menu.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu_list {
margin : 0;
padding : 0;
text-align : left;
}
#menu_list li {
margin : 0;
padding : 0 5px 0 0;
display : inline;
}
#menu_list a {
	font-size : 16px;
	text-decoration : none;
	background : inherit;
	color : #fff;
}
#menu_list a:hover {
	font-size : 16px;
	background : inherit;
	color : #000;
}
			/*MAIN CONTENT*/
#content {
	float : left;
	margin : 0;
	width : 525px;
	line-height : 1.7em;
	background : inherit;
	color : #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
html> body div#content {
	margin-left : 14px;
}
#left_content {
	float : left;
	width : 510px;
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main_content {
	clear: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right_content {
float : right;
width : 243px;
}
			/*SIDEBAR*/
#sidebar {
	float : right;
	width : 200px;
	line-height : 1.7em;
	color : #333;
	background : #f9f9f9;
	padding: 5px;
	margin-right: 14px;
	margin-top: 5px;
}
.side2 ul {
list-style-type : none;
padding : 0;
margin : 0;
}
.side2 li {
list-style-image : url(images/db_red.gif);
padding-left : 0.5em;
margin: 10px;
}
#sidebar a:link, #sidebar a:visited {
	background : inherit;
	color : #425573;
	text-decoration : none;
}
#sidebar a:hover {
background : inherit;
color : #333;
text-decoration : underline;
}
			/*FOOTER*/
#footer {
	clear : both;
	width : 750px;
	padding : 5px;
	font-size : 0.9em;
	color : #BCE0A8;
	background-color: #172B42;
}
			/*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 10em;
width : 180px;
border : 1px solid #a0ad78;
padding : 1em;
background : #f9f9f9;
color : #666;
margin : 0 0 0 10px;
}
			/*LINKS*/
a:link, a:visited {
background : inherit;
color : #E05222;
text-decoration : none;
}
a:hover {
background : inherit;
color : #333;
text-decoration : underline;
}
a img {
border : none;
}
			/*TYPOGRAPHY*/
h1 {
	font-size : 140%;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}
p1 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
padding : 10px;
font-size : 110%;
text-transform : uppercase;
}
h3 {
padding : 5px;
font-size : 120%;
text-transform : uppercase;
}
h4 {
font-size : 90%;
text-transform : uppercase;
}
h1,h2,h3,h4 {
letter-spacing: 3px;
font-weight : bold;
color : #425573;
background : inherit;
}

.img {
	float : left;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #000000;
}
nobreak {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #425573;
	white-space: normal;
}

.img2 {
float : right;
padding : 5px;
margin : 10px;
border : 1px solid #44443f;
}
.news {
font-size : 90%;
}
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.side2 li2 {
	list-style-image : url(images/image5302.gif);
	padding-left : 0.5em;
	margin: 10px;
	color: #425573;
}
