body {
	background-repeat: repeat-x;
background: url(images/background-blue.jpg) repeat-x top;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;


}


a:link, a:visited{
	text-decoration: underline;
	color: #003366;
}


a:hover{
	text-decoration: none;
}



h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}



#wrapper {
margin: 0 auto;
width: 1024px;
}


#header {
float: left;
width: 1024px;
position: relative;
height: 138px;
margin-bottom: 30px;

}


#header h1 {
color: white;
margin-top: 10px;
font-weight: bold;
float: left;
}


#header p {
	float: left;
	margin: 15px 0 0 0;
	padding: 3px 10px 3px 50px;
	font-style: italic;
	color: white;
} 




ul#or20_MainNav li {
	float: left;
		height: 30px;

}

ul#or20_MainNav li a {

	padding:  8px 20px 7px 20px;
	margin: 0;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12px

}

ul#or20_MainNav li a:hover {
text-decoration: underline;
}

#or20_selected {
background: url(images/or20_selected.jpg) no-repeat bottom center;
font-weight: bold;
text-transform: uppercase;
}

ul#mainmenu  {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 0;
}

ul#mainmenu li {
	float: left;
			height: 30px;

}

ul#mainmenu a {
	display: block;
	padding: 0 0px 5px 0;
	line-height: 35px;
	margin: 0 40px 0 0;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

ul#mainmenu  a:hover {
	color: #ffcc66;


}

ul#mainmenu #current-page-item a {
	color: #ffcc66;
		font-weight: bold;
text-transform: uppercase;

}

.leftcolumn {
width: 200px;
float: left;
min-height: 300px;
overflow:hidden;
}

.rightcolumn {
float: right;
min-height: 300px;

}


#footer {
width: 1024px;
text-align: center;
float: left;
clear: both;
padding: 20px 0 0 0;
}

