/* CSS Document */

	*	{margin: 0;
		 padding: 0;}
	body	
			{
			/*margin-top: 28px;*/
			background:    url(../images/bg.jpg) repeat-x #F7E4CA;
			font-family: arial, helvetica, sans-serif;
			font-size: 0.93em;
			}
	#header 
			{
			margin: -3px 0 0 -26px; /*centers header and object*/
			text-align: center;
			}
	#main	{
			margin-left: auto;
			margin-right: auto;
			margin-top: -174px;
			width: 714px;
			/*height: 450px;*/
			background-color: #F7E4CA;
			border: #000 solid 5px;
			border-top: none;
			background:   url(/test/temp/images/wrapper.gif) repeat-y  50% 0 #fff;
			}
	html>body #main
			{
			margin-top: -178px;
			}
	#top	{
			margin-top: -2px;
			padding: 0; 
			/*padding-top: -2px;*/
			background:   url(/test/temp/images/top.gif) no-repeat #fff;
			background-position: top;
			width: 714px;
			height: 264px;
			}
			
	.header	{
  			background-color: #fff;
			}
/*===== nav ==*/
	#nav	{
			float: right;
			width: 80%;
			height: 38px;
			margin-top: -80px;
			padding: 0;
			background:   url(/test/temp/images/home-bg.jpg) no-repeat 0 0 #F7E4CA;
			border: 1px dashed #900;
			border-right-style: none;
			font-size: 14px;
			}
	#nav ul	{
			 margin: 0;
			 margin-top: 15px;
			 text-align: center;
			}
	#nav ul li	{
			display: inline;
			list-style-type: none;
			font-variant:small-caps;
			}
	#nav li a 	{
			text-decoration: none;
			padding: 10px 10px 7px 10px;
			font-size:14px;
			letter-spacing: 1px;
			font-weight: bold;
			color: #900;
			}
	#nav li a:hover	{
			border-top: 5px solid #000;
			background-color: #E8D7C1;
			color: #800;
			}
	.selected	{
			color: #7B7266;
			font-weight: bold;
			border-bottom: 1px solid #ccc;
			}
/*===== content ==*/
#content	{
			vertical-align: top;
			margin: -40px 0 0 0;/*fix: pushes content and sidebar up*/
			float: right;
			width: 100%;
			/*height: 38px;*/
			
			padding: 0;
			background:   url(/test/temp/images/wrapper.gif) repeat-y 0 0;
			border-right-style: none;
			font-size: 14px;
			 /*border-top:4px solid #D9C5AA;*/
			 }
			 
div#maincontent 	{
	float: left;
	width: 470px;
	padding: 0;
	padding-bottom: 5px;
	border: 0;
	margin: 0;
	font-size: 14px;
	text-align: justify;
	line-height: 160%;
	background: transparent;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
	}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs 

*/
	margin-left: 12px;
	/*min-height: 355px;*/
	}
#maincontent ul
			{
			margin: 10px 0 10px 10px;
			}
#maincontent ul li
			{
			margin-left: 10px;
			list-style-image:   url(/test/temp/images/listimage.gif);
			list-style-position: outside;
			}
#maincontent a	{color: #000;
			 font-weight: bold;
			 text-decoration: none;
			 border-bottom: 1px dashed #000;
			 }
#maincontent a:hover
			{color: #999;
			 font-weight: 900;
			 text-decoration: none;
			 border-bottom: 1px solid #999;
			 }
#maincontent a:visited
			{
			 color: #585858;
			}
span.strong	{font-weight: bold;
			 color: #666;}
span.red	{color: #CA110B;}
.entry {
	border: 1px solid #F7EAD2;
	/*background-color: #FDFAF2;*/
	padding: 0 10px 5px 10px;
	margin-bottom: 20px;
}
.entry img
		{
		margin: 10px 10px 10px 0;
		float: left;
		border: 0;
		}
.entry p
		{
		 margin-top: 6px;
		}
.entry h4
		{
		 margin-top: 6px;
		}
.entry input.btn
		{
		 float: right;
		 color: #CA110B;
		 font-size: 12px;
		 background-color:#fff;
		 border:1px solid;
		 border-top-color:#D9C5AA;
		 border-left-color:#D9C5AA;
		 border-right-color:#363;
		 border-bottom-color:#363;
		}
.entry input.btnhov
		{
		 color: #333;
		}
/*===== side bar settings ====*/
#sidebar	{
	/*background-color: #ccc;*/
	margin: 0 0 0 510px;
	padding: 0;
	width: 180px;
	color: #666;
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	}
html>body #sidebar
	{
	 margin-top: -20px;
	 padding-top: 5px;
	}
#sidebar img
			{
			border: 3px solid #fff;
			}
#sidebar a	{
			 color: #666;
			}
#sidebar a:hover
			{
			color: #000;
			}

h2			{
			 font: 900 14px/20px Georgia, "Times New Roman", Times, serif;
			 letter-spacing: 2px;
			 padding: 15px 0 0 0;
			 margin: 0;
			 text-transform: uppercase;
			}
#validation	{line-height: 100%;}
#validation img
			{border: 0;}
/*===== footer =====*/
div#footer	{clear: both;
			 margin-right: 216px;
			 background-color: #EADCC9;
			 text-align: center;}
div#footer p{
	 		 font-size: 12px;
			 line-height: 18px;
			 font-weight: normal;
			 font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
			 letter-spacing: 1px;
			 color: #666;
			}
div#footer a{
			color: #666;
			text-decoration: none;
			}
div#footer a:hover{
			color: #000;
			text-decoration: none;
			}