/*
color scheme:
=============
dark purple: #353e7f
light green: #a8d77b
blue: #2c68ae
bluegrey: #64768e
light blue: #b2cde0
fuschia: #8a0846
grey: #eee
*/

body {
	font-family: 'lucida sans unicode',helvetica,sans-serif;
	font-size: 13px;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #353e7f;
	background-color: #aab5c2;
}

td {
	font-family: 'lucida sans unicode',helvetica,sans-serif;
	font-size: 13px;
}

h1 {
	font-family: georgia,sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #8a0846;
}

h2 {
	font-family: georgia,sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #2c68ae;
}

h3 {
	font-family: georgia,sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #2c68ae;
}

img {
	border: none;
}


#container {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	border: 1px solid #353e7f;
	background-color: #fff;
}

#header {
	height: 180px;
	width: 100%;
	border-bottom: 4px solid #8a0846;
}

#top_nav {
	float: right;
	border: 1px solid #353e7f;
	width: 200px;
	margin: 20px 16px 0px 0px;
	padding: 0px 6px;
	font-family: georgia,sans-serif;
	letter-spacing: 1px;
	background-color: #b2cde0;
}

#top_nav li, #top_nav li a {
	background-color: #b2cde0;
	color: #353e7f;
	display: block;
	white-space: nowrap;
	width: 100%;
	padding: 4px 0px;
}

#top_nav li {
	border-bottom: 1px dotted #353e7f;
	font-size: 12px;
}

#top_nav li a {
	/*text-align: center;*/
	text-decoration: none;	
	vertical-align: middle;	
	padding: 0px;
}

#top_nav li a:hover {
	background: #8a0846;
	color: #FFF;
}

#columnleft {
	position: relative;
	width: 180px;
	float: left;
	margin: 0;
	padding: 1em;
}

#columnright {
	width: 180px;
	float: right;
	background-color: #ddd;
	margin: 0;
	padding: 1em;
}

#contenthome {
	margin-left: 200px;
	/*border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;*/
	padding: 1em;
	display: block;
}

#content {
	margin: 10px;
	padding: 1em;
	display: block;
	color: #000;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	background-color: #ccc;
	text-align: center;
	font-size: 12px;
	padding: 4px;
}

.box_left_title {
	font-family: georgia,sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #353e7f;
	border-bottom: 1px dashed #000;
	margin-bottom: 4px;
}

.box_left {
	background-image: url(../images/grey_bg.png);
	background-repeat: repeat-y;
	background-color: #eee;
	background-position: top left;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 20px;
}

a {
	color: #353e7f;
	text-decoration: underline;
}

a:hover {
	color: #8a0846;
	text-decoration: none;
}

.announcements {
	background-image: url(../images/blue_bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top left;
	padding: 6px 6px 0px 6px;
	border: 1px solid #353e7f;
	margin-bottom: 20px;
}

.announcements h3.first {
	color: #fff;
}

#featured_script {
	background-image: url(../images/green_bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top left;
	padding: 6px 6px 0px 6px;
	border: 1px solid #353e7f;
	margin-bottom: 20px;
}

.announcements h3, #featured_script h3, #twin_cities h3 {
	color: #353e7f;
}

#google_adsense {
	padding: 6px 0px 0px 0px;
	border: 1px dashed #353e7f;
	margin-bottom: 20px;
}

#twin_cities {
	/*border: 1px dashed #ccc;*/
	margin-bottom: 20px;
}

.small {
	font-size: 11px;
}

ul.noindent {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.button {
	display: inline;
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 13px;
	border: 1px solid #555;
	color: #676767;
	background-color: #c1e20a;
	/*width: 100px;*/
}
.button a {
	/*display: block;*/
	padding: 5px 8px;
	/*line-height: 30px;
	text-align: center;*/
	/*background: #fff;*/
	color: #333;
	text-decoration: none;
	border: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.button a:hover {
	background-color: #FEDC22;
	border-color: #555;
	color: #000;
}

