* {
	margin: 0;
	padding: 0;
}

#container {
	width: 840px;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	}

body {
background: #fff;
	background: #f3f3f3;
font-family: comic, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 25px;
color: #222;
}

a {
text-decoration: none;
color: #7B8F35;
}
a:hover {
text-decoration: underline;
color: #B5DF26;
}

p.padding {
	padding-bottom:6px;
	padding-top:6px;
} 

.box {
	border: 1px solid #757575;
	background: #E6E6E6;
	text-align: center;
	padding: 10px;
	}
	

.alignright {
	border: 0;
	float: right;
	padding: 5px 8px 5px 8px;
	height: auto;
	width: auto; 
	}
	
.alignleft {
	border: 0;
	float: left;
	padding: 5px 8px 5px 8px;
	height: auto;
	width: auto; 
	}
	
.photobox {
	width: 180px;
	border: 1px solid #757575;
	background: #E6E6E6;
	text-align: center;
	margin: 10px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	}
	
#wrap {
margin: 20px auto;
width: 780px;
}

#header {
	background: #008015;
	position: relative; height: 90px;
	width: 100%;
	font-family: times, comic, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0px;
	font-weight: 100;
	
}
	
#header h1 { 
	font-size: 40px;
	padding: 20px 0 0 20px;
	letter-spacing: 0px;
	font-weight: 100;
}

#header h1 a { 
color: #fff;
text-decoration: none;
}

#header h1 a:hover {
color: #111;
text-decoration: none;
}

#header h2 {
	font-size: 22px;
	padding: 5px 0 0 20px;
	letter-spacing: 0px;
	font-weight: 100;
}

.right {
float: right;
width: 560px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
}

.right h3 {
font-size: 18px;
font-style:italic;
font-weight: 100;
padding: 15px 0 7px 0;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #008015;
color: #fff;
font-size: 18px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: square;
color: #B1DF27;
padding-left: 30px;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
color: #fff;
background: #B1DF27;
text-decoration: none;
}

#footer {
text-align: center;
font-size: 11px;
color: #7B8F35;
margin-top: 20px;
border-top: 1px dotted #7B8F35;
}
#footer a { color: #7B8F35; }


#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 13px;
	
	border-top: 1px solid #CCE594;
	border-left: 1px solid #CCE594;
}

th {
	border-right: 1px solid #CCE594;
	border-bottom: 1px solid #CCE594;

	letter-spacing: 0px;
	text-align: center;
	padding: 6px 6px 6px 12px;
	width: 65px;
	background: #DFEFBD;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #CCE594;
	background: none;
}

td {
	border-right: 1px solid #CCE594;
	border-bottom: 1px solid #CCE594;
	background: #fff;
	padding: 6px 6px 6px 12px;
	text-align: center;
	font-size: 15px;
}

td.alt {
	background: #F3F9E6;
}

th.spec {

	background: #fff;
	border-top: 0;
}

th.specalt {

	border-top: 0;
	background: #F3F9E6;
}

th.bg {

	border-top: 5px solid #CCE594;
	background: #fff;
}

td.bg {
	border-left: 1px solid #CCE594;
	border-top: 5px solid #CCE594;
	background: #fff;
}

