a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link {
    color: #1855a5;
    text-decoration: none;
}

a:visited {
    color: #006699; 
    text-decoration: none;
}

.redErrorLabel {
	color: #ff0000;
}

.rightimage {
	float: right;
	margin-left: 15px;
}

#global {
	margin: 0;
	width: 780px;
}

#header {
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	height: 64px;
}

#topnav {
	background-color: #cccccc;
	line-height: 12px;
	padding: 2px 10px 5px 10px;
	text-align: center;
}

#topnav ul li abbr {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a {
	font-size: 10px;
	padding: 0 8px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav ul li a:hover, #topnav ul li a:focus {
	background-color: #dddddd;
}

#leftnav {
	background-image: url(Images/arrow_gray.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #004e98;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
	width: 140px;
}

#leftnav h1 {
	color: #004e98;
	font-size: 12px;
	padding: 0 10px 0 0;
	text-align: right;
}

#leftnav ul {
	margin: 0;
	padding: 0;
}

#leftnav ul li {
	line-height: 1.5em;
	list-style: none;
	text-align: right;
}

#leftnav ul li a {
	font-size: 10px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#leftnav ul li a:hover, #topnav ul li a:focus {
	background-color: #dddddd;
}

#content {
	margin-left: 165px;
	margin-top: 15px;
}

#content h1 
{
	color: #004e98;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#content h2 {
	color: #004e98;
	font-size: 12px;
	text-align: left;
}

#content h3 {
	color: #004e98;
	font-size: 11px;
	text-align: left;
}

#content p {
	font-size: 11px;
}

#content a {
	text-decoration: none;
}

#content ul li {
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
}

#content ul a {
	font-size: 11px;
}

#content ul li.decimal {
	list-style-type: decimal;
}

#content table.grey {
	background-color: #eeeeee;
}

#content .container {
	float: left; 
	width: 80%;
}

#content .container-large {
	float: left; 
	width: 95%;
}

#content .containerFull {
	float: right;
	width: 99%;
}

#content .containerLeftSplit {
	float: left; 
	width: 50%;
}

#content .containerRightSplit {
	background-color: #eeeeee;
	float: right; 
	width: 40%;
}

#content .containerCentered {
	text-align: center;
}

#content .indentContainer {
	padding: 0 0 0 15px;
}

#footer {
	clear: both;
	color: #000000;
	width: 780px;
} 

#footer hr {
	width: 79%;
	text-align: right;
	margin: 0 0 0 auto;
}

#footer p {
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 10px;
}



#content table.large {
	width: 140px;
}

#content tr td {
	font-size: 11px;
}

#content td.rightalign {
	text-align: right;
}

#content td.centeralign {
	text-align: center;
}

#content .blue {
	background-color: #004e98;
	color: #ffffff;
	font-weight: bold;
}

#content tr td.blue-right {
	background-color: #004e98;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	width: 100px;
}

#content tr td p.center {
	text-align: center;
}

#content tr td p.right {
	text-align: right;
}

#content tr td.left {
	font-weight: bold;
	font-size: 11px;
	width: 100px;
}

#content tr td p.right {
	text-align: right;
}

#content tr td.left {
	font-weight: bold;
	font-size: 11px;
	width: 100px;
}

#content tr td.small {
	font-size: 11px;
	width: 120px;
}

#content tr td.right {
	font-size: 11px;
	width: auto;
}

#content tr td.middle {
	font-size: 11px;
}