body {
	background-color: #333333;
	min-width: 740px;
	}

.page {
 	border-color: #8a7e67;
 	border-style: inset;
 	border-width: 4px;
 	margin: 20px;
 	background-color: #666666;
 }

.titleBox {
 	border-color: #8a7f68;
 	border-style: inset;
 	border-width: 4px;
 	margin: 20px;
 	background-color: #666666;
 }

.background {
 	background-repeat: repeat-x;
 	background-color: #333333;
 }

.mat2 {
 	border-width: 4px;
 	border-color: #d3c19e;
 	border-style: inset;
 	background-color: #978a71;
 }

.mat1 {
 	background-repeat: repeat-y;
 	padding-bottom: 5px;
 	background-image: url(images/frame_shadow_width.gif);
 	background-color: #ffe7bd;
 	margin-right: auto;
 	margin-left: auto;
 	margin-top: 0px;
 	padding-left: 75px;
 	padding-right: 75px;
 	padding-top: 0px;
 	width: 589px;
 	border-style: none;
 }

.copy {
	list-style-position: inside;
	list-style-type: square;
	letter-spacing: normal;
	line-height: 24px;
	font-size: 17px;
	text-align: left;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	color: #cccccc;
	}

form {
	background-color: #CCCC99;
}

.title {
	line-height: 0px;
	text-shadow: 0px 0px 0px black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px; color: black;}

.subtitle {
	line-height: 0px;
	font-family: Times, Georgia, "Times New Roman", serif;
	padding-left: 4px;
	font-size: x-large;
 color: white;}

.header {
	font-family: cursive;
	font-size: 40px;
 color: white;
}

.legal {
	text-align: right;
	height: 24px;
	width: 589px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/legal_sig.gif);
	font-style: italic;
	font-family: cursive;
	font-size: 10px;
	color: #999999;
}

.subheader {
 	font-variant: normal;
 	font-size: 22px;
 	padding: 10px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.boxTitle {
	background-position: 0;
	height: 127px;
	background-repeat: no-repeat;
	background-image: url(images/Banner.jpg);
	margin: 20px;
	border-width: thin;
	border-style: solid;
	border-color: white;
 }

.box1 {
	margin: 20px;
	padding: 10px;
	border-width: thin;
	border-style: solid;
	border-color: white;
 }

.box2 {
	margin: 20px;
	padding: 10px;
	border-width: thin;
	border-style: solid;
	border-color: white;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.frame_glass_top {
 	background-repeat: no-repeat;
 	margin-left: auto;
 	margin-right: auto;
 	margin-top: 25px;
 	height: 103px;
 	width: 739px;
 	background-image: url(images/frame_glass_top.jpg);
 }

.frame_shadow_bottom {
 	margin-bottom: 50px;
 	background-repeat: no-repeat;
 	margin-left: auto;
 	margin-right: auto;
 	height: 103px;
 	width: 739px;
 	background-image: url(images/frame_shadow_bottom.jpg);
 }

.wall {
 	width: 740px;
 	margin-right: auto;
 	margin-left: auto;
 	align: center;
 }

.nav {
 	text-align: center;
 	font-family: Helvetica, Verdana, Arial, sans-serif;
 	color: #b5a588;
 	text-shadow: 0px 1px 1px #333333;
 	font-size: x-large;
 	}
 	
.nav A:link {font-size: x-large;
	color: #b5a588;
	text-decoration: none
	}
.nav A:visited {font-size: x-large;
	color: #b5a588;
	text-decoration: none
	}
.nav A:active {
	color: #b5a588;
	text-decoration: none
	}

.nav A:hover {
	color: #e8d6af;
	text-decoration: none;
	}

A:link {
	text-decoration: none;
	color:white;
	}

A:visited { text-decoration: none; color:white;}

A:active { text-decoration: none; color:white;}

A:hover { text-decoration: underline;}

#links ul {
        list-style-type: none;
        width: 400px;
} 

#links li {
        border: 1px dotted #999999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #cccccc;
        display: block;
        font: bold 120% Helvetica, Arial, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 400px;
}

#links li a:hover {
        background: #333333;
}

#links a em { 
        color: #999999;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: white;
        font: normal 70% Helvetica, Verdana, sans-serif;
        line-height: 150%;
}

.old {
	                                                                                                               	background-color: #595959;
	                                                                                                               }


.credit { margin-top: -10px; color: #363027; text-align: right; margin-right: 35px; font-style: italic; font-size: 11px; }

.creditBig { text-align: right; margin-top: -10px; margin-right: 35px; font-style: italic; font-size: 16px; }

.attribution {
	                                                                                                               	text-align: center;                                                                                              	font-size: 11px;
	                                                                                                               }

.inlineLeft {
	border-width: 1px;
	float: left;
	background-position: 0;
	margin-right: 15px; display: inline; border-color: #999999; }

img {
	                                                                                                               	border-width: 0px;
	                                                                                                               }

