/* HTML				*/
/* 	Hyperlinks		*/
/* 	Headings			*/
/* 	Lists			*/
/* 	Forms			*/
/* Layout DIVs		*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 7px;
	padding: 0px;
	background: #F3F4F5;
}
p{
	margin: 0px 0px 7px;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/
h1{
	font: bolder 120% Arial, sans-serif;
	color: #21536A;
	margin: 0px;
	padding: 0px;
}
h2{
 font: bold 114% Arial, sans-serif;
 color: #21536A;
 margin: 13px 0px 0px;
 padding: 0px;
}
h3{
 font: bold 100% Arial, sans-serif;
 color: #21536A;
 margin: 13px 0px 0px;
 padding: 0px;
}
h4{
 font: italic 100% Arial, sans-serif;
 color: #21536A;
 margin: 0px;
 padding: 0px;
}
h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/
ul{
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: circle;
}
dt{
	font-weight: bold;
	margin-top: 2%;
}
/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
	text-align: center;
}
label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#LayoutTable{
	height: 100%;
	width: 100%;

}
#Banner{
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 200%;
	font-weight: bold;
	color: #660000;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	/*background-image: url(images/banner.gif);*/
}

#SectionLinks{
padding: 14px 7px;
margin: 0px;
font-size: 85%;
}
		#SectionLinks a:link, #SectionLinks a:visited {
		border-top: 2px solid #CAD2DB;
		border-right: 2px solid #72889E;
		border-bottom: 2px solid #72889E;
		border-left: 2px solid #CAD2DB;
		font-weight: bold;
		padding: 3px 3px 3px 3px;
		color: #21536A;
		}
		#SectionLinks a:hover {
		border-top: 2px solid #72889E;
		border-right: 2px solid #CAD2DB;
		border-bottom: 2px solid #CAD2DB;
		border-left: 2px solid #72889E;
		background-color: #FFEEAA;
		font-weight: bold;
		padding: 3px 3px 3px 3px;
		text-decoration: none;
		color: #21536A;
		}

#Headline{
	Position: relative;
	Margin: 7px 0px 3px 0px;
	Padding: 0px;
	font: bold 120% Arial, sans-serif;
	color: #21536A;
	/*background-color: #D5D5FF;*/
}
#PageLayout{
Position: relative;
Width: 100%;
}
	#MainLinks{
	padding: 0px 7px 7px;
	margin: 0px;
	font-size: 80%;
	width: 0px;
	border: 0px none;
	}
		#MainLinks a:link, #MainLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 1px;
	color: #21536A;
	border-top: 3px solid #CAD2DB;
	border-right: 3px solid #72889E;
	border-bottom: 3px solid #72889E;
	border-left: 3px solid #CAD2DB;
		}
		#MainLinks a:hover {
		display: block;
		border-top: 3px solid #72889E;
		border-right: 3px solid #CAD2DB;
		border-bottom: 3px solid #CAD2DB;
		border-left: 3px solid #72889E;
		background-color: #FFEEAA;
		font-weight: bold;
		padding: 3px 0px 3px 1px;
		text-decoration: none;
		color: #21536A;
		}
	#RelatedLinks{
	padding: 0px;
	margin: 0px;
	font-size: 70%;

	}
		#RelatedLinks a:link, #RelatedLinks a:visited {
		display: block;
		padding: 3px 0px 3px 1px;
		color: #21536A;
		}
		#RelatedLinks a:hover {
		display: block;
		padding: 3px 0px 3px 1px;
		text-decoration: underline;
		color: #21536A;
		}
		#RelatedLinks h3{
	border-bottom-width: thin;
	border-bottom-style: groove;
		}

	
	#Webmeister{
	border-top: 2px solid #cccccc;
	border-right: 2px solid #f4f4ff;
	border-bottom: 2px solid #f4f4ff;
	border-left: 2px solid #cccccc;
	padding: 0px;
	color: #000066;
	font-size: 60%;
	}
	
#Content{
	Position: relative;
	Margin: 0px;
	padding: 4px;
	background-color: #FBFCFC;
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: 100%;
	border-top: 3px solid #cad2de;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #cad2de;
}

#Footer{
	Position: relative;
	margin: 2px 0px 0px 0px;
	Padding: 0px 2px 0px 2px;
	font-size: 80%;
	Color: #D5AA00;
	text-align: right;
}

/************** utility styles *****************/
#border_bar-h{
	background-image: url(images/border_bar-h.gif);
	background-repeat: repeat-x;
	height: 7px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-attachment: fixed;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	display: block;
	width: 100%;
	clear: none;
	float: left;

}

/************** classes *****************/

.Title{
	font-weight: bold;
}
.Bang {
	font-weight: bolder;
	background-color: #FFFF99;
	padding: 1px;
}
.Shriek {
	font-weight: bolder;
	background-color: #FFFF99;
	text-align: center;
	padding: 7px;
}
.News{
	padding: 3px;
}
.News h1{
	font-size: 100%;
	text-transform: uppercase;	
	margin: 3px;
}
.News h2{
	font-size: 90%;
	margin: 3px;
	border-top-width: thin;
	border-top-style: groove;
}
.News p{
	font-size: 80%;
	margin: 3px 3px 3px 3px;
}
.News ul{
	font-size: 80%;
	margin: 3px 3px 3px 3px;
	list-style-type: square;
	list-style-position: inside;
	right: 0px;
}
#Sig {
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
}
#Selected {
	background-color: cad2de;
}
#Null {}
#SideBar {
	font-size: 80%;
	border: medium groove;
	position: relative;
	height: auto;
	width: 33%;
	float: right;
	padding: 3px;
	visibility: visible;
}

