body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(images/img1.gif) repeat-x;
	font: normal small Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #9ED738;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 720px;
	height: 162px;
	margin: 0 auto;
	text-align: center;
	background: url(images/img2.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h2 {
	font-size: 1.2em;
}

/* Nav Bar */

#menu {
	width: 720px;
	height: 55px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 177px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 160px;
}

#colTwo {
	float: left;
	width: 360px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 160px;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img6.gif);
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Contact Us Table */

table			{border: 2px solid #00FF00;
				border-collapse: collapse;
				width: 500px;
				margin-left: auto;
				margin-right: auto;
				caption-side: top;
				font-variant: small-caps;
}

td, th			{border: 2px solid #00FF00;
				padding: 5px;
}

th				{background-color: #000000;
				font-size: 110%;
				padding: 5px;
}

td				{font-style: italic;
				padding-left: 15px;
}

.cellcolor		{background-color: #000000;
}

#contact			{background-color: #000000;
					font-weight: bold;
					margin: 5px 5px 5px 5px;
					text-align: center;
					font-size: 100%;
					line-height: 120%;
}

#contact h2			{font-size: 150%;
}

#contact th 		{text-align: right; 
				 	vertical-align: top; 
					font-weight: bold; 
					border: none; 
					background-color: #000000;
}

#contact td 		{background-color: #000000; 
				 	text-align: left;
				 	vertical-align: top; 
					border: none; 
					font-style: normal;
					
}

#contact table	{border: none;
				width: 660px;
				caption-side: top;
}

#privacy				{font-weight: bold;
						color: #9ed738;
						text-align: center;
						line-height: 110%;
						padding-top: 10px;
						margin: 10px 20px 10px 20px;
}

/* Footer */

#footer {
	color: #000000;
	height: 70px;
	padding: 7px 0 0 0;
	text-align: center;
	text-decoration: none;
	background: url(images/img5.gif) repeat-x;}

#footer a:link			{color: #000000;}
#footer a:visited		{color: #000000;}
#footer a:hover			{color: #FFFFFF;}
#footer a:active		{color: #000000;}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}