body
{
/*the color here #2c2721 was the bottom color
of my gradient image - a seamless fade*/
background: white url(GrayFade.gif) repeat-x;
}

/*just a container to hold things*/
#main
{
	float: top;
	margin: 100px;
	align: center;
	width: 800px;
	height: 400px;
	background: #333333;
	border: 1 px solid white;
}

#main p
{
	padding: 0px;
}

/*the area to the right with a gradient fade*/
#rightSide
{
	float: right;
	margin-right: 4px;
	height: 180px;
	width: 180px;
	background: #ffffff  repeat-x;
	border: 1px solid;
	padding: 10px;
}


#rightSide h1
{
	color: #fffff;
	margin-left: 40px;
}

/*left area with fade example*/
#leftSide
{
	float: left;
	height: 325px;
	width: 700px;
        /*#ffffff is bottom color in gradient*/
	background: #333333;
	margin-left: 35px;
	padding: 2px;
}
body {
	font-family: Arial;
	font-size: 12px;
}
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -150px;
	height: 150px;
	margin-left: 150px;
	clear:both;
	top: -1px;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


p {
	font-family: Arial;
	font-size: 14px;
	color: 999999;
}

p.medium {
	font-family: Arial;
	font-size: 11px;
	color: black;
}

p.small {
	font-family: Arial;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: white;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: white;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: white;
}

td.state {
	font-family: Arial;
	font-size: 11px;
	color: white;
}

dt {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

dd {
	font-family: Arial;
	font-size: 12px;
	color: white;
}

ul {
	font-family: Arial;
	font-size: 12px;
	color: white;
}

ol {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

li {
	font-family: Arial;
	font-size: 12px;
	color: black;
	margin-bottom: 1em;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: 999999;
}

a:link:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: white;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: 999999;
}

a:visited:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: white;
}

a.small:link {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.small:link:hover {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}

a.small:visited {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.small:visited:hover {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}

a.state:link {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.state:link:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}

a.state:visited {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.state:visited:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}
#main h1 {
	padding: 0px;
}
#main h2 {
	padding: 0px;
