/* CSS Document */
body {
	margin: 5px 20px 0px 20px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

        }
p{line-height:20px; }
img{border:none;}

#container{
	background-color: #FFFFFF;
	height: auto;
	width: 900px;
	margin: 0 auto;
}
.sendto{ font-size:12px; color:#99cc33; font-weight:bold;}
.sent{font-size:12px; color:#0066FF; font-weight:bold; text-align:center;}
.form{margin-left:30px;}
#header	{
	width: 900px;
	height: 137px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#header h1{
	display: none;
}
.jumpmenu{margin-right:20px;}
#mainmenu a{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#cc99cc; text-decoration:none; padding-left:5px; font-weight: 200;}
#mainmenu a:hover{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#99cc33; text-decoration:underline; padding-left:5px;}
#mainmenu li{padding:5px 0; border-bottom: dotted #00CC33 1px; }
#randomimages{
	height: 170px;
	width: 900px;
}

#sidebar{
	float:left;
	width:22%;
	margin-top: 8px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 4px;
}




#rightsidebar{
	float:right;
	width:25%;
	border: dotted #00CC33 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#rightsidebar a:link {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}
#rightsidebar a:visited {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}

#rightsidebar a:hover {
	color:#2368A9;
	font-weight: bold;
	text-decoration: underline;
}

#sponsor{
	float:right;
	width:25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: right;
}

#details{
	float:right;
	width:25%;
	border: dotted #00CC33 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: right;
}

#details a:link {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}
#details a:visited {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}

#details a:hover {
	color:#2368A9;
	font-weight: bold;
	text-decoration: underline;
}


#content{
	margin-left:26%;
	margin-right:28.5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: -10px;
	padding: 5px;
}
#content table h3{color:#cc99cc;}
#content a:link {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color:#2368A9;
	font-weight: bold;
	text-decoration: underline;
}

#content h2{

	color: #99cc33;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#content h3{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99cc33;
	color:#99cc33;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
.intro{	font-size:16px;	color:#0066FF; font-weight:bold; text-align:center;}

.new {color: #FF0000; font-size:12px; padding-left:5px;}

#news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99cc33;
}
#news p{ padding-bottom:10px;}
#news h4{
	color: #0000CC;
	font-size:14px;
}

#content blockquote{
	color: #FF9900;
}




#footer	{
	clear: both;
	width: 880px;
	height: auto;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer a:link {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color:#2368A9;
	font-weight: bold;
	text-decoration: underline;
}
#footer p{
	font-size: 9px; 
	color: #666;
	border-top: 1px dotted #666666;
	padding-top: 4px;
}


	
h3{	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc99cc;
	color:#cc99cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;}

ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
        }

#img {
    border: none;
}

input.formbox{padding:5px; width:200px;}
input.formtime{padding:5px; width:70px;}
.fail{width:100%; padding:2px; background: #FFD9D9; border:1px solid #F00; text-align:center; margin:15px 0px;}
.sent{width:100%; padding:2px; background: #D3FFA8; border:1px solid #6C0; text-align:center; margin:15px 0px;}

.contactform{ width:100%; height:auto; margin-top:20px; margin-right:20px;}
.contactform h3{	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc99cc;
	color:#cc99cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;}

.contactform textarea{width:300px; height:100px;}

.contactform select{width:130px; height:20px;}

.contactform p{ margin-left:20px; margin-top:10px; margin-bottom:10px; margin-right:20px; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000;	font-weight: bold; padding-bottom:3px;
}


