body {
	background:#77AAAA;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
}
p {margin:0.5em 0 0.5em 0;}
ul {list-style:square;}
th {text-align:left;}
td {
	vertical-align:top;
	padding:0 2em 0 1em;
}

img#imgHead {
	width:100%;
	height:auto;
}

#divTop {
	margin:0em 2em 0em 2em;
	min-width:46em;
}
#divTitle {
	float:left;
	position:absolute;
	margin:0.5em 2em auto 2em;
}

#divMenu {
	margin:0 0 0 6.6em;
	padding:0 0 0 0;
}

#divSide {
	float:left;
	width:6.25em;
}

img#imgUs {
	margin:1em 0 1em 0;
	width:6.6em;
	height:auto;
}
img#imgUs:hover {
	float:left;
	position:relative;
	width:20em;
	z-index:1000;
}

#container {
	background:#CCCC99;
	color:#000000;
	margin:0 2em 0 2em;
	padding:0 0 0 0;
	min-width:46em;
}
#content {
	margin:0 0 0 6.6em;
	background:#FFFFFF;
	color:#000000;
	padding:0.5em 0.5em 0.5em 0.5em;
	min-height:11.4em;
}
#footer {
	padding:0.5em 0.5em 0.5em 0.5em;
	text-align:center;
	font-weight:bolder;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin:0 0 0 0;
	white-space:nowrap;
}
h1 {
	color:#000033;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
}
h1#title {
	color:#FFFFFF;
	font-size:2.5em;
	font-weight:bold;
}
h2 {
	color:#000066;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
}
h3 {
	color:#000066;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
}
h4 {
	color:#330066;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}
h5 {
	color:#330066;
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
}
h6 {
	color:#330066;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
}
#subTitle {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:italic;
	margin:-0.3em 0.2em 0 0.2em;
	white-space:nowrap;
}

/* Menus */
#menu {
	width:100%;
	height:1.5em;
}
#menu li {
	display:inline;
}
#menu li a {
	background:#0099CC;
	color:#FFFFFF;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	
	border-top:#0077AA solid thin;
	border-right:#005588 solid thin;
	border-bottom:#005588 solid thin;
	border-left:#0077AA solid thin;
	padding:0.2em 0.5em 0.2em 0.5em;
	width:6em;
}
#menu li a:hover{
	background:#00AADD;
	color:#FFFFFF;
	
	border-top:#0099CC solid thin;
	border-right:#0077AA solid thin;
	border-bottom:#0077AA solid thin;
	border-left:#0099CC solid thin;
}
#menu li #current {
	background:#00BBEE;
	color:#FFFFFF;
	border-top:#0099CC solid thin;
	border-right:#0077AA solid thin;
	border-bottom:#0077AA solid thin;
	border-left:#0099CC solid thin;
}

#menu, #smenu {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	white-space:nowrap;
}

#smenu li {
	float:left; /* Correct achor widths */
	margin:0 0 0 0;
	width:100%;
}
#smenu li a {
	float:left; /* Correct achor widths */
	background:#33AACC;
	color:#FFFFFF;
	text-decoration:none;
	padding:0.2em;
	width:100%;
}
#smenu li a:hover {
	background:#EEEEEE;
	color:#33AACC;
}
#smenu li #scurrent {
	background:#FFFFFF;
	color:#33AACC;
}

/* Forms */
#contact {
	background:#33AACC;
	padding:1em 1em 1em 1em;
	width:32em;
}
input[type="text"],input[type="password"] {width:20em;}
textarea {width:20em; height:10em;}
input[type="submit"], input[type="reset"], input[type="button"] {width:5em;}

/* Main Link Colors */
a {
	color:#000099;
	font:bolder;
	text-decoration:none;
}
a:visited {
  color:#3366FF;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
a:active {
	color:#3366AA;
}

#address {
	color:#000066;
	font-size:small;
	font-weight:bold;
	margin-right:2em;
}

/* Extra Info */
#copyright {
	color:#444477;
	font-size:xx-small;
	margin:2em 2em 0 2em;
	text-align:center;
}
#copyright a, #copyright a:active, #copyright a:visited {
	color:#444477;
	text-decoration:none;
}
#copyright a:hover {
	color:#222255;
	text-decoration:underline;
}