/* CSS Document  - www.hanaarts.com */

body {
	margin: 0; padding: 0; 
	background-color: #000000; 
	font-family: Verdana, sans-serif; 
	font-size: 13px;
	color: #ffffff;
	background-image: url(images/bg.gif);
}
table {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

.nav a {
	background-color : transparent;
	color : #00CC33;
	border-bottom : none;
	text-decoration: none;
}
.nav a:visited {
	background-color : transparent;
	color : #00cc33;
	border-bottom : 1px dotted #3399cc;
	text-decoration: none;
}
.nav a:hover {
	background-color : transparent;
	color : #ffffff;
	border-bottom : 1px solid #3399cc;
	text-decoration: none;
}
.nav a:active {
	background-color : transparent;
	color : #3399cc;
	border-bottom : 1px dotted #000000;
	text-decoration: none;
}
.nav a:visited:hover {
	background-color : transparent;
	color : #ffffff;
	border-bottom : 1px solid #3399cc;
	text-decoration: none;
}

.link1 a {
	background-color : transparent;
	color : #ffffff;
	border-bottom : 1px dotted #cccccc;
	text-decoration: none;
}
.link1 a:visited {
	background-color : transparent;
	color : #dddddd;
	border-bottom : 1px dotted #cccccc;
	text-decoration: none;
}
.link1 a:hover {
	background-color : transparent;
	color : #cccccc;
	border-bottom : 1px solid #009933;
	text-decoration: none;
}
.link1 a:active {
	background-color : transparent;
	color : #ffffff;
	border-bottom : 1px dotted #003399;
	text-decoration: none;
}
.link1 a:visited:hover {
	background-color : transparent;
	color : #ffffff;
	border-bottom : 1px solid #009933;
	text-decoration: none;
}

.header {
	font-family: "Gill Sans", "Trebuchet MS", Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #009933;
}
.header2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.main-bg {
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

.btm-green {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39711C;
}
.bg-color {
	background-color: #000000;
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #33CC33;
}
.img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #009900;
	border-bottom-color: #00CC66;
	border-left-color: #009933;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.sidebar {
	border: 1px solid #444444;
}

/* PNG styles - do NOT modify */
/* thanks to www.daltonlp.com for the IE hack */

.shadow-left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/navbar/shadow-left.png');
}
.shadow-left[class] {
	background-image: url(images/navbar/shadow-left.png);
}
.shadow-right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/navbar/shadow-right.png');
}
.shadow-right[class] {
	background-image: url(images/navbar/shadow-right.png);
}
#footer {
	padding: 10px;
	margin: 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

/* add more styles after this */

.large a {
	font-size: 1.0em;
	padding: 10px;
	border: 1px solid #333333;
	background: #222;
	width: 25%;
	text-align: center;
	margin: 10px 0px 10px;
}
