body {
	margin: 0;
	padding: 0;
	background-color:#91caf5;
	width:750px;
	position:absolute;
	margin-left:-375px;
	left:50%;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(Images/bubbles.jpg);
background-repeat: repeat-x;
background-position: top;

}
#containertop {
	width: 770px;
	margin:5px 0 0 0;
	height:10px;
	background:white url('Images/round-tr.png') no-repeat right top;
}
#containertop div{
	background:url('Images/round-tl.png') no-repeat left top;
	height:15px;
}

#container {
	width: 750px;
	background-color:white;
	padding:0px 10px 0 10px;
	margin:0;
	font-size:small;
}
#containerbottom {
	width: 770px;
	margin:0 0 10px 0;
	height:15px;
	background:white url('Images/round-br.png') no-repeat right bottom;
}
#containerbottom div{
	background:url('Images/round-bl.png') no-repeat left bottom;
	height:15px;
}

#innerfooter{
	text-align:center;
	margin-top:20px;
	font-size:small;
	font-style:italic;
}
#outerfooter{
	color:#000;
	font-size:small;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
#outerfooter a{
	color:#000;
}


#header {
	height:150px;
}
#logo {
	padding-top:20px;
}
#logo a,
#logo a img,
#logo a:hover,
#logo a:visited
{
    border-style:none;
}
#headerimage{
	float:right;
	width:373px; /* needs to be correct */
	height:1px;
}
#tagline{
	margin-top:55px;
	margin-left:15px;
	font-size:large;
	height:1.2em;
}


#menu{
	clear:both;
	margin-top:10px;
	background-color:#0460a6;
	color:white;
	padding:0 4px 0 4px;
	height: 1.8em;
	overflow:hidden;
	height:30px;
}
.menuitem{
	float:left;
	width:16%;
	text-align:center;
	padding:4px 0 0 0;
	height: 1.8em;
}
.menuitem a {
	color: white;
	text-decoration:none;
}
.menutitem a:hover {
	text-decoration:underline;
}
.selected{
	background-color:#A6BF79;
}


#submenu{
    float:left;
	color:#7C9E3F;
	margin:15px 0 0 0;
	background-color:white;
	border:2px #7C9E3F solid;
	padding: 10px 10px 10px 5px;
	width:120px;
}
#submenu ul{
	margin:5px 0 0 15px;
	padding:0;
}
.submenutitle{
	color: #7C9E3F;
	font-weight:bold;
}
.submenutitle a{
	color:#7C9E3F;
}.submenuitem{
	margin:0;
	padding:0;
}
.submenuitem a{
	color:#7C9E3F;
}

#content-withsubmenu{
	margin:15px 0 0 150px;
	min-height:100px;
	padding:0;
}
#content-nosubmenu{
	margin:15px 0 0 0;
	min-height:100px;
	padding:0;
	text-align:justify;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}




.logout
{
    font-size:smaller;
}

.hidden
{
    display:none;
}

.message
{
    color:Red;
    font-size:larger;
    font-weight:bold;
}
.non-visible
{
    visibility:hidden;
}

.inlinequote
{
    font-style:italic;
    font-size:large;
}
.blockquote
{
    font-style:italic;
    font-size:large;
    text-align:center;
    margin: 5px 0 5px 0;
}
.links {
	color:#0460a6;
}
.links a {
	color:#0460a6;
	font-size:small;
	font-weight:bold;
}
#bar{
	clear:both;
	margin-top:0px;
	background-color:#0460a6;
	color:white;
	padding:0 4px 0 4px;
	height: 1.8em;
	overflow:hidden;
	height:30px;
}
