/* CSS Document */
@media all { 
html,body {
	background:url(../images/backfade.jpg) repeat-x;
}
body {
	font:76% arial,sans-serif;
	text-align:left;
	margin-top:0;
}
#container {
	margin: auto;
	width:780px;
	display:block;
	background:#FFFFFF;
	border:#000000 solid 1px;
}

legend {
	font-size:120%;
}

fieldset {
	margin: 10px 0;
	text-align:center;
}

#menubar {
	background:#000000;
	padding:2px 0;
	height:18px;
}

div#menubar ul#menu {
	margin:0 0 0 200px;
	padding:0;
}
div#menubar ul#menu li {
	background:#000000;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
div#menubar ul#menu li a {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	padding:0 20px;
	display:block;
}

#splashtext {
	float:right;
	width:210px;
	margin-right:10px;
	color:#FFFFFF;
	height:200px;
	overflow:auto;
	position:relative;
	top:20px;
	display:inline;
}

#splashtext a {
	color:#CCCC99;
}

#splashtext h2 {
	color:#FFCC99;
	margin:0 0 10px 0;
}

#splashwrap {
	width:530px;
	position:relative;
	top:30px;
	float:right;
}

#splash {
	background:url(../images/top_bg.jpg) no-repeat;
	height:380px;
	border-bottom:#000000 solid 10px;
}

#subsplash {
	background:url(../images/top_bg-blank.jpg) no-repeat;
	height:180px;
	border-bottom:#000000 solid 10px;
}

#subtitle h1 {
	color:#FFFFFF;
	position:relative;
	top:147px;
	left:80px;
	width:300px;
}

#subtitle h1 a {
	color:#FFFFFF;
}

#subtitle p {
	font-size:150%;
	width:400px;
	position:relative;
	top:60px;
	left:20px;
}

#subleft {
	width:420px;
}

#subleft li {
	margin:0 0 7px 15px;
	padding:0;
}

#subright {
	width:250px;
	float:right;
	padding:10px;
	background:#EADB9D;
	border:#FF9966 solid 1px;
}

blockquote {
	margin:10px;
	padding:0;
}

li {
	margin:0 0 10px 15px;
	padding:0;
}

ul, ol {
	margin:0 0 0 15px;
	padding:0;
}

.hide {
	display:none;
}

#leftcolumn {
	float:left;
	width:235px;
	margin:0 25px 0 20px;
	height:300px;
	overflow:auto;
	display:inline;
}

#leftcolumn p {
	font-size:11px;
}

#rightcolumn {
	float:right;
	width:205px;
	margin-right:20px;
	height:300px;
	overflow:auto;
	display:inline;
}

#centercolumn {
	float:left;
	width:250px;
	height:300px;
	overflow:auto;
}

#homecontent {
	padding-top:15px;
	background:url(../images/bottom_bg.jpg) no-repeat;
	height:306px;
}

#subcontent {
	padding:15px 35px;
	background:url(../images/sub_bottom_bg.jpg) repeat-y;
}

p {
	margin:0 0 10px 0;
}
a, a:visited {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h3 {
	font-size:100%;
	margin:0;
	padding:0;
	text-align:left;
}

h2 {
	font-size:130%;
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}

h1 {
	font-size:180%;
	margin:0 10px 10px 10px;
	padding:0;
	text-align:left;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

#footer {
	text-align:center;
	background:#000000;
	padding:5px 0;
	color:#FFFFFF;
}

#footer, #footer a {
	color:#FFFFFF;
}

#tg, #tg a {
	font-size:80%;
	COLOR:#CCCCCC;
	text-align:center;
}

#tg a:hover {
	color:#666666;
}

.highlight {padding:3px;background-color:#FFFF99;}

}