/* glabal elements */
body {
	background-color: #000033;
	margin-top: 0px;
	margin-left: 0px;
}
#globalNav {
	background-image: url(../assets/gradient.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 760px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 20px;
}
.hmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}
.hmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.hmemu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.hmenu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#gap {
	height: 5px;
	width: 760px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#localNav {
	background-color: #000066;
	width: 760px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.h2menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}
.h2menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.h2menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.h2menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#title {
	background-color: #666699;
	width: 604px;
	margin-left: 155px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}
#left {
	width: 155px;
	float: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
	line-height: 18px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 18px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#right {
	width: 604px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 5px 5px 5px 8px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
}
/*.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}*/
.active {
	color: #FFCC00;
}
.current {
	color: #666699;
}
.lead {
	font-weight: bold;
}
/* column list elements */
ul {
	margin-top: 3px;
}
div#col1 {
	width: 300px;
	float: left;
}
div#col2 {
	margin-left: 300px;
}
/* form elements */
.leftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rightColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	border: 1px solid #FFFFFF;
	background-color: #666699;
	padding: 4px 6px 4px 4px;
}
