html { height: 100%; }

body
{
	margin: 0;
	height: 100%;
	font-family: trebuchet ms, verdana, sans-serif;
	background: #eecc77;
	color: #298ea5;
	background: url('http://www.azulastudio.com/images/gradient717111.png');
}

p
{
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 13px;
	color: #3c0005;
}

h2, h3 {
	font-family: trebuchet ms, verdana, sans-serif;
}

a.menu:link
{
	color: #FFF;
	text-decoration: none;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 14px;
}

a.menu:visited
{
	color: #fff;
	font-size: 14px;
	font-family: trebuchet ms, verdana, sans-serif;
	text-decoration: none;
}

a.menu:active { color: #000; }

a.menu:hover
{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

div.navbar
{
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

a:link
{
	font-size: 12px;
	font-family: trebuchet ms, verdana, sans-serif;
	color: #298ea5;
	text-decoration: underline;
}

a:visited
{
	color: #298ea5;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a:active { color: #000; }

a:hover
{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}


img {border:0px;}

#footer
{
	font-size: 11px;
	color: #fff;
	font-family: trebuchet ms, verdana, sans-serif;
	text-align: center;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #298ea5;
}

.container {
	margin-top:10px;
	margin-left:20px;
	padding-right:5px;
	width:700;
	height:330;
	overflow:auto;
}

.container2 {
	margin-top:10px;
	margin-left:20px;
	padding-right:5px;
}

