/* CSS Document */
body {
        /*background-color: green;*/
		background:url(../img/backgroundnew.jpg) repeat-x;
        margin: 0px;
		text-align:center;
		
}
a {
        text-decoration: none;
}
h1 {
		font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #231f20;
}
h2 {
       	font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #572520;
}
h3 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #572520;
}
h4 {
        font-size: 1em;
        font-weight: normal;
}
p {
        margin-top: 2px;
        margin-bottom: 15px;
		font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
}
img {
        border: 0px;
}

#body 
{
 	width: 600px;
	margin-top:0px;
    margin-right: auto;
    margin-left: auto;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.7em;
	text-align:left;
    background-color: white;
}

#header 
{
	background-color:#FFFFFF;
	width:600px;
	height:150px;	
	float:left;
}

#headerFiller
{
	background-color:#9F0B0B;
	width:600px;
	height:15px;
	float:left;
}

#contentFiller
{
	background-color:white;
	width:596px;
	height:10px;
	float:left;
	border-left:solid;
	border-left-width:2px;
   	border-color:#6d6e71;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#6d6e71;
}

.menuHolder
{
	width:600px;
	/*background-color:#000000;*/
	height:22px;
	float:left;
	background:url(../img/menubackground.jpg) repeat-x;
}

#menu
{
		margin-left:3px;
}

	#menu ul
	{
		list-style-type: none;
		margin: 0;
		padding: 2px;
		background:url(../img/menubackground.jpg) repeat-x;
	}
		
		#menu ul li
		{
			padding-bottom: 2px; 
			float:left;

		}

			#menu ul li a
			{
				color: #FFFFFF;
				display: block;
				padding: 0px 0;
				width:117px;
				text-align:center;
				font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
				text-decoration: none;
				font-weight:normal;

/*				background-color:#000000;*/
				border:medium;
				border-right-color:white;
				border-right-width:1px;
				border-right-style:solid;
				font-size: 15px;
/*				background:url(../img/menubackground.jpg) repeat-x;*/
			}
						
			#menu ul li a:visited
			{
				color: #FFFFFF;
			}

			#menu ul li a:hover
			{ 
				font-weight:bold;
			}
			
			#menu ul li #current
			{
				font-weight:bolder; 	
			}
			
			#menu ul li #last
			{
				border-right-width:0px;
			}
			
			#menu ul li #currentlast
			{
				font-weight:bolder; 	
				border-right-width:0px;
			}


	#content
	{
		width:600px;
		float:left;
	   	line-height:135%;
	}

		#content #cleft
		{
			width:400px;		
			float:left;
			padding-left:20px;
			padding-right:20px;
			height:400px;
			text-align:left;
		   	border-left:solid;
		   	border-left-width:2px;
		   	border-color:#6d6e71;
		  	border-right:dotted;
		   	border-right-width:1px;
			

		}
	
			#content #cleft p
			{
				font-size:12px;
				color:#404041;

			}
	
		#content #cright
		{
			width:150px;
			float:right;
			height:400px;
			padding-left:5px;
			border-right:solid;
			border-right-width:2px;
			border-color:#6d6e71;
		}

	#footer
	{
		height:40px;
		width:586px;
		float:left;
		padding:5px;

	   	border-top:dotted;
		border-top-width:1px;

		border-left:solid;
		border-left-width:2px;

		border-color:#6d6e71;
	
		border-right:solid;
		border-right-color:#6d6e71;
		border-right-width:2px;

		border-bottom:solid;
		border-bottom-color:#6d6e71;
		border-bottom-width:2px;
	}

	.clear 
	{
		clear: both;
	}