@charset "utf-8";
/* CSS Document */

body {margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#000;}

p, h1, h3 {
	margin:0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {color:#70350D; font-size: 1.2em; font-weight:bold;}

h3 {color:#EFC003;}

h4 {font-size:1em; font-weight:bold; padding:5px 0 5px 20px; margin:0; background-color:#9B0318; color:yellow;}

.light { list-style-image:url(images/lightball.jpg); color:#6D5212;}

.content {
	width:500px;
	padding:15px;

}

.subcontent {

	padding:15px;

}

.highlight {color:#FF0000;}

.box {float:left;   width:270px; margin:20px 10px 0 10px; background-color:#EFEDE7; }
.box p {
	margin:20px;
	font-weight: normal;
}

.button { font-size:1.1em; font-weight:bold; float:right; margin:10px 5px;}

.button p{width:130px;}

.button a:link { color:#70350D; text-decoration:none; background-image:url(images/button.jpg);  background-repeat:no-repeat;  padding:4px 15px;  }
.button a:visited {color:#70350D; text-decoration:none; background-image:url(images/button.jpg); background-repeat:no-repeat; padding:4px 15px;}
.button a:hover {color:#FFFFFF; text-decoration:none; background-image:url(images/button2.jpg);background-repeat:no-repeat; padding:4px 15px; }
.button a:active{color:#FFFFFF; text-decoration:none;  background-repeat:no-repeat; padding:4px 15px; }

.headnav {
	font-weight: bold;
	margin:10px;
	float:right;
	width:480px;
}

.headnav h5 {font-size:1.3em;
	float:left;
	margin:0 0 0 25px;}

.headnav a:link {color:yellow; text-decoration:none;}
.headnav a:visited {color:yellow; text-decoration:none;}
.headnav a:hover {color:#F90; text-decoration:none;}
.headnav a:active {color:#000; text-decoration:none;}
