body,td,th {
	font-family:Comic Sans MS, Georgia, Times New Roman, Times, serif ;
	color: #666666;
	font-size:16px;
}
body {
	background-image: url(graphics/bg.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top:0px;
}
h1 {
	font-size: 20px;font-weight: normal;color: #4b2b60; padding: 0px; margin:0px;
}
h2 {
	font-size: 16px;font-weight: bold;color:#666666;padding: 0px;margin: 0px;
}
#wrapper{
	width:1000px;
	margin:auto;
}
.container{
	width:1000px;
	margin:auto;
}
.clear{
	clear:both;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu{
	width:200px;
	float:left;
	margin-left:30px;
}
.nav {
	display:block;
	width:200px;
	height:120px;
	background-image:  url(graphics/van.png);
	background-repeat:no-repeat;
	line-height: 25px;
	padding-left:10px;
	color:#4b2b60;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.nav:hover{
    background-position: 40px ;
	padding-left:50px;
}
#main{
	width:723px;
	float:right;
	margin-right:10px;
}
#top{
	width:723px;
	height:30px;
	background-image:url(graphics/content-top.png);
	background-repeat:no-repeat;
}
#content{
	width:723px;
	background-image:url(graphics/content-bg.png);
	background-repeat:repeat-y;
	min-height:530px;
}
#bottom{
	width:723px;
	height:38px;
	background-image:url(graphics/content-bottom.png);
	background-repeat:no-repeat;
}
#footer{
	width:300px;
	margin-top:20px;
	color:#000000;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	margin-left:470px;
}
.small{
	font-size:10px;
	text-decoration:none;
	color:#000000;
}
.small:hover{
	text-decoration:underline;
}
.text{
	width:652px;
	margin-left:28px;
	float:left;
}
.title{
	width:100%;
	margin-bottom:6px;
	text-align:left;
	padding-bottom:2px;
	border-bottom:5px dotted #c2ebef;
}
.page{
	text-decoration:underline;
	color:#666666;
}
.page:hover{
	color:#333333;
}
.dark{
	color:#333333;
	font-size:16px;
}
#buttonholder {
	width:100%;
	text-align:left;
}
.required {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
    color: #FF0000;
	margin: 0px 2px 0px 0px;
}
.label {
	font-size:1em;
	font-weight:normal;
	color:#666666;
}
input[type=text], [type=email], [type=number]{
    border: 1px solid #cccccc;
	padding: 5px;
	margin: 3px 0px 10px 0px;
}
select {
    border: 1px solid #cccccc;
	padding: 5px;
	margin: 3px 0px 10px 0px;
}
textarea {
    border: 1px solid #cccccc;
	padding: 5px;
	margin: 3px 0px 10px 0px;
}
checkbox {
    border: 1px solid #cccccc;
}
input[type=button], input[type=submit], input[type=reset] {
    background-color: #df45d7;
    border: none;
    color: white;
	font-size:1.2em;
    padding: 10px 20px;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    cursor: pointer;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}