/* Begin: General */
body {
	color: black;
	background-color: #A7C9FF;
	font-size: 9pt;
	font-family: "Arial", "Helvetica", san-serif;
}

h1 {
	color: #404040;
	background-color: inherit;
	font-size: 18pt;
}

a {
	color: #0000B2;
	background-color: inherit;
}

img { border: none; }

	/* BEGIN: Green Accents */
	.green {
		color: #009E02;
	}
	
	table.green img {
		border-color: #009E02;
	}
	/* END: Green Accents */

/* End: General */

/* Begin: Sectional Formatting */
#container {
	width: 750px;
	margin: 30px auto 0 auto;
}

#header {
	width: 750px;
	margin: 15px 0;
}

div#content {
	position: relative;
	padding: 20px;
	margin: 15px;
	border: 1px solid #999999;
}

#footer {
	clear: both;
	padding: 3px 40px;
	margin: 15px 0 0 0;
	color: white;
	background-color: #3866b0;
	text-align: center;
	font-size: 8pt;
}

.thumb img {
	padding: 3px;
	margin: 20px;
	border: 1px solid #999999;
}

a.thumb:hover img { background-color: #C1C1C1; }

p.error {
	font-weight: bold;
	color: red;
}
/* End: Sectional Formatting */

/* Begin: Box with Shadow
	- Credit: http://alistapart.com/articles/cssdropshadows/ */
.box {
	float: left;
	background: url('images/shadow.png') repeat-y right bottom !important;
/*	Disabled Due To IE 6
	background: url('images/shadow.gif') repeat-y right bottom; */
	background: none;
	margin: 25px 0 0 10px !important;
	margin: 5px 0 0 2px;
}

.box-outer {
	float: left;
	background: none !important;
/*	Disabled Due To IE 6
	background: url('images/shadow2.gif') no-repeat left top; */
	padding: 0 !important;
	padding: 0 6px 6px 0;
}

.box-inner {
	float: left;
	margin: -6px 6px 6px -5px !important;
	margin: 0;
	width: 750px;
	color: black;
	background-color: white;
	border: 1px solid black;
}
/* End: Box with Shadow */

/* Begin: Global Navigation */
#leftoflogo, #nav {
	float: left;
	height: 32px;
	padding: 8px 0;
	margin: 44px 0 0 0;
	color: white;
	background-color: #3866b0;
}

#leftoflogo { width: 20px; }
#logo { float: left; }


#nav {
	width: 501px;
	display: block;
	list-style-type: none;
	font-size: 11pt;
}

#nav li {
	display: block;
	float: left;
	padding: 0 10px;
}

#nav a {
	color: white;
	background-color: inherit;
	text-decoration: none;
}

#nav a:hover { text-decoration: underline; }
/* End: Global Navigation */

/* Begin: Main Page */
div#content .left {
	float: left;
	width: 320px;
}

div#content .right {
	float: left;
	padding-left: 40px;
}

.showcase {
	width: 100%;
	text-align: center;
	font-size: 9pt;
}

.showcase img {
	padding: 3px;
	margin: 10px 10px 5px 10px;
	border: 1px solid #999999;
}

.showcase a:hover img { background-color: #C1C1C1; }
/* End: Main Page */

/* Begin: Contact Us */
div#content .times {
	font-size: 10pt;
	color: gray;
	background-color: inherit;
}

div#content hr {
	margin-top: 35px;
	margin-bottom: 35px;
}

div#content #button_area { text-align: center; }

td.label {
	font-weight: bold;
	text-align: center;
}
/* End: Contact Us */