body, html {	
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #DADADA repeat-x fixed;
}
	
html {
	margin-bottom: 1px;	/* force scrollbar in non-ie browsers */
}

div, p {	
	margin: 0;
	padding: 0;
	border-spacing: 0; /* required by Opera 6 */
}

a img {
	border: none; 
	text-decoration: none;	
}

#Wrapper {
	margin: 0 auto 0 auto;
	height: 100%;
	width: 1003px;
	background-color: #FFF;
}

#Frame {
	position: relative;
	min-height: 100%;
	background-color: #FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

* html #Frame
{
	height: 100%;
}

#Left {
	display:inline;	
	margin-left: 30px;
	float: left;
	width: 220px;
}

#Right {	
	margin-left: 300px;
	margin-right: 30px;
	padding-right: 20px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #Left {
  margin-right: 20px;
  }
 
* html #Right {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#Left2 {
	margin-left: 30px;
	margin-right: 320px;
}

#Right2 {
	display: inline;
	float: right;
	margin-right: 30px;
	width: 260px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #Left2 {
  height: 1%;
  margin-right: 320px;
  }
  
 * html #Right2 {
  margin-left: 20px;
  }
  
/* End hide from IE5/mac */

#Single {
	display:inline;	
	margin-left: 30px;
	float: left;
	margin-right: 30px;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #Single {
  margin-left: 30px;
  margin-right: 30px;
  }

/* End hide from IE5/mac */

#Logo {	
	margin: 0px 30px 20px 30px;
	padding-top: 120px;
	min-height: 200px;
	background: url('img/logo.gif') top right no-repeat;
}

#Menu {
	margin: 20px 30px 20px 30px;
	height: 28px;
	border-bottom: 1px solid #999;
}

#Footer {
	position: relative;
	margin: -25px auto 0 auto;
	font: normal 10px Verdana, sans-serif;
	color: #666;
	text-align: center;
	width: 1003px;
}


/**** Layout Element DIVs ****/

.Spacer {
	clear: both;
	height: 35px;
}
.ContentItem {
	margin: 0 0 20px 0;
	font: normal 12px/15.3px Verdana, sans-serif;
}

.ContentItem p {
	margin: 0 0 16px 0;
}

.figure {
	width: 25%;
        overflow: hidden;
}

.figure p {
	font: bold 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
        margin: 5px 0 0 0;
        padding: 0;
}

.ContentItem ul {
 	margin: 16px 0 16px 0;
 	padding: 0;
 	list-style: none;
}
 
 .ContentItem li {	
 	padding: 0 20px 5px 20px;
 	background: url(img/arrow.gif) no-repeat 0 .3em;
}
 
.Lined {
 	padding-bottom: 6px;
 	border-bottom: 1px solid #454e6c;
}

.Intro {
 	padding-bottom: 10px;
	margin: 0 0 15px 0;
}

.float-left {
        float: left;
        margin: 0 20px 15px 0;
}

.float-right {
        float: right;
        margin: 0 0 15px 20px;
}

.paragraph_separator {
        margin: -5px 0 -5px 0;
}


/**** Header Tag Styles ****/

h1 {
	display: inline;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

h2 {
	font: normal 12px/16px Verdana, sans-serif;
	color: #454e6c;
	margin: 0;
	padding: 0;
}

h3 {
	font: bold 12px/16px Verdana, sans-serif;
	color: #454e6c;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: 0.04em;
}

h4 {
	font: italic 12px/16px Verdana, sans-serif;
	color: #666;
	margin: -10px 0 10px 0;
	padding: 0;
}

h5 {
	font: normal 12px/16px Verdana, sans-serif;
	color: #454e6c;
	margin: 10px 0 10px 0;
	padding: 0;
}

/**** Anchor Tag Styles ****/

h2 a:link, h2 a:visited {
	color: #666;
	text-decoration: none;
}

h2 a:hover {
	color: #454e6c;
	text-decoration: none;
}

.ContentItem a:link, .ContentItem a:visited {
	color: #454e6c;
	text-decoration: none;
}

.ContentItem a:hover {
	color: #999;
	text-decoration: underline;
}

.ContentItem a:hover img {
	text-decoration: none;
}

#Footer a:link, #Footer a:visited {
	color: #666;
	text-decoration: none;
}

#Footer a:hover {
	color: #454e6c;
	text-decoration: underline;
}

