html {
	height:100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color:#F7EED4;
	height:100%;
}


#container { 
	position: relative;
	width: 750px;
	top: 0px;
	left: 50%;
	text-align: left;
	margin-left: -380px;
	background:#FFFFFF url(images/bordertop.gif) no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	min-height:800px;
	color:#000000;
}

/* for Internet Explorer */
/*\*/
* html #container {
	height: 100%;
}


#content {
	width: 550px;
	margin-left:185px;
	margin-top:5px;
	z-index:2;
	color:#000000;
}

#header {
	text-align:center;
	padding-top:5px;
	height:200px;
}

#footer {
	position:relative;
	padding-top:30px;
	text-align:center;
	width: 750px;
	left: 50%;
	margin-left: -380px;
	height:70px;
	background:#FFFFFF url(images/borderbot.gif) no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color:#000000;
}

#left {
	float:left;
	text-align:center;
	width:170px;
	margin:5px;
}

img { border: 0px }

hr {
	width:80%;
	color:#000000;
	height:1px;
}

A:link { text-decoration: none; color: #004C90 }
A:visited { text-decoration: none; color: #004C90 }
A:active { text-decoration: none; color: #004C90 }
A:hover { text-decoration: underline; color: #004C90 }

h1 {
	font-size: 18px;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 16px;
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 14px;
	margin:0px;
	padding:0px;
}

.smalltext {
	font-size: 10px;
}

.bigtext {
	font-size: 14px;
}

.bigboldtext {
	font-size: 14px;
	font-weight:bold;
}

/* Snazzy Borders - http://www.cssplay.co.uk/boxes/snazzy.html */

#xsnazzy {background: transparent; margin-bottom:7px;}

#xsnazzy h1 {
	display: block;
	background-color:#FFFFFF;
	color:#000000;
	font-size: 14px;
	padding:3px;
	margin:0px;
	font-weight:bold;
	line-height: 16px;
	margin-bottom:3px;
	border-bottom:1px solid #008090;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FFFFFF; border-left:1px solid #004C90; border-right:1px solid #004C90;}
.xb1 {margin:0 5px; background:#004C90;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xb1top, .xb2top, .xb3top, .xb4top {display:block; overflow:hidden;}
.xb1top, .xb2top, .xb3top {height:1px;}
.xb2top, .xb3top, .xb4top {background:#FFFFFF; border-left:1px solid #004C90; border-right:1px solid #004C90;}
.xb1top {margin:0 5px; background:#004C90;}
.xb2top {margin:0 3px; border-width:0 2px;}
.xb3top {margin:0 2px;}
.xb4top {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#FFFFFF; border:0 solid #004C90; border-width:0 1px; padding:3px;}
