a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: none;}

body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(/images/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 70.7%;
}

div#outer-container {
	width: 772px;
	padding: 0;
	margin: 0px auto;
	background-image: url("/images/side_shadow.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	background-color: white;
	position: relative;
}

div#container {
	width: 760px;
	padding: 0 6px 6px 6px;
	margin: 0px auto;
	text-align: left;
	background-image: url("/images/bottom_shadow.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}

#footer {
	width: 760px;
	padding: 10px;
	margin: 0px auto 20px auto;
	
	text-align: center;
	color: #555;
}

#footer a {
	text-decoration: none;
	color: #777777;
}

#footer a:hover {
	text-decoration: underline;
	color: #990000;
}

.text {
	color: 344D5E;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

.text-white {
	color: FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

.text a {
	/* Force the anchors in the header to inherit parent colors by default. */
	color: 344D5E;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.text-white a {
	/* Force the anchors in the header to inherit parent colors by default. */
	color: FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.text-h1 {
	font-size: 115%;
}