html, body 
{
	height: 98%;
	font-family: arial;
}

#container 
{
	min-height: 98%;
	background-color: #DDD;
	margin: 0 auto;
	width: 890px; 
	padding-bottom:25px;
	background-color:#ffffff; 
	border-left-width: thin; 
	border-right-width: thin; 
	border-top-color: White; 
	border-bottom-width: thin; 
	border-left-color: Black; 
	border-right-color: Black; 
	border-bottom-color: Black; 
	border-bottom-style: groove; 
	border-left-style: groove; 
	border-right-style: groove;
}

* html #container 
{
	height: 100%;
}

#menuDiv
{
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	height: 100px;
}

#searchClass
{
	width: 890px; 
	text-align: right; 
	padding-top: 15px; 
	padding-right: 15px;
}

#logoutClass
{
	text-align: left; 
	padding-top: 15px; 
	padding-left: 15px;
	position: absolute;
}


#headImages
{
	width:891px; 
	height:150px;
	padding-top:15px;
	padding-bottom:0px;
}

#logo
{
	width:240px;
	position:absolute;
	text-align:center;
	vertical-align: middle;
	padding-top:29px;
}

#randImages
{
	width:890px;
	padding-left:8px;
	vertical-align: middle;
	position:absolute;
}

#contentDiv2
{
	font-size:14px;
	font-family:arial;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
}

#menuDiv
{
	text-align:center;
	font-size:14px;
	padding-left:10px;
	padding-right:15px;
}


#footer
{
	width:100%; 
	text-align:center; 
	position: absolute; 
	margin: 0 auto;
	margin-top: -20px;
}

#myMenu
{
	color:green;
}

#myMenu a:link
{
	text-decoration:none;
}
#myMenu a:visited 
{
	text-decoration:none;
}
#myMenu a:hover
{
	text-decoration:none;
}
#myMenu a:active 
{
	text-decoration:none;
}

#ui_secondary 
{
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
	font-family: arial;
	background-color: #7ea4ca;
	border: 1px solid #131e44;
	font-weight: bold;
	font-size: 13px;
}

#ui_secondary a:link, #ui_secondary a:visited {
	color: #ffffff;
	text-decoration: none;
}

#ui_secondary a:hover, #ui_secondary a:active, #ui_secondary a:focus {
	color: #ffffff;
	text-decoration: underline;
}