/* CSS Document */
body{
	background-color:#F4F4F6;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
}

body {
	min-width:700px;
	}
	
#wrapper {
	width: 702px;
	padding-top: 20px;
	margin: 0 auto;
	background-color:FFFFFF;

}

#wrapper2 {
	width:701px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 0 0;
	}

#banner {
	width:700px;
	height: 142px;
	background-image:url(images/banner.jpg);
	clear:both;
	
	}

#MainCont {
	width: 440px;
	background-color: #FFFFFF;
	text-align:left;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	float:right;
	padding:10px 4px 10px 6px;
		
	}
	
#MainCont h1 {
	font-size:20px;
	color: #C74A34;
	font-family:Courier New, Courier, mono;
	text-transform:uppercase;
	font-weight:bold;
	}

#MainCont h2 {
	font-size:16px;
	font-family:Courier New, Courier, mono;
	color:#C74A34;
	}
	
#MainCont h3 {
	font-size:14px;
	color:#C74A34;
	font-family:Courier New, Courier, mono;
	font-style:italic;
	}

#MainCont a {
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	}
	
#MainCont strong {
	color:#C74A34;
	}

#MainCont a:hover {
	text-decoration:underline;
	}
	
#SideCont {
	width:240px;
	height: inherit; 
	float:left;
	background: #FFFFFF;
	border-top: 1px solid #333333;
	padding:5px;
	}
	
#SideCont h2 {
	font-size:12px
	}
	
#SideCont h3 {
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#SideCont ul {
	list-style:none;
	}
	
#SideCont a{
	color:#333333;
	text-decoration:none;
	}	

#SideCont a.hover {
	text-decoration:underline;
	}	

#SideCont2 {
	width:200px;
	height: inherit; 
	float:left;
	background:#FFFFFF;
	border-top: 1px solid #333333;
	padding:10px 3px 10px 7px;
	}

	
#SideCont2 h2 {
	font-size:12px
	}
	
#SideCont2 ul {
	list-style-image:url(images/li.gif);
	line-height:2em;	
	}
	
#SideCont2 li {
	line-height:1.3em;
	}
	
#SideCont2 h3 {
	font-size:12px;
	}
	
#SideCont2 a{
	color:#0066FF;
	text-decoration:none;
	}	

#SideCont2 a.hover {
	text-decoration:underline;
	}	

#SideFeature {
	border-bottom: 1px dashed #666666;
	}
	
#SideFeature h1 {
	font-size:12px;
	color:#C74A34;
	}
	
#SideFeature a {
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	}

#SideFeature a:hover {
	text-decoration:underline;
	}
	
#footer {
    background-image: url(images/bg-foot.gif);
	background-repeat: repeat-x;
	height: 30px;
	clear:both;
	text-align:center;
	font-size:10px;
	padding: 0 0 0 0;
	}
	
#footer a {
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	background-color:F4F4F6;
	}
