body {
	text-align: center; /* Kludge to get IE to properly center the site on the page.*/
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

p, ul, ol {
	font-size: 90%;
}

p {
	margin: 5px 0 15px 0;
}

h2 {
	font-size: 100%;
	margin-bottom: 0;
	margin-top: .2em;
}

h3 {
	font-size: 90%;
	margin-bottom: 0;
	margin-top: 0.2em;
}

p img {
	float: left;
	margin: 2px 10px 0 0;
}

img {
	border: 0;
}


div#content-box {
	width: 758px;
	margin: auto;
	padding: 0;
	text-align: left; /* Sets the align back to default, after IE site centering kludge sets to center*/
	border-left: #e7e7e7 1px solid;
	border-right: #e7e7e7 1px solid;
	border-top: #ffffff 1px solid;
}

div#main-content {
	float: left;
	width: 568px;
	padding: 10px 20px 0 0;
}

div#header {
	width: 760px;
	height: 127px;
	margin: auto;
	padding: 0;
	text-align: left; /* Sets the align back to default, after IE site centering kludge sets to center*/
	background: url('/images/header.jpg') no-repeat;
	border-top: 10px white solid;
}

div#sub-header {
	width: 760px;
	height: 13px;
	margin: auto;
	padding: 0;
	text-align: left; /* Sets the align back to default, after IE site centering kludge sets to center*/
	background: #aaaaaa;
	border-top: 1px white solid;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

div#footer {
	width: 760px;
	height: 34px;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: left; /* Sets the align back to default, after IE site centering kludge sets to center*/
	background: url('/images/footer.gif') no-repeat;
}


div#left-nav {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}

#left-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0px solid #FFFFFF;
}

#left-nav li {
	background: #ccdbed;
	width: 150px;
	margin: 0 0 1px 0;
	padding: 0;
}

#left-nav li a {
	height: 2.1em;
	line-height: 2.0em;
	padding-left: 20px;
	padding-right: 10px;	
	display: block;
	color: #000000;
	font-size: 90%;
	text-decoration: none;
	background: url(../gfx/underline.gif) repeat-x bottom;
}

#left-nav li a:hover, #left-nav li a.selected {
	display: block;
	color: #FFFFFF;
	background: #6295cf;
	text-decoration: none;
}

#left-nav li a.bottom {
	background: #ccdbed;
	border-bottom: 1px none #FFFFFF; 
}

#left-nav li a.bottom:hover {
	background: #6295cf;
	border-bottom: 1px none #FFFFFF; 
}

#left-nav li a.bottomselected {
	background: #6295cf;
	color: #FFFFFF;	
	border-bottom: 1px none #FFFFFF; 
}

#left-nav li a.bottomselected:hover {
	background: #6295cf;
	border-bottom: 1px none #FFFFFF; 
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px none #FFFFFF;		
	border-bottom: 1px none #ADB2B5; 
	border-left: 1px none #FFFFFF;	
	border-right: 1px none #FFFFFF;	
}

#subnav li {
	background: #FFFFFF;
	width: 150px;
	margin: 0;
	padding: 0;
}

#subnav li a {
	height: 2em;
	line-height: 2em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;	
	display: block;
	color: #4D565D;
	background: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
	border-bottom: 1px none #FFFFFF;	
}

#subnav li a:hover, #subnav li a.selected {
	text-align: right;	
	display: block;
	color: #4D565D;	
	background: #FFFFFF;
	text-decoration: underline;
	border-bottom: 1px none #FFFFFF;	
}

#subnav li a.bottom {
	background: url(../gfx/underline.gif) repeat-x bottom;
}

#subnav li a.bottom:hover {
	background: url(../gfx/underline.gif) repeat-x bottom;
}

#subnav li a.bottomselected {
	color: #4D565D;	
	text-decoration: underline;
	background: url(../gfx/underline.gif) repeat-x bottom;
}

#subnav li a.bottomselected:hover {
	text-decoration: underline;
	background: url(../gfx/underline.gif) repeat-x bottom;
}

div.twocol p {
	display: block;
	width: 16em;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
}

div.twocol h3 {
	clear: both;
	padding: 10px 0 0 0;
}

div#col1, div#col2 {
	width: 250px;
	float: left;
	padding: 0 30px 0 0;
}

#footer p {
	margin: 0;
	padding: 7px 0 0 7px;
	font-size: 70%;
	color: #5d5d5e;
	text-align: center;
}

#footer p a {
	color: #5d5d5e;
} 

p.video {
	text-align: center;
}