body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-image: url(../img/bg-top.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

#logo {
	position: absolute;
	top: 59px;
	left: 0px;
}
#main {
	position: relative;
	margin: auto;
	width: 950px;
	text-align: left;
	z-index:1;
}

#subnav {
	font-size: 1em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 10px;
}
#subnav {
	margin: 0;
	padding: 0;
}
#subnav li {
	list-style: none;
	display: inline;
	margin-left: 1em;
}
#subnav li.current a {
	font-weight: bold;
	text-decoration: underline;
}
#subnav a, #subnav a:active, #subnav a:visited, #subnav a:link {
	color: #FFF;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}


#nav {
	font-size: 1em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 84px;
	margin: 0;
	padding: 0;
	z-index:80;
}
#nav li {
	list-style: none;
	float: left;
	margin-left: 1px;
	position:relative;
}
#nav li a {
	display: block;
	background-color: #fff;
	background-color: #F1EFFF;
	padding: 0.5em 1em;
	
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	
	border-top-left-radius: 8px;  
	border-top-right-radius: 8px;
}
#nav li.current a {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

#nav li ul {
	display: none;
}


/*drop down menus begin */
#nav li ul {
	z-index: 100;
	position: absolute;
	width: 250px;
	left: 0;
	padding: 0;
	margin: 0;
}

#nav li ul.right {
	left: -174px;
}

#nav li ul li{
	display: inline;
	text-align:left;
	width:250px;
	padding: 0;
	margin: 0;
}
#nav li ul li a {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	
	border-top-left-radius: 0;  
	border-top-right-radius: 0;
}

/*drop down menus end */


#nav a, #nav a:active, #nav a:visited, #nav a:link {
	color: #542387;
	text-decoration: none;
}
#nav a:hover {
	background-color: #988CCA;
	color: #FFF;
}


#content {
	border: 1px solid #fff;
	position: relative;
	top: 150px;
	margin-bottom:170px; /*offset from top plus bottom margin*/
	font-family:Georgia,serif;
	font-size:1.1em;
	color: #341654;
	z-index: 50;
}

h1, h2, h3, h4, h5, h6 {
	color: #0b5510;
}
h1 {
	font-size: 1.5em;
}

a img {
	border: none;
}

#footer {
	display: inline-block;
	color: #FFF;
	border: 1px soild lightgreen;
	background-image: url(../img/bg-bottom.jpg);
	height: 126px;
	width: 100%;
	position: relative;
	text-align: left;
}

#footer #left {
	position: absolute;
	top: 25px;
	left: 50px;
}
#footer #left p {
	margin: 0;
}
#footer #left a {
	color: #fff;
}

#footer #right {
	position: absolute;
	top: 25px;
	right: 50px;
}

div.text label {
	display:block;
	width:200px;
}
fieldset label {
	width: 70%;
}

#flashMessage.message {
	border: 2px solid green; 
	padding: 10px; 
	font-family: Arial,sans-serif; 
	color: green; 
	background-color: #85FF5F;
}


#flashMessage.error_box {
	border: 2px solid red; 
	padding: 10px; 
	font-family: Arial,sans-serif; 
	color: red; 
	background-color: #FFC19F;
}
