html { 
	padding: 0px;
	margins: 0px;
	height: 102%;
	}

img { 
	display: block;
	border: 0px; 
	} 

body {
	background-position: center top; 
	background-repeat: repeat; 
	background-color: #fff;
	margin: 0px;
	font-family: verdana; 
	font-size: 11px;
	color: #666;
	}
	
	#container {
		background-color: #ecece1;
		margin: 0px auto;
		width: 960px;
		border-right-width: 3px;
		border-left-width: 3px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #F2F2F2;
		border-left-color: #F2F2F2;
	}


#header {
	background-position: center top; 
	background-repeat: no-repeat; 
	background-image: url(../images/header.jpg);
	height: 150px;
	}
	
#large-text {
	height: 180px;
	}

#block {
	padding-bottom: 15px;
	}
	
#left-column {
	float: left;
	width: 450px;
	text-align: left;
	padding-top: 29px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 80px;
	}
	
#right-column {
	float: right;
	width: 300px;
	text-align: left;
	padding-top: 29px;
	padding-right: 80px;
	padding-bottom: 16px;
	padding-left: 20px;
	}

#footer {
	background-position: center top; 
	background-repeat: no-repeat;
	background-image: url("../images/footer-bg.gif"); 
	clear: both;
	height: 50px;
	}



h1 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #50347F;
	line-height: 21px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

p {
	font-family: verdana;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	}
	
ul {
	font-family: verdana;
	font-size: 12px;
	color: #666;
	list-style-type:none;
	padding: 2px 0px 7px 0px;
	margin: 0px;
	}
	
li {
	margin: 0px;
	background: url("../images/bullet-grey.gif") no-repeat;
	background-position: 0 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
	
	
	
img.line-break-homepage {
	margin: 3px 0px 5px 0px;
	}

	
	
a {
	outline: none;
	}

a.linkcolor1:link {
	color: #b39e52; 
	text-decoration: none;
	} 

a.linkcolor1:visited {
	color: #b39e52; 
	text-decoration: none;
	} 

a.linkcolor1:hover {
	color: #cfc599; 
	text-decoration: none;
	} 
	
a.linkcolor1:active {
	color: #cfc599; 
	text-decoration: none;
	}



a.read-more {
	font-family: verdana;
	font-size: 10px;
	line-height: 18px;
	}
	
a.read-more:link {
	color: #50347F; 
	text-decoration: none;
	} 

a.read-more:visited {
	color: #666666; 
	text-decoration: none;
	} 

a.read-more:hover {
	color: #333333; 
	text-decoration: underline;
	} 
	
a.read-more:active {
	color: #cfc599; 
	text-decoration: none;
	}
	
	
	
a.homepage {
	position: absolute;
	display: block;
	width: 250px;
	height: 76px;
	margin: 25px 0px 0px 38px;
	padding: 0px;
	} 	

#top-nav {
	padding-left: 60px;
	padding-top: 128px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	}

#top-nav a,
#footer-nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
#top-nav a {
	padding-left: 20px;
	}
	
#top-nav a:link {
	color: #999; 
	text-decoration: none;
	} 

#top-nav a:visited {
	color: #999; 
	text-decoration: none;
	} 

#top-nav a:hover {
	color: #442576; 
	text-decoration: none;
	} 
	
#top-nav a.active {
	color: #363f30; 
	text-decoration: none;
	}
	
	
	
#footer-nav {
	padding-left: 60px;
	padding-top: 9px;
	padding-bottom: 9px;
	}
	
#footer-nav a {
	padding-left: 20px;
	}
	
#footer-nav a:link {
	color: #666; 
	text-decoration: none;
	} 

#footer-nav a:visited {
	color: #666; 
	text-decoration: none;
	} 

#footer-nav a:hover {
	color: #999; 
	text-decoration: none;
	} 
h3 {
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

