

/*
 *  These affect the body of the page
 */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444445;
	font:400 13px Arial, Helvetica, sans-serif;
	min-width: 650;
}

#bodyContainer {
	width: 100%;
	margin: 0;
	text-align: left;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
}

hr {
	margin: 20px 0 20px 0;
	background-color: #D1D1D3;
	border-color: #D1D1D3;
	color: #D1D1D3;
}

h1 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
}

table.error {
	margin: 5px;
}

table.error td {
	padding: 5px;
	background-color: #D4E04C;
	color: 999999;
}

/*
 *  These control the header of the page
 */

#header {
	padding: 0;
	margin: 0;
	background-image: url(/stylesheets/images/top_right.jpg);
	background-color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 128px;
	text-align: left;
}

#logo {
	margin: 0;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}



/*
 *  These control the top navigation menu
 */

#topnav {
	position: relative;
	bottom: 16px;
	height: 48px;
	background-image: url(/stylesheets/images/nav_slice.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#topnav li {
	padding-left: 20px;
	padding-right: 50px;
	margin: 0;
	display: inline;
	padding-left: 10px;
}

#topnav a {
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	line-height: 24px;
	background-color: #532380;
}

#topnav a:link, #topnav a:visited {
	background-image: url(/stylesheets/images/bullet-white.gif);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#topnav a:hover {
	background-image: url(/stylesheets/images/bullet-green.gif);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	color: #D4E04C;
}

/*
 *  These enable the 3-column layout,
 *  where the middle column is liquid and the
 *  left and right columns are fixed width.
 */

#contentContainer {
	overflow: hidden; /* To enable equal-height columns */
	padding-left: 180px; /* LC width */
	padding-right: 256px; /* RC width + MC padding*/
	position: relative;
	bottom: 16px;
}

#contentContainer .column {
	position: relative;
	float: left;
	padding-bottom: 20010px;  /* X + padding-bottom, for equal-height columns */
	margin-bottom: -20000px;  /* X, for equal-height columns */
}

/* MC - mainColumn */
#mainColumn {
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #D1D1D3;
	border-right: 1px solid #D1D1D3;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
}

/* LC - leftColumn*/
#leftColumn {
	width: 180px; /* LC width */
	padding-top: 10px;
	border-top: 1px solid #D1D1D3;
	margin-left: -100%;
	margin-top: 5px;
	right: 206px; /* LC width + MC padding*/
	background-color: #FFFFFF;
}

/* RC - rightColumn */
#rightColumn {
	width: 195px; /* RC width */
	padding-left: 17px;
	padding-right: 17px;
	margin-right: -256px; /* RC width + MC padding*/
	border-left: 1px solid #D1D1D3;
	background-image: url(/stylesheets/images/green.jpg);
	background-repeat: repeat;
}

/* IE6 Fix for the multiple column trick */
* html #left {
	left: 230px; /* RC width */
}



/*
 *  These control the left column navigation
 */

#leftSublinks ul {
	margin: 0 0 10px 15px;
	padding: 0;
}

#leftSublinks li {
	padding: 0 20px 0 20px;
	list-style: none;
	background: url(/stylesheets/images/bullet-grey.gif);
	background-repeat: no-repeat;
}

#leftSublinks li:hover {
	padding: 0 20px 0 20px;
	list-style: none;
	background: url(/stylesheets/images/bullet-green.gif);
	background-repeat: no-repeat;
}

#leftSublinks a {
	color: #532380;
	text-decoration: none;
	font-size: 11px;
}

#leftSublinks a:hover {
	color: #D4E04C;
}

#leftSublinks li.leftSublinksCurrent {
	background: url(/stylesheets/images/bullet-green.gif);
	background-repeat: no-repeat;
}

#leftSublinks li:hover.leftSublinksCurrent {
	background: url(/stylesheets/images/bullet-green.gif);
	background-repeat: no-repeat;
}

#leftSublinks li.leftSublinksCurrent a {
	color: #D4E04C;
}

#leftSublinks li.leftSublinksCurrent a:hover {
	color: #D4E04C;
}

#leftnav {
	margin: 0;
	padding: 0;
	width: 100%;
}

#leftnav ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	width: 170px;
}

#leftnav li {
/*	position: relative;
	right: 40px;*/
	margin: 0 0 5px 0;
	width: 170px;
}

#leftnav li a {
	display: block;
	padding-left: 15px;
	border: 2px solid #D1D1D3;
	width: 170;
	height: 25px;
	background:url(/stylesheets/images/button-go.gif) 142px 50% no-repeat #ABACAF;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: 800;	
	color: #FFFFFF;
}

#leftnav li a:hover {
	background-color: #666666;
	color: #D4E04C;
}

table.leftbox {
        padding: 0px;
        margin-bottom: 15px;
        background-color: #ABACAF;
        font-size: 1em;
        text-align: left;
        color: #FFFFFF;
        width: 170;
}

table.leftbox th {
	margin: 0;
        padding: 5px;
        padding-left: 10px;
        background-color: #532380;
        font-size: x-small;
        text-decoration: none;
        text-transform: uppercase;
        text-align: left;
        font-weight: bold;
}

table.leftbox td {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        background-color: #ABACAF;
        font-size: x-small;
        text-decoration: none;
        text-align: left;
        font-weight: bold;
}


/*
 *  These control the main content area
 */

#mainColumn a {
	color: #532380;
}

#mainColumn a:visited {
	color: #000000;
}

#mainColumn a:hover {
	color: #ABACAF;
}


/*
 *  These control the right column
 */

table.rightbox {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-right: 5px;
        background-color: #ABACAF;
        width: 185px;
        float: right;
}

table.rightbox th {
        padding: 10px;
        background-color: #532380;
        font-size: x-small;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
}

table.rightbox td {
        padding: 10px;
        background-color: #ABACAF;
	color: ABACAF;
	font-weight: bold;
	font-size: x-small;
}

#rightColumn ul {
        padding: 0px;
        margin: 5px 5px 5px 10px;
}

#rightColumn li {
	padding-left: 10px;
        background-image:url(/stylesheets/images/bullet-white.gif);
        background-repeat: no-repeat;
        background-position: 0 -2px;
        display: inline;
}

#rightColumn li a {
        font-size: x-small;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
}

#rightColumn li a:hover {
        text-decoration: underline;
}


/*
 *  These control the footer
 */
 
#footer {
	padding-left: 17px;
	clear: both;
	position: relative;
	bottom: 16px;
	height: 30px;
	line-height: 30px; /* To vertically align a single line of text */
	background-image: url(/stylesheets/images/gray.jpg);
	background-repeat: repeat;
	color: #999999;
	font-size: 10px;
}

* html body { /* To make the area below the footer white */
  overflow: hidden; 
}

#footerWrapper { /* To make the area below the footer white */
	float: left;
	position: relative;
	width: 100%;
/*  padding-bottom: 10010px; */
/*  margin-bottom: -10000px; */
	background: #FFFFFF;         /* Same as body background */
}

#footer a {
	color: #999999;
	text-decoration: none;
}

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