body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #A98F64;*/
	background-color: #CCCCCC;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #0000FF;
}

a img {
	border: 2px solid;
	border-color:#000000
}

p {
	margin-top: 18px;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.4em;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #333300;
}


h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;	
	color: #333300;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;	
	color: #333300;
}

hr {
	display: block;
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-top: 18px;
	margin-bottom:18px;
	padding: 0;
}

hr.menu {
	margin-top: 4px;
	margin-bottom:4px;
}


img.left {
	float: left;
	margin: 0 12px 25px 0;
}

img.center {
	display: block;
	margin: 0 auto 5px auto;
}

img.right {
	float: right;
	margin: 0 0 25px 12px;
}

fieldset {
	border: 1px solid #ddd;
	margin-top: 10px;
	padding: 10px;
}

legend {
	color: #000;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 980px;
	margin: 0 auto;
	font-size: 13px;
	color: #666;
	border: 2px solid #000;
	padding: 0;
	background-color: #fff;
}

#header {
	width: 960px;
	border: 0;
	margin: 0;
	padding: 10px;
	height: 150px;
	background-color: #45BA43;
	background-image: url(bg_header.gif);
	background-repeat: repeat-x;
}

#header img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#searchbox {
	float: right;
	width: 157px;
	padding-top: 10px;
	font-size: 12px;
}

#searchbox p {
	color: #000;
	font-size: 12px;
	margin-top: 9px;
}

#searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	margin: 0;
}

#searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 40px;
	margin: 0;
}

#container2 {
	background-color: #fff;
	background: url(images/sidebar.png);
	margin-bottom: 0px;
	overflow: auto;
	width: 980px;
	clear: both;
}

#content {
	width: 960px;
	padding: 10px;
	float: left;
	color: #333;
	background-color: #fff;
	pading: 10px;
}

#content p {
	margin-left: 30px;
}


#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

#content ul li {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	list-style: square;
}

#contentfull {
	width: 950px;
	padding: 10px;
	float: left;
	color: #333;
	font-size: 11px;
	background-color: #fff;
}
#contentfull ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
#contentfull ul li {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	list-style: square;
}

#sidebar {
	float: left;
	width: 170px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 100%;
	background-color: #eee;
}


#footer {
	width: 980px;
	text-align: center;
	background-color: #45BA43;
	background-image: url(bg_header.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
}

#footer a {
	color: #000;
}

.button {
	padding: 3px;
	background-color: #666;
	color: #fff;
	border: 1px solid black;
}
table.thistable {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
table.thistable td, table.thistable th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 7px;
	vertical-align: top;
}

table.thistable th {
	font-weight: bold;
	text-align: center;
}

table.thistable-noborder td, table.thistable-noborder th {
	padding: 7px;
	vertical-align: top;
}

table.thistable-noborder th {
	text-align: center;
}

.block {
	margin-bottom: 15px;
	margin-top: 10px;
	border: 1px solid #ddd;
	color: #000;
	padding: 5px;
}

.hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.rightcontent {
	float: right;
	margin: 0 0 5px 12px;
	width: 310px;
}

.rightcontent img {
	border: 1px solid #a0a0a0;
	padding: 4px;
	margin-bottom: 7px;
}

.largelink {
	font-size: 14px;
	font-weight: bold;
}

table.content {
	margin-left: 35px;
}

table.tableborder2 {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	padding: 0;
	margin-bottom: 10px;
	font-size: 11px;
}

table.tableborder2 td {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 5px;
}

table.tableborder2 th {
	text-align: left;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 5px;
	background-color: #eee;
}
table.tableborder2 caption {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	margin-bottom: 7px;
}
.photo {
	border: 1px solid black;
}

#tr_color_bg      { color: #000; font-style: italic; font-weight: 700; background-color: #e9c65b }
td { font-size: 12px }

#videobox {
	float: right;
	height: 200px;
	width: 350px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#videobox2 {
	float: right;
	height: 350px;
	width: 700px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}