/* CSS Document */
body {
	background-color:#ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* this approximates 10pt */
	color: #000;
	}

p {
	font-size: 1.2em;
	}

h1 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 2em;
	}

h2 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	}

h3 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	}

h4 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	}

ul {
	padding-left:   8px;
	margin:         0px;
	margin-left:    8px;
	margin-right:   1px;
	margin-top:     0;
	margin-bottom:	0.4em;
	line-height:    normal;
	list-style-image:    url(../images/bullet.gif);
	list-style-type:     none;
	list-style-position: outside;
	}	
	
ol {
	padding-left:   16px;
	margin:         0px;
	margin-left:    28px;
	margin-right:   1px;
	margin-top:     0;
	margin-bottom:	0.4em;
	line-height:    normal;
	}	
	
li {
	font-size: 1.2em;
	padding-left:        0px;
	margin-left:         0px;
	margin-top:	         .25em;
	margin-bottom:       .25em;
	}	

dl {
	font-size: 1.2em;
	line-height: 1.5em;
	}

dt {
	font-weight: bold;	
	border-top: thin solid #CCCCCC;
	}

dd {
	font-style: normal;
	padding-bottom: 10px;
	margin-left: 20px;
	}

hr {
	color: #CCCCCC;
	height: 1px;
	width: 80%;
	border: 0 solid #b3b3b3;
	border-top-width: thin;
}

a:link {
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	color: #444444;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
	}
	
th {
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #005ac9;
	}

th p {margin-top:0; margin-bottom:0}
td p {margin-top:0; margin-bottom:0}

/* classes */

.large {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 2em;
	}

.smallText {
	font-size: 1.1em;
	}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.li2deep {
	font-size: 1em;
	}

.topborder {
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}

.thin-gray-frame {
	display: block;
	border: thin solid #CCCCCC;
	padding: 3px;
	}

.exercise-box {
	display: block;
	border: thin solid #000099;
	padding: 0px 6px;
	background-color: #99CCFF;
	margin-right: 50px;
	margin-left: 50px;
	}

.exercise-box h4 {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000099;
	}

.pseudo-blockquote {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;	
	}

.clear {
	display: block; 
	clear: left; 
	margin: 0;
	visibility: hidden;}

.codebox {
	border: thin dotted #0000ff;
	font-size: 1.2em;
	padding: 5px;
	}
	
.highlight {
	background-color: #FFFF99;
	}

/* sub-nav classes */

.submenu {
	display: block;
	padding: 1px;
	margin: 0px;
	font-size: 1.05em;
}

.submenu a:link {
	color: #000000;
	text-decoration: none;
	background-color: #23B5FF;
}

.submenu a:visited {
	color: #444444;
	text-decoration: none;
	background-color: #23B5FF;
}

.submenu a:hover, a:active {
	color: #000000;
	text-decoration: none;
	background-color: #9CFF00;
}

.backmenu {
	display: block;
	padding: 1px;
	margin: 0px;
	font-size: 1.1em;
}

.backmenu a:link {
	color: #000000;
	text-decoration: none;
	background-color: #9CFF00;
}

.backmenu a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #9CFF00;
}

.backmenu a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #23B5FF;
}

/* wrapper */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 720px;
	border: 15px solid #fff;
	background: #fff url(../images/container-bg-main.gif) repeat-y;
	}

/* header */

#branding {
	width: 720px;
	height: 220px;
	background: #22b5ff url(../images/banner.jpg) no-repeat;
	border-bottom: 1px solid #fff;
	}

/* menu */

#main-nav {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	color: #fff;
	background: #005AC9;
	border-bottom: 1px solid #fff;
	padding: 10px;
	height: 15px;
	}

.main-nav-item {
	float: left;
	background: #005AC9;
	text-align:center;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	}
	
.main-nav-item a:link {
	color: #fff;
	text-decoration: none;
	}
	
.main-nav-item a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.main-nav-item a:hover, .menuText a:active {
	color: #000;
	text-decoration: none;
	background-color:#22ffd8;
	}

.main-nav-item2 {
	float: left;
	background: #005AC9;
	text-align:center;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	}
	
.main-nav-item2 a:link {
	color: #CCCCCC;
	text-decoration: none;
	}
	
.main-nav-item2 a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
.main-nav-item2 a:hover, .menuText a:active {
	color: #000;
	text-decoration: none;
	background-color:#22ffd8;
	}

/* main body */

#local-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	color: #000;
	}

#supp-content {
	float: left;
	width: 150px;
	background-color:#9cff00;
	border-right: 1px solid #fff;
	padding: 10px;
	}

#main-content {
	float: left;
	width: 358px;
	background-color:#fff;
	border-top: 1px #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	}

#sub-nav {
	float: left;
	width: 150px;
	background-color:#22ffd8;
	border-left: 1px solid #fff;
	padding: 10px;
	}
	
/* footer */

#site-info {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
	background: #005AC9 url(../images/footer.jpg);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	height: 40px;
	}

.site-info-text {
	font-size: 1em;
	color: #fff;
	}

.site-info-text a:link {
	color: #fff;
	text-decoration: underline;
	}
	
.site-info-text a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
.site-info-text a:hover, .menuText a:active {
	color: #000;
	text-decoration: none;
	background-color:#22ffd8;
	}
.redtext {
	color: #F00;
}
