body {
    background-color: #000000;
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	background-image: url(../images/site_bg.png);
	color: #3a3b3a;
}


div#frame {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
	margin-top: 5px;
    width: 1000px;
    height: 175px;
}

div#topNavigation {
	background-color: #000000;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;	
}


div#topNavigation a {
	display: block;
	float: left;
	width: 125px;
	padding-left: 25px;
	color: #189cd7;
	font-size: 14px;
	text-decoration: none;
	height: 35px;
	padding-top: 5px;
	background-image: url(../images/link_icon.png);
	background-repeat: no-repeat;
	background-position: 0% 18%;
}

div#topNavigation a i {
	font-size: .8em;
	color: #A0A0A0;
}

div#topNavigation a:hover, div#topNavigation a:hover i {
	color: #FFFFFF;
}

div#topNavigation a:active {
    border: 0px;
}

div#col625 {
	float: left;
	width: 625px;
	margin-left: 25px;
	color: #C0C0C0;
}

div#col625 h1 {
	font-size: 1.4em;
	line-height: 2em;
}


div#col300 {
	float: left;
	width: 300px;
	margin-left: 25px;
        color: #C0C0C0;
}

div#col300 h1 {
	height: 30px;
	line-height: 30px;
	background-image: url(../images/button_bg.png);
	color: #FFFF00;
	text-indent: 20px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    margin-bottom: 10px;
}


div#col625 a, div#col300 a, div#calendar a {
    text-decoration: none;
    color: #189cd7;
}

div#col625 a:hover, div#col300 a:hover, div#calendar a:hover {
    text-decoration: underline;
}


div#mailingListWrapper {
	width: 250px; 
	margin-top: 20px; 
	margin-right: 20px; 
	background-image: url(../images/black_50_percent.png); 
	float: right; 
	color: #C0C0C0; 
	padding: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;	
}

form#mailingList {
	
}

form#mailingList label {
	float: left;
	width: 65px;
	display: block;
	line-height: 20px;
	margin-top: 5px;
}

form#mailingList input[type=text] {
	float: right;
	width: 150px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	border: 1px solid #3a3b3b;
	margin-top: 5px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}



a.button {
	display: block;
	float: right;
	width: 75px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000000;
	background-image: url(../images/button_bg.png);
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;	
	margin-top: 6px;
}

a.button:hover {
	text-decoration: underline;
}