body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 2px;
	color: #000033;
	font-size: 1em;
	line-height: normal;
	background-color: #E9F7FA;
	text-align: center;
	min-width: 775px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #34A4FE;
	margin: 0;
}

#container
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
	position: relative;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#titlebar
{
	position: relative;
	background-color: #FFFFFF;
	width: 775px;
	height: 63px;
	margin: 0px;
	padding-left: 0px;
}

#titlebar h1
{
	color: #fff;
	position: relative;
	top: 0.5em;
}

#nav
{
	z-index: 10;
	top: 0px;
	left: 0px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 210px;
	line-height: 2.25em;
	background-color: #fff;
}

#navheader
{
	background-color: #FFCC00;
	color: #35A5FF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bolder;
	font-size: 1.5em;
}

#nav ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 2.25em;
}

#nav ul li
{
	list-style-type: none;
	background-color: #34A4FE;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#nav ul li a, #nav ul li a:visited
{
    color: #fff;
    text-decoration: none;
	padding-left: 5px;
}

#nav ul li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	padding-left: 5px;
}

#content
{
	position: relative;
	left: 0px;
	top: 0px;
    background-color: #35A5FF;
	margin: 0;
	padding: 0;
	width: 100%;
}

#contentInner
{
	background-color: #fff;
	margin: 0px 0px 0px 210px;
	position: relative;
	width: 535px;
	min-height: 500px;
	padding: 20px 10px 10px 20px;
	color: #333333;
}

#content2
{
    margin: 2px 0px 2px 0px;
    position: absolute;
    top: 63px;
    left: 496px;
    width: 271px;
    min-height: 500px;    
    padding: 5px 5px 5px 5px;    
}

#separator
{
    position: relative;
    background-color: #fff;
    text-align: center;
    height: 2px;
	line-height: 1px;
}

#footer
{
	position: relative;
	border-top: 1px solid #ffcc00;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}

#footer ul
{
	padding: 10px 0px;
	margin: 2px 0px 0px;
	background-color: #34A4FE;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer ul li
{
    list-style-type: none;
    display: inline;
    padding-left: 5px;
    line-height: 1.4em;
}

#footer a
{
    color: #FFFFFF;
    text-decoration: none;
	line-height: 1.4em;
}

#footer a:hover
{
	text-decoration: underline;
}

ol.quiz
{
	font-weight: bold;
	color: #34A4FE;
}

ol.quiz li
{
    padding-bottom: 0.75em;
}

ol.letters li
{
	font-weight: normal;
	list-style-type: lower-alpha;
	padding-bottom: 0;
	color: #000033;
}

#practicetypes dt
{
    font-weight: bold;
}

#practicetypes dd
{
    font-weight: normal;
    padding-bottom: 0.75em;
}

a:link {
	color: #35A5FF;
}

a:visited {
	color: #35A5FF;
}

a.strong, a.strong:visited
{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

ul.nobullet
{
	list-style-type: none;
	padding: 10px 0px 0px 0px;
	margin: 0;
	line-height: 1.8em;
}

ul.nobullet li
{
    list-style-type: none;
}
/*
#contentInner img {
	float: left;
	padding-left: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
*/
#contentInner img.copyimage {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: none;
	display: inline;
	vertical-align: 0%;
	top: -20px;
	right: -10px;
	white-space: normal;
}

#contentInner strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #34A4FE;
}
#practicetypes dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #34A4FE;
}
#contentInner .strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #34A4FE;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #34A4FE;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

#pageImage
{
    position: relative;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

#pageImage img
{
    margin-top: 2px;
    position: relative;
    left: 212px;
    width: 563px;
}

.highlight-box
{
    width: 500px;
    padding: 10px;
    background-color: #C7E8F2;
}

#homepageOuter
{
    position: relative;
    border: 1px solid #35A5FF;    
    padding: 10px 10px 0px 10px;
    width: 500px;
}

#homepageOuter p
{
    margin-top: 0;
}

#homepageOuter #col1
{
    top: 10px;
    left: 10px;
    position: absolute;
    width: 245px;
}

#homepageOuter #col2
{
    position: relative;
    margin-left: 255px;
    width: 245px;
}

#homepageOuter #col1 div, #homepageOuter #col2 div
{
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #BDE2FF;
    padding: 10px;    
    height: 7.5em;
    margin-bottom: 10px;
    width: 223px;
}