body {
	background-color: white;
	color: black;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

img.logo {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 192px;
    height: 100px;
    border: 0;
}

#wrapper {
    background: transparent url(pix/sidenav_background.gif) repeat-y top left;
    width: 837px;
}

#header {
    background: #cdd6ec;
    height: 75px;
}

div.clear {
	clear: both;
}
/*
#nav {
    background: #000080 url(pix/header_nav_background.gif) repeat-x top left;
    height: 27px;
}

#subnav {
    background: transparent url(pix/header_nav_shadow.gif) repeat-x top left;
}*/

#sidenav {
    float: left;
    font-size: 80%;
    padding-bottom: 1.5em;
    width: 145px;
}

ul.sideNavParentUl,
ul.sideNavParentUl li {
    list-style-type: none;
    font-size: 1em;
}

ul.sideNavParentUl ul,
ul.sideNavParentUl ul li {
    list-style-type: none;
    font-size: 90%;
    padding: 0;
    margin: 0;
}

ul.sideNavParentUl {
    border-bottom: 1px solid #000080;
    border-top: 1px solid #000080;
    margin: 1em 0;
    padding: .5em 0;
    width: 143px;
}

ul.sideNavParentUl li {
    margin: 0;
    padding: 0;
    padding-left: .7em;
}

ul.sideNavParentUl li,
#sidenav div {
    margin-left: .7em;
}

ul.sideNavParentUl li {
    background: #cdd6ec url(pix/sidenav_bullet_closed.gif) no-repeat 0 .3em;
}

ul.sideNavParentUl li.sideNavExpanded {
    background: #cdd6ec url(pix/sidenav_bullet_open.gif) no-repeat 0 .3em;
}

ul.sideNavParentUl ul li {
    background: none;
}

ul.sideNavParentUl li a:link,
ul.sideNavParentUl li a:visited,
#sidenav div a:link,
#sidenav div a:visited {
    color: #010186;
    text-decoration: none;
}

ul.sideNavParentUl li a:hover,
#sidenav div a:hover {
    color: #4242F0;
    text-decoration: none;
}

ul.sideNavParentUl li a:active,
#sidenav div a:active {
    color: #010186;
    text-decoration: none;
}

ul.sideNavChild {
    padding: 1em 0;
    margin: 0;
}

ul.sideNavChild li {   
    line-height: 1.4em;
}

ul.sideNavChild li a:link,
ul.sideNavChild li a:visited {
    color: black;
    text-decoration: none;
    font-size: 110%;
}

ul.sideNavChild li a:hover,
ul.sideNavChild li a:active {
    color: #4242F0;
    text-decoration: none;
    font-size: 110%;
}

ul.sideNavChild li.activePage a {
    text-decoration: none;
	font-weight: bold;
    color: black;
    font-size: 110%;
}

#main {
    float: left;
    width: 662px;
}

#footer {
    background: transparent url(pix/footer_strip.gif) repeat-x top left;
    clear: both;
	padding-top: 13px;
} 
 
 div.half {
    float: left;
    width: 48%;
    margin-bottom: 2em;
 }
 
 div.half ul {
    padding: 0;
    margin: 0;
    padding-left: 1em;
 }
 
 #tipOfTheDay {
 	border: 1px dashed #c0c0c0;
	margin-bottom: 1em;
 }
 
 #tipOfTheDay h1,  #tipOfTheDay p {
 	padding: .1em .5em;
	margin: 0;
	font-size: .8em;
	line-height: 1.5em;
 }
 
 #tipOfTheDay h1 {
 	font-weight: bold;
	color: #000000;
 }

 div.errors {
 	font-weight: bold;
	color: red;
	font-size: .8em;
 }
 
 div.errors p {
     margin: 0;
	 padding: 0;
	 margin-left: 1em;
     font-size: 1em;
	 color: red;
	 line-height: 1.3em;
 }