body {
	margin: 0;
	padding: 0;
	font: 90% verdana, helvetica, "Trebuchet MS", arial, sans-serif;
	line-height: 1.8em;
	background: #d9d7c5;
}
/*WRAP*/

.container {
	width: 80px;
	height: auto;
	padding: 0;
	margin: 0 0 5px 0;
	background: transparent;
}
.cont {
	color:#FFFFFF;
	margin-left: 10px;
	margin-bottom: 20px;
}
#seperator {
	background:#dad7c6;
	width:100%;
	height:25px;
}
/*TOP BANNER*/

#header {
	height: 125px;
	width:auto;
	margin-bottom: inherit;
	background: #797769;
}
/*TOP NAVIGATION*/

#nav {
	margin: 1px;
	width: auto;
	padding: 0 0 0 0;
}
#nav li {
	margin: 0;
 font-size: 11px,  padding: 0;
 display:;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	float: left;
	font-size: 11px;
	letter-spacing: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	color: #FFF;
}
#nav a:link.active, #nav a:visited.active {
	color: #666;
	background: url(images/pyramid3.gif) no-repeat right center;
}
#nav a:link.active, #nav a:hover {
	color: #008fd4;
	background: url(images/pyramid3.gif) no-repeat right center;
}
/*RIGHT MENU*/

#navcontainer ul {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	list-style-type: none;
	float: right;
	color: #fff;
}
#navcontainer ul li a {
	padding:0px 5px 5px 0px;
	color: #fff;
	float: right;
	display:block;
	font: bold 11px verdana, helvetica, "Trebuchet MS", arial, sans-serif;
	text-decoration: none;
	border-bottom-color:#0084d3;
	border-bottom-style:dashed;
	border-bottom-width: thin;
}
#navcontainer a:link, #nav a:visited {
	float: right;
	font-size: 11px;
	letter-spacing: 3px;
	text-decoration: none;
	color: #FFF;
}
#navcontainer ul li a:hover {
	color: #008fd4;
	background: url(images/pyramid3.gif) no-repeat right center;
	font-weight:bold;
}
#navcontainer ul li a#current {
	background: url(images/pyramid3.gif) no-repeat right center;
	color: #000;
}
#navlist ul {
	background-color:#afa790;
	list-style: url(images/pyramid3.gif) no-repeat right center;
	margin-right: 10px;
	text-align: right;
}
/*3 COLUMNS*/

#gutter {
	float: left;
	width: 1px;
	height: 1px;
}
#col1 {
	float: left;
	text-align: right;
	height: auto;
	width: 120px;
	margin-left: 50px;
	margin-bottom: 3px;
	background-color: #afa790;
	border: 1px solid #8c8c8c;
	padding: 0px 10px 10px 5px;
}
#col2 {
	float: left;
	width: 70%;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0;
	background-color: #767769;
	border: 1px solid #8c8c8c;
	padding: 0px;
}
#col3 {
	float: left;
	width: 18%;
	margin-left: 3%;
	margin-bottom: 1em;
}
#content {
	float: left;
	width: 90%;
	margin-bottom: 1em;
	border-right: 1px solid #ddd;
	padding-right: 3%;
}
/*FOOTER*/

#footer {
	clear: both;
	padding: 5px;
	font-size: 8px;
	border-top: 1px dashed #767769;
	color: #ac5931;
	background: transparent;
	position: relative;
	bottom: 0;
	margin-top: 20px;
	margin-right: 20px;
	width: 95%;
	float: right;
}
/*TYPOGRAPHY*/

h1 {
	margin:0;
	padding: 15px 0 0 0;
	text-align: left;
	font-size: 100%;
	letter-spacing: 2px;
	color: #ffffff;
	background: transparent;
}
h2 {
	margin: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font: 130% verdana, helvetica, "Trebuchet MS", arial, sans-serif;
	margin-left: 10px;
	color: #CCC;
	background: inherit;
}
h3 {
	margin-top: 0;
	font-family: arial, georgia, helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #006699;
	background: inherit;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #b29b35;
}
/*LINKS*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #008df4;
	background: inherit;
}
a:hover {
	text-decoration: none;
	color: #000;
	background:  inherit;
}
a img {
	border: 0;
}
/*SEARCH BOX*/

legend {
	font-weight : bold;
	color : #82A9D0;
}
input {
	background : #eee;
}
/*CLASSES*/

.imgleft {
	float : right;
	margin : 15px 5px;
	padding : 5px;
}
.post {
	padding : 3px;
	margin : 0;
	border : 0;
	font-size : 80%;
	color: #fff;
	background : #b0a790;
}
.post .date {
	background: inherit;
	padding-left : 5px;
	margin : 0 15px 0 5px;
}
.title {
	font-size:12px;
	color:#0084d3;
	background-color:#afa490;
	font-weight:bold;
}
.titler {
	border-left-color:#0084d3;
	border-left-width:thick;
	border-left-style: solid;
}
.post .comments {
	background : url(images/comment.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
}
.post .readmore {
	background : url(images/document.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
}
.style1 {
	font-size: 14px;
	color: #008fd4;
	font-style:normal;
	font-weight: bold
}
.style2 {
	color: #008fd4;
	font-size: 8px;
	font-weight: bold
}
.style4 {
	color: #fff;
	font-size: 10px;
	font-weight: bold
}
.style5 {
	color: #ac5931
}
.style6 {
	font-size: 14px;
	color: #008fd4;
	font-weight: bold;
}
.sponsors {
	font-size: 16px;
	/*font-weight: bold;*/
	text-align: left;
	color: #FFFFFF;
	margin: 0px 10px 20px 10px;
}
