/* SHOW UPGRADE BLURB TO BROWSERS THAT DON'T SUPPORT WEB STANDARDS */

.ahem {
	display: none;
}

/* THE BASIC GLOBAL STUFF */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
    background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	padding: 3px 7px;
}

/* MAIN PAGE TABLE */

table.layout {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 75%;
	background-color: white;
}

.righttop {
	background-image: url(/images/right.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

/* GUIDE MENU */

.guide {
	border: 1px solid #ffffff;
	margin-top: 5%;
	margin-left: 5%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 66%;
	color: white;
}

.guide a:link {
	text-decoration: none;
	color: white;
}

.guide a:visited {
	text-decoration: none;
	color: #ffffff;
}

.guide a:hover {
	text-decoration: underline;
}

/* LEFT BAR */

.left {
	margin-top: 9%;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: white;
}

.left a:link {
	text-decoration: none;
	color: white;
}

.left a:visited {
	text-decoration: none;
	color: #ffffff;
}

.left a:hover {
	text-decoration: underline;
}


/* SPECIALIZED ELEMENTS */

.outline {
	border: 1px solid #ffffff;
	width: 135px;
	padding-left: 5px;
	padding-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: white;
}

.housebg {
	background-image: url(/images/housebg.jpg);
	background-repeat: no-repeat;
	margin-top: 20%;
}

.redwhite {
	background-image: url(/images/left.gif);
	background-repeat: repeat-y;
	horizontal-align: left;
	width: 200px;
	color: #ffffff;
}

.pad {
	padding: 3px 7px;
}

.spaced {
	letter-spacing: 0.1em;
}

li {
	list-style-type: circle;
}


/* FOOTERS AND FINE PRINT */

.footer {
	width: 75%;
	border: 1px solid #000000;
	font-size: 65%;
	padding: 4 px;
}

.fineprint {
	width: 75%;
	font-size: 65%;
}