html, body { margin: 0; padding: 0; }
body {
	padding-bottom: 20px; 
}

#container {
	width: 930px;
	background: url(pix/Slice.gif) top left repeat-y;
	text-align: center;
	margin: 0px auto;
}

#menu {
	height: 20px;
	width: 780;
	background-color: #333333;
	vertical-align: top;
	text-align: right;
	color: #dddddd;
	margin: 0px 15px 0px 135px;
	padding: 0px 12px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #00cc00;
}

#menu a {
	text-decoration: none;
	color: #dddddd;
}

#menu a:hover {
	color: #00cc00;
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
	color: #cccccc;
	padding: 12px 12px 0px 18px;
}

#text a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#text a:hover {
	color: #00cc00;
	text-decoration: none;
}

#textindent {
	margin: 0px 0px 0px 15px;
}


#left_side {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	vertical-align: top;
}

#right_side {
	background-color: #444444;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}

#right_side a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#right_side a:hover {
	color: #00cc00;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 17px;
	text-transform: uppercase;
	color: #00cc00;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #00cc00;
	letter-spacing: 1px;
	margin: 4px 0px 0px 60px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 6px 9px 6px 60px;
}

h4 a {
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
	text-decoration: none;
}

h4 a:hover {
	color: #00cc00;
	text-decoration: none;
}

#popup_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 6px 9px 6px 60px;
}

#popup_text a {
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#popup_text a:hover {
	color: #00cc00;
	text-decoration: none;
}

#popup_text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #00cc00;
	letter-spacing: 1px;
	margin: 4px 0px 0px 0px;
}

#popup_text #subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00cc00;
}

#popup_text #subhead_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00cc00;
}

#subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
	color: #00cc00;
}

#subhead_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00cc00;
}

#footer {
	width: 930px;
	height: 50px;
	background: url(pix/SliceBottom.gif) top left no-repeat;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 24px 0px 0px 0px;
	clear: both;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#numbers {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00cc00;
	margin: 0px 6px 0px 0px;
}

img {
	border: none;
}

img.bordered {
	border: 1px solid #00cc00;
}

img.alignright {
	margin: 0px 0px 7px 7px;
	border: 1px solid #00cc00;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	border: 1px solid #00cc00;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}