﻿/* Format Settings */
body {
    background: white url("../images/background3.jpg") fixed no-repeat right top;
    color: #000;
    font-family: Arial, helvetica;
    font-size: 10px;
}

#container {
	width:900px;
	margin:auto;
	font-size: 14px;
	line-height:1.5em;
}

#navContainer {
	width:150px;
	border:0px;	
	vertical-align:top;
}

#contentShell {
	padding: 0 0 6px 15px;
}

table {
    border-width: 0;
    border-collapse: collapse;
}

td 
{
    margin: 0px 0px 0px 0px;

    vertical-align: top;
}

/*
div {
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
*/

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
    padding-bottom: 2px;
}

/* Text Elements */

h1 {
    color: #619ae9;
    text-align: center;
}

h2 {
    margin: 25px 0px 0px 0px;
}

div.noMargin 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#navLeft {
	padding:0;
	background-color:#619ae9;
}

#navLeft a:visited {
	display: block;
	color:white;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid #AABBC5;
}

#navLeft a:active {
	display: block;
	color:white;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid #AABBC5;
	background-color: #0342ab;
}

#navLeft a:link {
	display: block;
	color:white;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid #AABBC5;
}

#navLeft a:hover {
	background-color: #0342ab;
	/*background-image: url("../images/nav-arrow.png");*/
	background-repeat: no-repeat;
	background-position:left;
	padding: 0px 0px 0px 8px;
}

/* Standard Links */

A:active {
    color: #000; text-decoration: underline;
}

A:visited {
    color: #000; text-decoration: underline;
}

A:link {
    color: #000; text-decoration: underline;
}

A:hover {
    text-decoration: none;
}
