/*GLOBAL ///////////////////////////////////////////////////////*/

a{
	color:#333;
	text-decoration:underline;
}

a:hover{
	color:#73be1e;
	text-decoration:none;
}


body {
	margin: 0px;
	text-align: center;
	background-color:#fff;
}

#container{
	width:800px;
	height:100%;
	background-image:url(../images/navgrad.png);
	background-repeat: no-repeat;
	text-align:center;
	background-color:#e6e6e6;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}

h1{
	width:100%;
	/*background-color:#67B716;*/
	background-image:url(../images/partition_grad.jpg);
	font-family:verdana;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.limeeffect{
	color:#73be1e;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}
/*MASTHEAD ///////////////////////////////////////////////////*/

#header{
	background-color:#fff;
	width:788px;
	height:116px;
	vertical-align:text-bottom;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	padding:10px;
	text-align:center;
}

#nav{
	background-color:#fff;
	width:788px;
	height:31px;
	border:1px solid #cdcdcd;
	padding:3px;
}
#nav a{
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#808080;
}

#nav a:hover{
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#73be1e;
}

#logo{
	float:left;
}

/*SUBGLOBALNAV CONTENT////////////////////////////////////////*/

.subglobalNav{
	position: absolute;
	top: 150px;
	width:788px;
	left:21%;
	height: 20px;
	/*padding: 0px 0px 0px 10px;*/
	visibility: hidden;
	text-align:left;
	/*margin-left:20%;*/
}

.subglobalNav a{
	color: #73be1e;
	font-size:14px;
	font-family:"Trebuchet MS";
	text-decoration: none;
	font-weight: bold;
}

.subglobalNav a:hover{
	color:#808080;
	font-size:14px;
	font-family:"Trebuchet MS";
	text-decoration: none;
	font-weight: bold;
}

/*MAIN BODY CONTENT /////////////////////////////////////*/

#main{
	width:788px;
	height:500px;
	background:#fff;
	border:1px solid #cdcdcd;
	margin-top:20px;
	padding:20px;
	text-align:left;
}

#defaultformat{
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.tableformat{
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.partition{
	width:100%;
	/*background-color:#67B716;*/
	background-image:url(../images/partition_grad.jpg);
	font-family:verdana;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.descimg{
	float:right;
	margin-left:5px;
}

#leftnav{
	float:left;
	width:175px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:1px;
	text-align:left;
	border:1px solid #67B716;
}

#leftnav a{
	text-decoration:underline;
}

#leftnav a:hover{
	text-decoration:none;
}

#leftnav ul{
	margin-left:20px;
	list-style-type:circle;
	padding:0px;
}

/*SIDEBAR CONTENT////////////////////////////////////////*/

#sidebar{
	float:right;
	width:175px;
	height:400px;
	border:1px solid #cdcdcd;
	/*margin-top:30px;*/
	padding:5px;
	text-align:left;
	font-family:"Trebuchet MS";
}

/*FOOTER CONTENT////////////////////////////////////////*/

#footer{
	margin-top:5px;
	background-color:#fff;
	width:788px;
	height:67px;
	vertical-align:bottom;
	border:1px solid #cdcdcd;
	padding:10px;
	font-family:"Trebuchet MS";
}

#limefoot{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


