	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	font-size:14px;
	font-family:tahoma;
	line-height:20px;
	background-color:#cde3f3;
	text-align:left;
	color:#3e3521;
}

h1{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

a:link{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	font-weight:normal;
	color:#3e3521;
}

a:visited{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	font-weight:normal;
	color:#3e3521;
}

a:hover{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	font-weight:normal;
	color:#3e3521;
}

a.footerlink:link{
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}

a.footerlink:visited{
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}

a.footerlink:hover{
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:underline;
}

ul{
	list-style-image:url(../images/bullet.png);
	list-style-position:outside;
	margin-left:80px;
	text-align:left;
	line-height:21px;
}

li{
	text-align:left;
	padding-bottom:5px;
}

ol{
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:21px;
}

tr.data {
	background-color: #e9e2d8;
}

td{
	padding:10px;
	font-family:tahoma;
	font-size:14px;
}

p.faq:first-letter {
	font-size : 300%;
	font-weight : bold;
	float : left;
	width : 1em;
}

.textbar{
	width:390px; 
	height:18px; 
	padding:2px;
	background-color:#ffffff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.2px;
	color:#000000; 
}

.textarea{
	width:390px; 
	height:100px; 
	padding:2px;
	background-color:#ffffff; 
	color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.2px;
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:990px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:990px;
	height:348px;
	background-image:url(../images/bg_top.jpg);
	float:left;
}

.menu{
	width:990px;
	height:58px;
	background-image:url(../images/bg_menu.jpg);
	float:left;
}

.main{
	width:990px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	float:left;
}

.content{
	width:847px;
	margin-left:70px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.sidebar_home{
	width:291px;
	height:472px;
	background-image:url(../images/bg_sidebar_home.jpg);
	float:left;
}

.sidebar_content{
	width:240px;
	margin-left:25px;
	float:left;
}

.maincontent{
	width:521px;
	margin-left:35px;
	float:left;
}

.footer{
	width:990px;
	height:125px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	text-transform:uppercase;
	float:left;
}

img, div, a, input { behavior: url(css/iepngfix.htc) }