
body {
	background: #9cf;
}

div.container {
	position: relative;
	margin: 20px auto;
	width: 950px;
	background: #036;
	border: 1px solid white;
}

div.main {
	background: white;
}

div.topright {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	font: 70% Verdana,sans-serif;
	color: white;
}

div.header {
	white-space: nowrap;
	margin-bottom: -5px;
}

div.footer {
	background: url(../images/sitefooter.png) bottom center no-repeat;
	font: 60% Verdana,sans-serif;
	color: white;
	text-align: center;
	padding: 25px 10px 10px 10px;
}

div.content {
	padding: 10px 30px;
	font: 80% Verdana,sans-serif;				
	color: #666;
	line-height: 150%;
}

div.clear {
	width: 700px;
	height: 1px;
	clear: both;
}

div.largeleftcol {
	float: left;
	width: 580px;
	margin: 0px 20px 0px 0px;
}

div.smallrightcol {
	float: left;
	width: 268px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #ccc;
}

div.onecolumn {
	float: left;
	width: 889px;
	padding: 0px;
}

div.onecolumnmessage {
	float: left;
	width: 589px;
	padding: 30px 150px;
	text-align: center;
}

div.equalleftcol {
	float: left;
	width: 424px;
	margin: 0px 20px 0px 0px;
}

div.equalrightcol {
	float: left;
	width: 424px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #ccc;
}

/* THREE COL IS LARGELEFTCOL DIVIDED IN HALF; THIRD COLUMN IS SMALLRIGHTCOL (ALREADY DEFINED) */

div.threecol1 {
	float: left;
	width: 270px;
	margin: 0px 20px 0px 0px;
}

div.threecol2 {
	float: left;
	width: 269px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #ccc;
}

div.welcomebox {
	float: left;
	width: 235px;
	height: 196px;
	padding: 15px 20px;
	margin-bottom: 20px;
	background: #036;
	color: white;
}

div.welcomeslideshow {
	float: left;
	margin-bottom: 20px;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}

div.picturebutton {
	float: left;
	width: 180px;
	height: 102px;
	margin-right: 16px;
	margin-bottom: 20px;
	background: #c9def6;
	border: 1px solid #c9def6;
	text-align: center;
}

div.picturebuttonbg {
	width: 180px;
	height: 60px;
	background-position: center center;
}

div.picturebuttontext {
	padding: 2px 5px;
}

div.insetpicright {
	float: right;
	padding: 5px;
	width: 202px;
	margin-left: 10px;
	background: #c9def6;
	color: #036;
	font-size: 85%;
	text-align: center;
}

div.insetpicleft {
	float: left;
	padding: 5px;
	width: 202px;
	margin-right: 10px;
	background: #c9def6;
	color: #036;
	font-size: 85%;
	text-align: center;
}

div.floatnav {
	float: right;
	margin: 0px 0px 10px 10px;
}

div.highlighted {
	background: #eaf2fa;
	padding: 5px;
}

div.newsticker {
	font-size: 90%;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	float: left;
	width: 575px;
	height: 20px;
}


/* PARAGRAPH STYLES */

div.smallrightcol p {
	margin-bottom: 8px;
}

p {
	margin: 0px 0px 20px 0px;
}

p.adminlinks,span.adminlinks {
	display: inline-block;
	background: #eee;
	border: 1px dashed #999;
	padding: 4px;
	font: 8pt Verdana,sans-serif;
	color: #666;
}

p.intro {
	font-weight: bold;
}

p.small {
	color: #bbb;
}

p.success {
	background: #cfc;
	border: 2px solid #090;
	color: #090;
	padding: 8px;
}

p.warning {
	background: #fdd;
	border: 2px solid #c00;
	color: #c00;
	padding: 8px;
}

p.tip {
	background: white url( ../images/info.png ) 5px 5px no-repeat;
	border: 2px solid #ccc;
	color: #666;
	padding: 8px 8px 8px 36px;
	font-size: 90%;
}

div.footer p {
	margin: 0px;
}



/* HEADINGS */

h1 {
	font: bold 140% Candara,Arial,sans-serif;
	color: #036;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c9def6;
}

h1.filled {
	padding: 5px;
	background: #c9def6;
	border: 0px;
}

h1.reverse {
	background: #036;
	color: white;
}

div.leftcolumn h1 {
	padding-bottom: 5px;
}

div.welcomebox h1 {
	color: white;
}

h2 {
	font: bold 120% Trebuchet MS,sans-serif;
	color: #036;
}



/* LINKS */

a {
	font-weight: bold;
}
a:link,a:visited {
	color: #e48b00;
	text-decoration: none;
}
a:hover,a:active {
	color: #46A7E4;
	text-decoration: underline;
}

div.footer a {
	font-weight: normal;
}

div.topright a {
	color: white;
}

a.buttonlink {
	padding: 2px 10px;
	background: #ddd;
	border: 1px solid #666;
	color: #666;
}

div.picturebutton a {
	color: #036;
}

div.picturebutton a:visited {
	color: #036;
}

/* FORMS */

form {
	margin: 5px 0px 0px 0px;
}

input,textarea,select {
	font: 100% Verdana,sans-serif;
}

input.warning,textarea.warning,select.warning {
	background: #fdd;
	border: 2px solid #c00;
	color: #c00;
}


/* TABLES */

table {
	background: #c9def6;
	color: #036;
	border: 1px solid #036;
	width: 100%;
}

table.invisible {
	background: none;
	border: 0px;
	color: #666;
}

table.invisible td {
	padding: 0px 10px 0px 0px;
	border: 0px;
}

table.invisible td h2 {
	margin-top: 0px;
}

tr.firstrow td {
	border-top: none;
}

td,th {
	vertical-align: top;
	border-top: 1px dashed white;
	padding: 10px;
}

td.labelcolumn {
	width: 120px;
	font-weight: bold;
}


/* IMAGES */

img {
	border: 1px solid #036;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.noborder {
	border: none;
}

div.insetpicright img,div.insetpicleft img [
	border: 1px solid #036;
}


/* LISTS */

ul {
	font: 100% Verdana,sans-serif;
	margin: 20px 0px;
	padding: 10px 30px;
	list-style-type: circle;
	line-height: 150%;
	color: #cb6e00;
	background: #fff8cf;	
}

li {
	margin: 5px 0px;
}


/* TOP MENU */

.horizontalcssmenu {
	margin: 0px 10px 10px -5px;
	padding: 7px 0px 0px 0px;
	width: 100%;
	text-align: center;
	background: none;
}

.horizontalcssmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	line-height: 100%;
	background: none;
}

/*Top level list items*/
.horizontalcssmenu ul li {
	position: relative;
	display: inline;
	margin-right: -6px;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a {
	padding: 5px 14px;
	border: 0px;
	text-decoration: none;
	background: #c9def6;
	font: bold 78% Verdana,sans-serif;
	color: #036;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 0px;
	top: 0px;
	border-top: 1px solid white;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
	margin: 0px;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	display: block;
	width: 130px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 5px 12px;
	background: #c9def6;
	border-width: 0px;
	color: #036;
	opacity: 0.9;
}

.horizontalcssmenu ul li a:hover {
	background: #036;
	color: white;
}

.horizontalcssmenu ul li.current a {
	background: #036;
	color: white;
}

.horizontalcssmenu ul li ul li a:hover {
	background: #036;
	color: white;
}

.horizontalcssmenu .arrowdiv {
	position: absolute;
	right: 0px;
	background: none;
}

/* MISC */

.red {
	color: #c00;
}

.small {
	font-size: 85%;
}

.grey {
	color: #bbb;
}


/* IE 6 WORKAROUNDS */

* html .horizontalcssmenu ul li a:visited {
	color: #036;
}
* html .horizontalcssmenu ul li a:hover {
	color: white;
}
* html .horizontalcssmenu ul li.current a {
	color: white;
}
* html .horizontalcssmenu ul li.current a:visited {
	color: white;
}
* html div.footer {
	background: url(../images/sitefooter-ie6.jpg) bottom center no-repeat;
}
* html div.welcomebox {
	padding-bottom: 2px;
}

/* HIDE SITE MENU WHEN PRINTING */

@media print {

	.horizontalcssmenu,div.topright,div.footer {
		display: none;
	}
}