	/************* Global Styles *************/
	body
	{
		background-color: #000000;
		font-family: "Century Gothic";
	}
	
	h1, h2, h3, h4, h5
	{
		text-transform: uppercase;
		display: inline;
		background-color: #9a0000;
		color: #FFFFFF;
		padding: 5px 20px 5px 20px;
	}
	
	h2
	{
		font-size: large;
	}
	
	img
	{
		border: 9px solid #FFFFFF;
	}
	
	
	/************** Site Layout **************/
	#Global-Container
	{
	   width: 973px;
	   margin: auto;
	}
	
	
	#Page-Container
	{
		width: 955px;
		border: 9px solid #FFFFFF;
		float: left;
	}
	
	#Banner-Section
	{
		float: left;
		background-image: url(../images/banner.jpg);
		width: 955px;
		height: 283px;
	}
	
	#MenuLinks-Section
	{
		float: left;
		width: 100%;
		height: 42px;
		background-color: #c90101;
		background-image: url(../images/links-bar-below.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
	}
	
	#Content-Section
	{
		width: 100%;
		float: left;
		background-image: url(../images/dot.gif);
		background-repeat: repeat-y;
		background-position: 648px;
	}
		
	#Content-Section-Left
	{
		width: 628px;
		float: left;
		padding-left: 12px;
		padding-right: 12px;
	}

	#Content-Section-Right
	{
		padding: 6px;
		float: left;
		width: 284px;
	}

	#Content-Section-TopRight
	{
		float: left;
		width: 100%;
	}

	#Content-Section-BottomRight
	{
		float: right;
		width: 100%;
	}
	
	#Content-Section-Left-Sub
	{
		display: block;
		width: 100%;
		float: left;

		background-image: url(../images/dot.gif);
		background-repeat: repeat-y;
		background-position: 300px;
	}
	
	#Content-Section-Left-Sub-Left
	{
		width: 290px;
		float: left;
		display: block;
	}

	#Content-Section-Left-Sub-Right
	{
		width: 290px;
		padding-left: 20px;
		float: left;
		display: block;
	}
	
		
	/**************** Section Styles *****************/
	#MenuLinks a, #MenuLinks a:link, #MenuLinks a:visited
	{
		text-transform: uppercase;
		display: block;
		width: auto;
		float: left;
		padding: 6px 12px 6px 12px;

		font-family: Arial Narrow;
		font-size: 14px;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#MenuLinks a:hover
	{
		background-color: #ffd42a;
		color: #c90101;
	}
	
	#Content-Section
	{
		color: #FFFFFF;
		font-size: small;
	}

	#Content-Section-BottomRight img
	{
		border-width: 0px;
	}

	
	/**************** Global Styles ******************/
	
	.HorizontalDotted
	{
		height: 15px;
		display: block;
		width: 100%;
		float: left;
		background-position: center;
		background-image: url(../images/dot.gif);
		background-repeat: repeat-x;
	}
	
	.VerticalDotted
	{
		width: 5px;
		height: auto;
		display: block;
		background-position: center;
		background-image: url(../images/dot.gif);
		background-repeat: repeat-y;
	}
	
	a:hover{

		color: #9a0000;
		font-size: small;
		font-weight:bold;
background-color: #ffd42a;
		color: #c90101;
	}

	a{

		font-size: small;
		color: #9a0000;
		text-decoration: none;
		font-weight:bold;
	}

