body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 ;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
	
}
h3{
	margin-bottom: 5px;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #9ED738;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#contact {
	width: 720px;
	height: 52px;
	margin: 10px;
	
	
	
}

#header {
	width: 720px;
	height: 161px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat;
}

#header span{
	display:none;
}

#header * {
	text-decoration: none;
	text-align: center;
	
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}

/* navigation items */

#navMenu {
	width: 720px;
	height: 56px;
	margin: 0 auto;
	background: url(images/navBG.gif) repeat-x;
}

#navMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#navMenu li {
	display: inline;
}

#navMenu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/buttonOff.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;
}

#navMenu a:hover, #menu .active a {
	background-image: url(images/buttonOn.gif);
	color: #FFFFFF;
}

/*content items*/

#content {
	width: 720px;
	margin: 0 auto;
}

#columnA {
	float: left;
	width: 160px;
}

#colunmB {
	float: left;
	width: 360px;
	padding: 0 20px;
}

#columnC {
	float: left;
	width: 160px;
}

#columnD {
	float: left;
	width: 540px;
	padding: 0px 20px 0 0px;
	text-align: justify;
}



#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 5px 0 0 10px;
	background: url(images/titleBG.gif);
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content h4 {
	text-transform:none;
	letter-spacing: normal;
	color: #FFFFFF;
	font-size: .9em;
}



.pink {
	color: #FF99FF;
}
.green {
	color: #9ED738;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* bottom */

#bottom {
	height: 70px;
	width: 720px;
	padding: 4px 0 0 0;
	background: url(images/baseIMG.gif) repeat-x;
	
}


#bottom p {
	text-align: center;
	font-size: smaller;
	color: #000000;
}

.align-right{ 
	float:right; 

}