@charset "utf-8";
/*General*/
/*-----------------------------------------------*/

*{font-family: Verdana, Geneva, sans-serif;}

body{
	padding: 0px;
	margin: 0px;
	background: url(Layout/BGRepeat.png) repeat;}

a{color: #069;}

	a:hover{color: #09F;}
		
	a:visited{color: #058;}

p{text-indent: 2em;}

h1, h2 {
	text-align: center;
	color: #900;
	text-shadow: #999 0.1em 0.1em 0.2em;}

h3{
	color: #009;
	font-weight: normal;
	text-shadow: -1px 0 #999, 0 1px #999,
      1px 0 #999, 0 -1px #999;}

ul{list-style: inside url(MenuBullet.png);}

hr{
	margin: 0.1em;
	border: none;
	border-top: 1px solid #900;}
	
small{font-size: 10px;}

/*Classes*/
/*-----------------------------------------------*/

.FloL{float: left;}

.FloR{float: right;}

.FloC{
	margin-left: auto;
	margin-right: auto;
	display: block;}

.Margin1em{margin: 1em;}

.ClearBoth{
	overflow: hidden;
	height: 0px;
	width: 0px;
	line-height: 0px;
	clear: both;}

.CrumbBar{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;}

	.CrumbBar a:hover{color: #0CF;}

.SiteBlue{color: #819BBE;}
.SiteGray{color: #CECECE;}

.NoUnderline{text-decoration: none;}

.MakeBold{font-weight: bold;}

.TextLeft{text-align: left;}

.TextCenter{text-align: center;}

.TextLeft{text-align: left;}

.Font12{font-size: 12px;}

.OverflowHide{overflow: hidden;}

.Border0{border: none;}
.Border1{border: 1px solid #000;}
.Border2{border: 2px solid #CECECE;}
.BorderSpecial1{border-top: 3px solid #871B1B;}
		
.PHPMessage{
	color: #F00;
	font-size: 14px;
	text-align: center;}
	
.RSSTitle{
	width: 49.6%;
	border: 1px solid #900;
	border-bottom: none;
	min-height: 75px;
	background: #FEC;}
	
.RSS{
	padding: 0.5em;
	margin: 0;
	min-height: 235px;
	width: 48%;
	border-right: 1px solid #900;
	border-left: 1px solid #900;
	background: #FDB;}
	.RSS a{font-weight: bold;}
	.RSS ul{
		margin-left: 0;
		padding-left: 0;}
	.RSS li{list-style: inside url(Content/Bullet.png);}

/*IDs*/
/*-----------------------------------------------*/

#Container{
	width: 100%;
	height: 100%;
	background: url(Layout/FadeDown.png) repeat-x;}
	
#Header{
	height: 125px;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	background: #900;}
	
	#Header img{
		border: none;
		display: block;}
		
	#Header a{
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;}
		
		#Header a:hover{color: #CCC;}

#Content{
	width: 980px;
	min-height: 500px;
	background: #FFF url(Layout/ContentFadeDown.png) top repeat-x;
	margin: 0 auto;
	padding: 10px;
	border-top: #F0CB9F solid 1px;
	border-left: #AC8460 solid 1px;
	border-right: #AC8460 solid 1px;}

#Menu{
	width: 15%;
	border-left: #900 solid 1px;
	float: right;
	min-height: 400px;
	margin: 0 0 0 1em;
	padding: 0 0.5 0 0;}

	#Menu ul{margin: 0;}
	
	#Menu li{
		list-style-image: none;
		list-style: none;
		text-align: right;
		padding: 0 0.1em 0 0.1em;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;}
		
		#Menu a{
			color: #06F;
			font-weight: bold;
			text-decoration: none;
			font-size: 15px;}
		
		#Menu a:hover{color: #00F;}

#Footer{
	height: 30px;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	color: #999;
	clear: both;
	border-top: 2px solid #900;
	margin: 3em 0 0 0;}