/*****************************/
/*** Core html setup stuff ***/
/*****************************/

* {
	margin: 0;
	padding: 0;
}

html, body {
    margin: 0;
    paddng: 0;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

a:link, a:visited
{
	color: #588aba;
	text-decoration: none;
}

a:hover, a:active (line 22)
{
	color: #588aba;
	text-decoration: underline;
}


div#wrapper
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: none;
}

div#wrapper_r
{
	width: 100%;
	height: auto;
	background: url(../images/main.gif) repeat-y;
}

div#header
{
	width: 100%;
	height: 142px;
	background: url(../images/pageHeader.gif) no-repeat;
	margin-bottom: 0px;
	overflow: hidden;
        padding-right: 5px;
}

div#login_hd
{
        height: 100%;
	background: url(../images/pageHeader_login.gif) no-repeat;
	padding-left: 720px;
	padding-top: 30px;
}

div#user4
{
      width: 25%;
      float: right;
      padding-right: 18px;
}

div#user4 li
{
      display: inline;
      float: right;
}

div#user4 ul
{
     list-style: none;
}

table#loginTable
{
	width: 220px;
}


#loginTable td {
    text-align: left;
}


div#main-nav
{
	background: url(../images/topMenuBar.gif) no-repeat;
        overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
        height: 20px;
        margin-bottom: none;
}

div#nav
{
	height: 20px;
        width: 72%;
        float: left;
}

#nav ul#mainlevel-nav
{
	list-style: none;
	padding: 2px;
}

ul#mainlevel-nav li
{
	display: inline;
}

a.mainlevel-nav
{   
    font-weight: bold;
    font-size: 10px;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

a.mainlevel-nav:hover
{
	text-decoration: underline;
}

div#main-container
{
	width: 960px;
	height: auto;
	background: url(../images/mainCell.gif) repeat-y;
	padding: none;
	overflow: hidden;

}

div#footer
{
	width: 100%;
	height: 80px;
	background: url(../images/pageFooter.gif) no-repeat;
	margin-top: 2px;
}

div#footer a.mainlevel-nav
{       
        width: 100%;
        padding-left: 205px;
        padding-top: 2px;
}

div#footer span.mainlevel-nav
{
        width: 0px;
        color: #fff;
        visibility: hidden;
}

div#left-column
{
	float: left;
	width: 190px;
	margin-right: 1px;
	padding-left: 22px;
	over-flow: hidden;
}
div#main-column
{
	overflow: hidden;
	float: none;
	width: auto;
	padding-right: 20px;
}

div#component
{
	padding: 15px 2px 2px 25px;
}


div.moduletable
{
	margin-top: 30px;
	background-color: #F1F2F1;
}

div.moduletable h3
{
	background-color: #000000;
	color: white;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

div.moduletable td
{
	padding: 5px 0 5px 8px;

}

a.mainlevel
{
	color: black;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}

a.mainlevel:hover
{
	text-decoration: underline;
}

a.readon
{
	color: #00B0B6;
}

div.componentheading, td.contentheading
{
	font-size: 14px;
	font-weight: bold;
	color: #00B0B6;
	padding-bottom: 6px;

}


/*Footer Module*/
#pageFooter{
	width: 960px;
    height: 79px;
    padding: 1px 35px 0px 0px;
}

#pageFooter a, #pageFooter img{
    border: 0px;
}

#pageFooter #pageFooterText{
    position: relative;
    float: left;
    top: 18px;
    left: 480px;
    color: white;
    font-size: 13px;
}