
html { 
  padding:0px;
  margin:0px;
  height:100%;
}

body {
  background-color: #707070;
  font-size: 12px;
  font-family: Trebuchet MS,Arial,sans-serif;
  color:#333333;  
  padding:0px 00px;
  margin:0px;
  height:100%;
}

#menu {
	position: absolute;
	width: 200px;
	left: -5px;
	background-color: transparent;
	height:379px;
	top: 92px;
}
#menu h1{
	font-size:14px;
	padding-top:20px;
	text-transform:uppercase;
	color: #FFFFFF;
	background-color: transparent;
	font-family: Trebuchet MS,Arial,sans-serif;
}

#menu ul{
	list-style-type:none;
	text-align: left;
	padding: 0px ;
	margin-left: 15px;


}
#menu ul li{
}
#menu ul li a{
	font-family:Arial,sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#cccccc;
	border-bottom: none;
		text-align:left;
			font-weight:normal;

}
#menu ul li a:hover, #current {
		color:#FFFFFF;
}
#content {
  margin-left: 200px;
  background-color:#eeeeee;
  padding-bottom: 8em;
}

/* Header */
#header{
	height:55px;
	background-color: #000000;
}
#header h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	padding:25px ;
	margin:0px;
}

/* Navbar */
#navbar{
	height:25px;
	background:#000000;
	padding-left:0px
}

#navbar ul{
	list-style-type:none;
	margin:0;
	text-transform:uppercase;
}
#navbar ul li{
	display:inline;
}
#navbar ul li a{
	font-family:Arial,sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#cccccc;
	float:left;
	display:block;
	padding:5px 7px 5px 7px;
	text-decoration:none;
	border-bottom: none;
}
#navbar ul li a:hover, #current {
		color:#FFFFFF;
		text-decoration:none;
}

p, h2 {
  padding:0px 10px 5px 10px;
  margin:0px
  	font-size:12px;
}

h1 {

  font-family: Trebuchet MS,Arial,sans-serif;
font-size: 16px;
text-transform:uppercase;
text-align: left;
letter-spacing: 1px;
font-weight:bold;
color: #333333;
background-color: #cccccc;
padding:15px 15px;
margin:0px

}

h2 {
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #333333;
	background-color: transparent;
}

a { 
color: #ff66cc;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}
/* Links, Acronyms, etc. */
a{
	color:#000000;
		font-weight:bold;
	text-decoration:none;

}
a:hover{
	color:#555555;
	text-decoration:none;
	font-weight:bold;
}
acronym{
	cursor:help;
	border-bottom:1px dotted #333333;
}

img.left {
	float: left;
	padding: 0 5px 0px 0;
	border:hidden;
}

 ul
{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #555555;
	line-height: 100%;
	
}

li
{
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;

}

 /* Showcase */
div.container {
  border: 1px solid #eeeeee;
  background-color: transparent;
  /*height:100%;*/
  }

div.spacer {
  clear: both;
  }
  
div.spacer {
  clear: both;
  }

div.float {
	float: left;
	border: #333333;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	height: 20em;
	text-align: center;
	width: 16em;
  }
  
div.float p {
   text-align: center;
   width: 15em;
   }
   
div.float img {
	border: 2px solid black;
}
   
 /* Footer */



#footer {
width:100%;
	border-top:1px solid #666;
	background:#4D4D4D;
	color:#999;
	position: fixed;
	bottom: 0;
	/* IE fix */
}


#footer p{
	margin:9px 11px;
	line-height:20px;
}
#footer p a{
	text-decoration:none;
}

#footer 
a:hover{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

/*Forms*/

form select,

form input,

form textarea{

	font:11px Verdana,Arial,Helvetica,sans-serif;

	border:1px solid #353535;

	background-color:#eee;

}

form input:hover,

form input:focus,

form textarea:hover,

form textarea:focus,

form select:hover,

form select:focus{

	/*border:1px dotted #888;  optional thought */

	border:1px solid #353535;

}

form select{

	padding:1px;

}

form input{

	padding:1px;

}

form label{

	display:block;

	color:#eee;

}

form textarea{

	padding:1px;

	line-height:16px;

}

form p{

	margin:10px 0px;

}

.noborder{

	border:0;

}

td{

	padding:8px;

	border:#3270A9 1px solid;

}
