body {
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* Menu */

#outer ul {
	padding:0;
	list-style-type:none;
	background:transparent;
	height:2em;
	margin-top: 6em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
#outer li {display:block; float:left;}

.xsnazzy {background:transparent;}
.xsnazzy span {text-align:center; color:#000000; margin:0; font-weight:normal; padding-bottom:0.5em;}

.xtop {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#dd7; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block;
	border:0 solid #fff;
	border-width:0 1px 1px 1px;
	background-color: #CCCC66;
	font-size: 10px;
	font-weight: bold;
}


a.xmenu2, a.xmenu2:visited {
	display:block;
	text-decoration:none;
	width:6em;
	font-size:0.9em;
}
a.xmenu2:hover {background:transparent; cursor:pointer;}
a.xmenu2:hover span {color:#000;}
a.xmenu2:hover .xboxcontent {background:#eee; border-color:#888; border-bottom:1px solid #eee;}
a.xmenu2:hover .xb1 {background:#888;}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {background:#fff; border-color:#888;}

/* Main */

p, ul, li {
	font-size: 12px;
	word-spacing: .1em;
}

#pagewrapper {
	margin: 0px auto;
	background-image: url(images/backshadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#contents {
	width: 760px;
	margin: 0px auto;
	background:#eee;
}

#contents h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #990000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.h1s {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #990000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#footer {
	height: 100%;
	background-color: #F0F0E1;
	margin: 0px;
	padding: 5px;
}

#footer a:link, #footer a:visited {
	color: #0000FF;
}

#contactform {
	position: absolute;
	z-index: 1;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}

.quickform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #990000;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	margin: 5px;
	padding: 5px;
}

.quickform a, .quickform a:visited, .quickform a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.transON {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #990000;
	margin: 5px;
	padding: 5px;
}

.transON a:link, .transON a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.closebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	margin: 0px;
	padding: 5px;
}

#thankyou-container {
	position: absolute;
	width: 500px;
	z-index: 2;
	left: 50%;
}

#thankyou {
	position: absolute;
	width: 500px;
	z-index: 3;
	height: 250px;
	left: -250px;
	background-color: #FFCC00;
	border-top-width: 3px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}

#thankyoumsg {
	text-align: center;
	margin: 0px;
	padding: 30px;
	color: #FFFFFF;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
}

#thisform {
		z-index: 2;
	}
	
.redbold {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
