html,body,form {
	height: 100%;
	margin:0;
	padding:0;
}

body {
	background: #EFEFEF;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin:0;
	padding:0;
	/*text-align:center;*/
}

a:link {
	color: #CC6600;
	text-decoration: none; 
	font-weight: bold;
}
a:active {
	color: #333399; 
	text-decoration: none; 
	font-weight: bold;
}
a:visited {
	color: #000066; 
	font-weight: bold;
}

a:hover {
	color:#808080;
	font-weight: bold; 
	text-decoration:underline;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
}

#dnn_ControlPanel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
}

#logo {
	position: absolute;
	left: 15px;
	top: 40px;
	height: 205px;
	width: 150px;
}

#topline {
	background-color: #000066;
	height: 20px;
}

#header {
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	background-color: orange;
	height: 80px;
	background:#f0f0f0 url(images/OrangeBar.jpg) repeat-x;
}

#header img {
	float: left;
}

#loginnav {
	padding: 6px 10px 6px 0px;
}

#container 
{
	margin:0;
	padding:0;
	width:100%;
	min-width:770px;
	padding-bottom: 90px;
	text-align:left;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#titlebar {
	text-align: left;
	font-size: .8em;
	color: white;
	font-weight: bold;
	padding-left: 220px;
}

#titlebar a:link {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#titlebar a:visited {
	color: #000066;
	text-decoration: underline;
}
#titlebar a:hover, a:active {
	color: silver;
	text-decoration: underline;
}

#drinkbar
{
	height: 30px;
	border-bottom: solid 1px white;
	background-color: #000066;
	text-align: right;
}

#breadcrumb 
{
	text-align: left;
	margin: 0px 5px 5px 220px;
}

#wrap {
	clear:both;
	font-size:0.9em;
	margin-top: -3px;
	padding:0;
	padding-top: 50px;
	background-image: url(images/WhiteScreenbkg.jpg);
	background-repeat: repeat-y;
	border-top: solid 7px #000066;
	border-bottom: solid 1px #000066;
}

#leftside {
	width:165px;
	float:left;
	margin: 70px 0px 50px 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: solid 7px #000066;
	border-right: solid 7px #000066;
	border-bottom: solid 7px #000066;
}

#rightside {
	margin:0px 15px 0px 10px;
	padding: 0px 0px 40px 20px;
	width:205px;
	float:right;
}

#leftside h1,#rightside h1 {
	color:#000066;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
	list-style:none;
	margin:0 0 16px 10px;
	padding:0;
}

.linklist li {
	margin-bottom:0.7em;
}

#HouseMenuNav
{
	padding: 0;
    border: 0;
    margin: 0;
}

.ArrowPointer {
	font-weight: bold;
	color: #CC6600;
	padding-top: 20px;
	margin-top: 20px;
	width: 165px;
	}

#HouseMenuNav ul
{
	margin: 0px;
	padding: 0px 0px 0px .5em;
    margin: 0px 0px 0px .5em;
	list-style: none;
}

#HouseMenuNav li
{
	list-style: none;
	padding-bottom: 4px;
}

#HouseMenuNav a:link, #HouseMenuNav a:visited
{
    color: #CC6600;
    text-decoration: none;
    font-size: 100%;
}

#HouseMenuNav a:hover
{
    color: #000066;
	text-decoration: underline;
}

#content {
	padding: 20px 20px 50px 20px;
	margin:0px 250px 50px 200px;
	color:#000066;
	border: solid 7px #000066;
	background-color: #FFFFFF;
}

#FullContentArea {
	color:#000066;
	background-color: White;
	border: solid 7px #000066;
	padding: 20px 20px 0px 20px;
	margin:0px 40px 50px 220px;
}
/*
#FullContentArea td {
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
}
*/

#content h1,#content h2,#FullContentArea h1,#FullContentArea h2 {
	background-color:inherit;
	color:#CC6600;
	border-bottom: solid 1px #CCCCCC;
	font-size:1.7em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

#content h2,#FullContentArea h2 {
	font-size:1.4em;
	margin-bottom:10px;
}

#content img,#FullContentArea img {
	float:left;
	padding:5px 15px 10px 5px;
}

.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/*** Footer ***/
/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -90px;
	height: 90px;
}

#footer {
	clear:both;
	color: white;
	text-align: left;
	height: 47px;
	padding: 10px 10px 30px 220px;
	font-size:0.7em;
	font-weight:bold;
	margin: -90px 0 0 0;
	border-top: solid 7px #000066;
	background-color: #000066;
}

#footer span {
	color: white;
}

#footer a:link {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#footer a:visited {
	color: #CC6600;
	text-decoration: underline;
}
#footer a:hover, a:active {
	color: silver;
	text-decoration: underline;
}

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:0px;
width:1px;
}

.hide {display:none;}

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*form field set layouts*/
.fieldset 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	border: solid 1px #ccc;
	padding: .5em;
	margin-bottom: 1em;
}

.fieldset legend
{
	color: #147;
	font-weight: bold;
	margin-left: 1em;
}

.fieldset label 
{
	text-align: right;
	width: 20%;
	float: left;
	margin: .5em;
}

.fieldset input
{
	margin: .5em;
	border: solid 1px #ccc;
}

.fieldset textarea {
	margin:3px;
	width: 50%;
	height: 10em;
	border: solid 1px #ccc;
}

.fieldset .button {
	margin: .5em;
	height: 1.5em;
	width: 4em;
	border: solid 1px #147;
	color: #006;
}



.fieldset .textfield {
	margin: .5em;
	height: 1.5em;
	width: 50%;
	border: solid 1px #147;
	color: #147;
	padding: .25em;
}

.fieldset .textarea {
	margin:10px 3px 10px 3px;
	height:100px;
	width:200px;
	border-color: #006;
	border-style: solid;
	color: #006;
	background-color: #E6E6E6;
	padding: 2px;
}

