html	{
		min-width: 1000px;
	}

body	{
	font-size: 14px;
	background-color: #111111;
	background-image: url("images/mainBackground.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	text-indent: 0px;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Century Gothic", "Myriad Pro", "Lucida Grande", Verdana, arial, sans-serif;
	color: #000000;
	border-style: none;
	border-width: 1px;
	}
	
em	{
	font-weight: normal;
	color: #cc3333;
	}	

a:link {color: #330033; text-decoration: underline;}
a:visited {color: #330033; text-decoration: underline;}
a:hover {color: #66ff33; text-decoration: underline;}
a:active {color: #66ff33; text-decoration: underline;}	

h1,h2, h3, h4, h5 {
	color: #000033;
	}
	
#nav {
		margin: 0px;
		margin-left: 10px;
		padding: 0;
	}

	#nav li.on ul, #nav li.off ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-align: center;
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 15px;
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul { /*put the subnav below*/
		position: absolute;
		left: 93px;
  		top: 184px;
  		*top: 186px; /*reposition for IE*/
		padding-top: 5px;
		background: #001ca8;
		width: 630px;
		height: 30px;
	}

	#nav li a {
		color: #000000;
		font-weight: bold;
		display: block;
		height: 20px;
		width: 100px;
		border: 2px solid #001ca8;
		padding: 5px;
	}

	#nav li.on a {
		border: 2px solid #001ca8;
		color: #001ca8;
	}

	#nav li.on ul a, #nav li.off ul a {
		float: left; /*ie doesn't inherit the float*/
		border: 0;
		color: #ffffff;
		width: auto;
		margin-right: 15px;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul {
		display: block;
		z-index: 6000;
				}

	#nav li.off a:hover, #nav li:hover a {
		background: #001ca8;
		color: #c6dcd8;
	}
	
#navigation	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#content {
	border-style: solid;
	border-width: 3px;
	border-color: #000033;
	border-top-style: none;
	background-color: #ffffff;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	min-width: 837px;
	}

#header{
	width:100%;
	margin: 0px;
	background-color: #ffffff;
	background-image: url("../images/TECHsperienceBannerRepeat.gif");
	background-repeat: repeat-x;
	overflow: hidden;
	}

#footer	{
	vertical-align: bottom;
	width:100%;
	background-color: #ffffff;
	position: relative;
	bottom: -15px;
	}

#footer h3	{
	text-decoration: none;
	font-size: .8em;
	}
	
#main	{
	margin-top: 0px;
	background-color: #ffffff;
	}

#maincontent	{
	margin-top: 0px;
	padding: 50px;
	max-width: 700px;
	}	
	
#footer	{
	text-align: center;
	position: relative;
	}

#footer h3	{
	font-size: .8em;
	}

#footer a	{
	padding: 5px;
	}
		
div#sitemap li	{
	display: inline;
	padding-right: 10px;
	font-size: .7em;
	}
	
.hideme	{
	display: none;
	}
	
.subsection	{
	min-width: 550px;
	}

img	{
	border-style: none;
	}
	
table	{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	margin: 5px;
	}
td	{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	padding: 3px;
	margin: 3px;
	}	

#getsupport	{
	position: absolute;
	top: 15px;
	right: 140px;
	}

#getsupport	a	{
	color: #ffffff;
	}

.resourceimages	{
	float: left;
	padding: 10px;
	}