@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

a {outline: none;} /* removes dotted line from around links in FF */



/*/////////////// HTML ///////////////*/

body {
margin: 0px auto;
background: #000000;
font-family:"Times New Roman", Times, serif;
font-size:13px;
color:#ffffff;
}

h1 {
font-size:14px;
color:#7cc242;
text-transform:uppercase;
}

border {
margin:0;
padding:0;
border-width:0px;
}

#container {
width: 1000px;
margin: 0 auto;

}

#header {
width:1000px;
height:140px;
background-image: url(../images/backgrounds/header_bg.gif);
background-repeat:no-repeat;

}

#logo {
margin: 38px 0px 10px 5px; /* (top, right, bottom, left) */
float:left;
width:390px;
height:95px;
}

#content {
margin: 38px 0px 0px 0px; /* (top, right, bottom, left) */
width:1000px;
height:670px;
}

#left {
margin: 65px 0px 0px 10px; /* (top, right, bottom, left) */
float:left;
width:620px;
}

#left p {
margin: 15px 0px 0px 133px; /* (top, right, bottom, left) */
font-weight:bold;
}

#left a {
color:#7cc242;
text-decoration:none;
}

#left_main {
margin: 165px 0px 0px 10px; /* (top, right, bottom, left) */
float:left;
width:620px;
}

#left_main p {
margin: 15px 0px 0px 133px; /* (top, right, bottom, left) */
font-weight:bold;
}

#left_main a {
color:#7cc242;
text-decoration:none;
}


#right {
margin: 65px 10px 0px 0px; /* (top, right, bottom, left) */
width:280px;
float:right;


}

#utility_menu {
	width:450px;
	height:20px;
float:right;
	margin: 110px 0px 0px 0px; /* (top, right, bottom, left) */
	text-align:right;
	font-size:1.2em;
}

#utility_menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#utility_menu ul li {
display: inline;
	color: #7cc242;
	margin-left: 2em;

	text-decoration: none;
	border-right: solid 0px #4D4D4F;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;

}

#utility_menu ul li a {
	color: #ffffff;
	

	text-decoration: none;
	border-right: solid 0px #4D4D4F;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}

#utility_menu ul li a:hover {
	color: #7cc242;
}



.fix {
clear:both;
}