/*** Global Settings ****/
body {
	color : #000000;
	margin : 0;
	padding : 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 12px;
}
.indented {
	padding-left: 14px;
}
.banner_title {
	font-size: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 100%;
	text-shadow: 2px 2px black;
}
.banner_subtitle {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px black;
}
.footer_code {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 9px;
}

a:visited, a:link {
	color : #a43b55;
	text-decoration : underline;
	background: none;
}
a:hover {
	color : #a43b55;
	text-decoration : none;
	background: none;
}
h1 {
	color : #7a2e40;
	margin: 15px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.underlined {
	border-bottom : 1px solid #efece7;
}
h2 {
	color : #7a2e40;
	margin: 10px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.underlined {
	border-bottom : 1px solid #efece7;
}
h3 {
	color : #7a2e40;
	margin: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.underlined {
	border-bottom : 1px solid #efece7;
}
h4 {
	color : #7a2e40;
	margin: 15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.underlined {
	border-bottom : 1px solid #efece7;
}
h5 {
	color : #7a2e40;
	margin: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.underlined {
	border-bottom : 1px solid #efece7;
}
h6 {
	color : #7a2e40;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.underlined {
	border-bottom : 1px solid #efece7;
}
ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square url(images/bullet.gif);
	font-size: 12px;
}
.box {
	background : #f7f7f7;
	border : 1px solid #f0e9eb;
	padding : 15px;
}

table.invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 2px;
}
td.calendar_moth_header {
	color: #FFF;
	font-weight: bold;
	background-color: #7a2e40;
	padding-left: 6px;
	vertical-align: top;
}
.calendar_light {
	background: #FFF;
	padding-left: 6px;
	vertical-align: top;
}
.calendar_dark {
	background: #FFC;
	padding-left: 6px;
	vertical-align: top;
}

#nav a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}

/*** Layout ****/
#pagewrapper {
	margin: 0;
	width : 100%;
	padding: 0px;
	height: auto;
}
#header {
	background-color: #000;
	padding: 0px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}
#bg {
	height : 35px;
	background : url(images/bg.gif) repeat-x;
}
#bg-old {
	height : 36px;
	background : url(images/bg.gif) repeat-x;
}
#nav {
	min-width: 750px;
	text-align : center;
	color : #f6dde3;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	background-color: #7a2e40;
	background-image: url(images/n1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contentwrapper {
	width : 100%;
	position: relative;
}
#news-content {
	background-color: #FEFFD1;
	border: 1px solid #FC9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 3px;
}

#news-content li {
 background: none;
	color: black;
	padding-top: 4px;
	padding-bottom: 2px;
}

#banner-outer {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	height: 250px;
	width: 100%;
	padding: 0px;
	background-color:#000;
}
#banner-content {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 250px;
	width: 750px;
	background-image: url(images/banner.png);
	padding: 0px;
}
#main-content {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 750px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#left-column {
	width : 730px;
	float : left;
	height: auto;
	padding-top: 20;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
}
#right-column {
	width : 0px;
	float : right;
	height: auto;
	padding: 0px;
	display: none;
}
#empty-clear {
	clear: both;
}
#footer {
	width: 100%;
	clear : both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D0C7C2;
	padding: 5px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(images/footer_bg.png);
}
#featured-content {
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	width: 750px;
	clear: both;
}
#featured-section {
	width : 160px;
	float : left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: none;
}
#credits {
	text-align : center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}
#collapsible_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7a2e40;
	margin-top: 15px;
}
#collapsible_content {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	#border-bottom-style: solid;
	border-top-color: #efece7;
	#border-bottom-color: #efece7;
	padding-left: 16px;
}

#blanket {
background-color:#111;
opacity: 0.65;
*background:none;
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color:#FFF;
width:400px;
height:400px;
border:5px solid #000;
z-index: 9002;
padding: 20px;
}
