body
	{
		font-family: verdana, helvetica,sans-serif;
		font-size: 12px;
		background: #f3f3f3;
	}
	
#container
	{
		width: 605px;
		padding: 25px;
		border: 1px solid #ccc;
		background: #fff;
	
	}

#tabnav
	{		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(tab_bottom.gif) repeat-x bottom;
	}

#tabnav ul, #tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	word-spacing: 1.0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom : 0.7em;
	padding-top : 0.5em;
	font-weight : bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-weight: bolder;
	line-height : 150%;
}
h1 {
	font-family: "CopprplGoth Bd BT", "Rockwell Extra Bold", "Comic Sans MS", fantasy;
	font-weight: bold;
	letter-spacing: 0.75em;
	text-align: center;
	font-size: 250%;
}

#head {
	text-align: left;
	padding-left: 50px;

	background-color : #D4D0C8;
}
#main {
	margin-left: 0px;
	background: #E6E6DC;
	font-family : inherit;
	font-size : 11px;
	padding : 5px;
	line-height : 2em;
}
#main a{
	text-decoration : none;
	color : #000099;
	font-weight : bolder;
}
#main a:hover{
	text-decoration : underline;
	background-color : #f3f3f3;
	
}
#main a:visited{
	color : Purple;
}
#menu {
	width: 15%;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #BFBFBF;
	padding: 4px;
	font-size: 0.9em;
  
}


#main .float_left{
	float : left;
	padding-right : 10px;
	margin-left : 1em;
}
#main .float_left p{
	text-align : center;
	font-style : italic;
}
#main p {
	margin: 1em 1em 0.7em;
}
#footer {
 clear:both;
  border-top: 1px solid #000;
  font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	background-color : #D4D0C8;
}

#footer span.left {
	float: left;
	text-align: left;
	width: 50%;
	background-color : inherit;
}

#footer span.right {
	float: right;
	text-align: right;
	width: 50%;
	background-color : inherit;
}
  #footer a:link {
	color : #000000;
	text-decoration : none;
}
#footer a:hover{
	
	color: #D4D0C8;
	background-color : #FFFFFF;
	text-decoration : none;
}

.new {
	font-family: "Lucida Console", "Monotype Corsiva", "Courier New", monospace;
	font-size: 11px;
	font-weight: bolder;
	color: #7C0800;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7C0800;
	border-right-color: #7C0800;
	border-bottom-color: #7C0800;
	border-left-color: #7C0800;
	padding-right: 4px;
	padding-left: 4px;



}

