﻿body
{
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #4d4e53;
	background-color: #fff;
}


/* layout */

.page
{
	width: 880px;
	margin: 0 auto;
	padding: 0 18px 10px 17px;
	
	background: #fff url(../images/bgPage.gif) repeat-y;
}

.topBar
{
	height: 7px;
	width: 880px;
	
	background: url(../images/bgTopBar.jpg) no-repeat;
}

.header
{
	height: 133px;
	width: 880px;
	
	border-bottom: solid 1px #e7e7e7;
}

.header .logo
{
	height: 110px;
	width: 150px;
	padding: 10px 0 0 28px;
	
}

.header .emailLink
{
	margin-top: 24px;
}

.header .emailLink a
{
	color: #545656;
	font-size: 10px;
	font-weight: bold;
}

.menu
{
	height: 28px;
	width: 880px;
	margin-top: 3px;
	
	border-bottom: solid 1px #fff;
}

.menuSection
{
}

.menuItem
{
	padding: 8px 13px;
	margin-bottom: 1px;
	
	color: #0a4588;
	background-color: #fff;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}

.menuItem:hover
{
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	text-decoration: none;
}

.banner
{
	height: 126px;
	width: 800px;
	
	border-bottom: solid 1px #fff;
}

.content
{
	background: #fff url(../images/bgContent.gif) repeat-y;
	height: 100%;
}

.content .sidebar
{
	min-height: 186px; 
	height: auto !important; 
	height: 186px;
	width: 203px;
	padding: 27px 9px;
	
	background: #ebf7fd url(../images/bgSidebar.gif) repeat-x;
}

.content .sidebar a
{
	display: block;
	width: 159px;
	margin-bottom: 2px;
	padding: 6px 0 7px 44px;
	
	color: #545656;
	background: #edf7fc url(../images/bulletBlue.gif) no-repeat 28px 50%;
}

.content .sidebar a:hover
{
	background: #f8fbfc url(../images/bulletBlue.gif) no-repeat 28px 50%;
	text-decoration: none
}

.content .main
{
	width: 593px;
	padding: 27px 33px;
}

.content .largerText
{
	font-size: 12px
}

.footer
{
	width: 915px;
	margin: 0 auto 20px auto;
	padding-top: 16px;
	
	color: #7d7d7d;
	background: #fff url(../images/bgFooter.gif) no-repeat;
}

.footer .copyright
{
	padding-left: 7px;
	
	color: #c6c6c6
}

.footer .nav
{
	padding-right: 8px
}

.footer .nav a
{
	color: #7d7d7d;
}



/* sidebar menus */

.navSidebar
{
}

.navSidebar .section
{
	width: 189px;
	margin-bottom: 2px;
	padding: 7px 0 7px 14px;
	
	color: #545656;
	font-weight: bold;
	background-color: #fff
}

.navSidebar .sep
{
	height: 5px
}


.profileContainer
{
	border: solid 1px #bbb;
	margin-top: 1px;
	padding: 20px;
}



/* typography */

p
{
    line-height: 20px;
    margin-bottom: 10px
}

pre
{
    font-family: monospace;
}

strong, b
{
    font-weight: bold
}

em, i
{
	font-style: italic;
}

a
{
	color: #005295;
	text-decoration: none;
	line-height: 12px;
}

a:hover
{
	text-decoration: underline;
	cursor: pointer !important;
}

h1
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

h3
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

h4
{
    color: #000;
    font-size: 11px;
    font-weight: bold
}

h5
{
    color: #000;
    font-size: 11px;
    font-weight: bold
}

ul
{
	list-style-position: inside;
}

input, select, textarea
{
	font-size: 11px;
}

input.button
{
	font-size: 11px;
    width: auto;
    padding: 1px 12px;
    overflow: visible
}

img.center
{
	vertical-align: middle;
}

hr.whiteHR
{
	margin: 15px 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: none;
}

hr.greyHR
{
	margin: 15px 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: none;
}

.result
{
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.error
{
	color: #ff0000;
}
