@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
}

p{
	font-size:15px;
}

.home{
	font-size:14px;
}

.largesize{
	font-size:18px;
	line-height:22px;
}

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}

#wrapper{
	width:900px;
	margin:0px auto 0px auto;
}

.navbg{
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

a.navlink:link {color:#000; font-weight:bold; text-decoration:none;}      /* unvisited link */
a.navlink:visited {color:#000; font-weight:bold; text-decoration:none;}  /* visited link */
a.navlink:hover {color:#444; font-weight:bold; text-decoration:underline;}  /* mouse over link */
a.navlink:active {color:#000; font-weight:bold; text-decoration:none;}  /* selected link */

a.maillink:link {color:#000; font-weight:bold; text-decoration:underline;}      /* unvisited link */
a.maillink:visited {color:#000; font-weight:bold; text-decoration:underline;}  /* visited link */
a.maillink:hover {color:#444; font-weight:bold; text-decoration:underline;}  /* mouse over link */
a.maillink:active {color:#000; font-weight:bold; text-decoration:underline;}  /* selected link */

#footer{
	background-image:url(images/botrepeat.jpg);
	background-repeat:repeat-x;
}

.botttom{
	background-image:url(images/botbg.jpg);
	background-repeat:no-repeat;
}
