@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	font-family:Arial;
	color:#000000;
	background-color:#ffffff;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#main
{
	overflow:hidden;
	width:100%;
	background-image:url(pictures/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;

}

#header
{
	overflow:hidden;
	height:147px;
	width:960px;
	margin:0 auto;
}

#menu
{
	overflow:hidden;
	height:52px;
	width:960px;
	padding-left:200px;
}

#fooldallink
{
	overflow:hidden;
	height:147px;
	width:200px;
}

#content
{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	height:auto;
	padding-top:25px;
}

#footer
{
	overflow:hidden;
	height:240px;
}

img
{	
	border:none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 20px;
	color: #437EB6;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding-left: 40px;
	color: #ffffff;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
	
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #232D6A;
	
}

input[type=text]
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	width:230px;
	font-size:12px;
}

textarea
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	font-size:12px;
	width:340px;
	height:80px;
}

a, a:visited, a:active
{
	color:#df0000;
	text-decoration:none;
}

a:hover
{
	color:#df0000;
	text-decoration:underline;
}
