/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/gong-ripple3.gif);
	background-repeat: no-repeat;
	background-position: -40px -170px;
	background-color: #F9F2DE;
	width: 100%;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	font-style: oblique;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
	color: #000066;
	padding-left: 5px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	font-style: oblique;
}
h3 {
	font-size: 120%;
	font-style: oblique;
	font-weight: bold;
	color: #990033;
	line-height: 150%;
}
p {

}
a:link { 
	color: #333366;
}
a:visited { 
	color: #333366;
}
a:hover, a:active, a:focus {
	color: #333366;
	border: 1px dotted #333399;
}

#container {
	margin: 0;
	padding: 0px;
	background-image: url(images/red-border2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	z-index: 3;
	width: 100%;
	color: #000066;
	vertical-align: top;
	top: 0px;
	position: absolute;
	font: 90%/150% Georgia, "Times New Roman", Times, serif;
}
#header {
	background-image: url(images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 25px;

}
#sidebar1 {
	padding: 1px 10px 10px;
	float: left;
	clear: right;
	width: 180px;
	margin-left: 25px;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: #990000;
	background: #FFFFFF url(images/gong-ripple2.gif) no-repeat fixed -40px -170px;
}
#sidebar2 {
	padding: 35px 10px 10px;
	float: left;
	clear: right;
	width: 240px;
	margin-left: 25px;
	text-align: right;
}
#mainContent {
	margin-right: 20%;
	margin-bottom: 10px;
	margin-left: 310px;
	margin-top: 0px;
	width: 550px;
}
#mainContent p {
	line-height: 180%;
}

#footer {
	width: 100%;
}

#leftborder {
	width: 25px;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	background: url(images/red-border2.jpg) repeat-y 0px 0px;
}
#bottomblue {
	height: 32px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
	background-color: #333366;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #990000;
}
#bottommenu {
	height: 25px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 7;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9999;
	font-style: oblique;
	left: 28px;
	font-size: 10pt;
}
#bottommenu a:link, #bottommenu a:visited {
	color: #FF9999;
	text-decoration: none;
}
#bottommenu a:hover, #bottommenu a:active, #bottommenu a:focus {  
	color: #F9F2DE;
	text-decoration: none;
}
#bottomswirl {
	background-image: url(images/red-swirl2w.gif);
	background-repeat: no-repeat;
	background-position: 98% bottom;
	height: 75px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 6;
}


.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.newsdate {
	font-style: oblique;
	color: #990000;
	font-weight: normal;
}
.fineprint {
	font-size: 70%;
	font-weight: normal;
}
