/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 30px 20px;
	background: #FFFFFF url(images/bkgd.gif);
	
-family: "Trebuchet MS";
	color: #3D515C;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	color: #8F3834;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
}

ul, ol {
	color: #8F3834;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

a:link, a:active {
	text-decoration: none;
	color: #8F3834;
}

a:visited, a:hover {
	text-decoration: underline;
	color: #3D515C;
}

/* Header */

#header {
	height: 116px;
	margin-bottom: 20px;
	padding-top: 20px;
	background: url(images/img2.gif) no-repeat center bottom;
}

#header * {
	text-align: center;
	text-decoration: none;
	color: #8F3834;
}

#header h1 {
	letter-spacing: -2px;
	font-size: 48px;
}

#header h2 {
	letter-spacing: normal;
	font-size: 12px;
}

/* Content */

#page {
	width: 720px;
	margin: 0 auto;
	background: #FFFFFF;
}

.defaultcont {
 	margin-left: 30px;
	margin-right: 30px;
	min-height: 500px;
}

#header2 {
	float: right;
	width: 270px;
	height: 34px;
	vertical-align: bottom;
	background: url(images/topbar_r.gif) no-repeat;	
}
#header1 {
/*	float: right; */ 
	width: 450px;
	height: 34px;
	vertical-align: bottom;
	background: url(images/topbar_l.gif) no-repeat;
}

#quotearea {
	background: #FFFFFF;
}

#menu {
	background: #FFFFFF;
}

#contentarea {
	background: #FFFFFF;
	padding: 0px 30px 20px 42px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #a5a493;
	padding-bottom: 8px;
	padding-top: 12px;
}

.content, table, td  {
	font-size: 12px;
	font-weight: normal;
	color: #585556;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 10px;
	width: 720px;
	font-size: 9px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

ul {
 padding-left: 6px;
 font-size: 10px; 
 font-weight: normal;
 color: #585556; 
 list-style-type: square;
}