/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/

body {
	background-image:url(../images/bg/bg-main.jpg);
	background-repeat:repeat-x;
	background-color:#00050a;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#5f1702;
}

h2 {
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	line-height:28px;
	color:#7d87a6;
}

h3 {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#062e57;
}

h4 {
	font-size:13px;
	line-height:36px;
	font-weight:normal;
	color:#000;
}

img {
	border:0;
}

.bodyimg {
	margin-left:10px;
	margin-bottom:10px;
}

a {
	text-decoration:underline;
	color:#031d37;
}

hr {
	color:none; 
	background-color:none; 
	border: 2px dotted #5f1702; 
	border-style: none none dotted; 
}

/*--------------------------------------------------------------------------------------------------------
				Formatting classes
--------------------------------------------------------------------------------------------------------*/

.oneColFixCtr #container {
	width:900px;
	margin:0px auto;
}

#banner {
	width:900px;
	height:150px;
	margin:0px auto;
}

#nav {
	width:900px;
	height:45px;
}

#content {
	width:885px;
	background-color:#f8efdc;
	padding-right:15px;
	padding-bottom:25px;
	text-align:left;
}

#txtarea {
	width:490px;
	background-color:#f8efdc;
	padding-top:25px;
	padding-right:80px;
	padding-left:80px;
}

#contactbut {
	width:155px;
	height:210px;
	background-image:url(../images/bg/bg-boxtop.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:75px;
}

#sidebar {
	width:230px;
	height:600px;
	background-image:url(../images/bg/bg-fade.gif);
	background-repeat:repeat-x;
	float:right;
	text-align:center;
}

#sidebartxt {
	width:210px;
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
}

#sidebarinfo {
	padding:10px; text-align:left;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
}

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

#sidebarinfo ul li {
	margin:0 0 5px 0;
}

.sidebartxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#031d37;
}

.sidebartxtsm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:20px;
	color:#031d37;
}

.bodytxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#000000;
}

.bodytxt a {
	text-decoration:underline;
	color:#5f1702;
}

.bodytxt a:hover {
	text-decoration:underline;
	color:#5f1702;
}

.smbodytxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#000000;
}

#formbox {
	width:400px;
	background-color:#e9dcb9;
	padding:20px;
	text-align:center;
}

.kicker {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	color:#062e57;
}

/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/

#footercontainer {
	width:900px;
	background-image:url(../images/bg/bg-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:35px;
	padding-bottom:30px;
	text-align:center;
}

.footerlinks {
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	color:#3e1205;
	line-height:20px;	
}

.footerlinks a {
	text-decoration:none;
	color:#963404;
	
}

.footerlinks a:hover {
	color:#963404;
	text-decoration:underline;
}

.separator {
	padding-left:6px;
	padding-right:6px;
		
}


