body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

body {
	text-align: center;
	color: #323232;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrapper
	{
	text-align: left;
	}

.spacer {
	clear: both;
	}

#stripe
	{
	background: #ffffff url("../images/top.gif") repeat-x;
	height: 9px;
	}

a:link,a:visited	{ color:#886353; text-decoration:none; outline:none;}
a:hover,a:active	{ color:#4C666A; text-decoration:underline; outline:none;}

/*
 * HEADER SECTION
 */
	
#header
	{
	
	}
	
.header
	{
	margin: 0 auto;
	width: 960px;
	}
	
#header .header h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 25px; font-weight: normal; padding: 0em 0 0.2em 0; }

#header .header h3 { font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 0.75em 0; font-weight: normal; font-size: 14px; text-transform: none; color: #888;  }

#header .header a:link, #header .header a:visited	{ color:#414F59; text-decoration:none; }
#header .header a:hover, #header .header a:active	{ color:#444; text-decoration:underline;}

#banner { background: url("../images/banner.jpg") no-repeat; height:134px; }

#nav {
	text-align: right;
	margin: 0px auto 0px;
	padding: 0px;
}

#nav ul {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}

#nav li {
	display: inline;
	font-weight:bold;
	padding:0 5px 0 10px;
	}

#nav a:link, #nav a:visited	{ color:#444; text-decoration:none; }
#nav a:hover, #nav a:active	{ color:#444; text-decoration:underline; }
	
/*
 * MAIN SECTION
 */
	
#main
	{
	
	}
	
.main
	{
	margin: 0 auto;
	width: 960px;	
	}
	
.columnLeft
	{
	float: left;
	width: 640px;
	margin-top: 42px;
	margin-bottom: 32px;
	}
	
.columnRight
	{
	float: right;
	width: 200px;
	margin-top: 42px;
	margin-bottom: 32px;
	border-left: 1px solid #E2DDDE;
	border-right: 1px solid #E2DDDE;
	padding-left: 20px;
	padding-right: 20px;
	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#content h1 {
	color: #414F59;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 12px 0px 3px 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#content h1 a  {
	color: #14181A;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #525252;
	text-decoration: none;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 7px;
	}
	
#content h2 {
	color: #444444;
	font-size: 11px;
	font-weight:bold;
	padding: 0px 0px 5px 0px;
	margin: 25px 0px 5px 0px;
	border-bottom: 1px dashed #4C666A;
	text-transform: uppercase;
	}
	
#content h3 {
	color: #444444;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	

#content ul li {
	background:transparent url("../images/bullet.gif") 0px 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	}

#sidebar h2 {
	color: #444444;
	font-size: 11px;
	font-weight:bold;
	padding: 0px 0px 5px 0px;
	margin: 25px 0px 5px 0px;
	border-bottom: 1px dashed #4C666A;
	text-transform: uppercase;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	

#sidebar ul li {
	background:transparent url("../images/bullet.gif") 0px 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	}
	
/*
 * FOOTER SECTION
 */
	
#footer
	{
	margin-bottom: 32px;
	}
	
.footer
	{
	background:  url("../images/foot.gif") repeat-x;
	margin: 0 auto;
	width: 960px;
	text-align: right;
	}
	
#footer .footer p
	{
	margin-top: 8px;
	padding-top: 8px;
	}

