 
html, body, form
{
	height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 90%;
	text-align: center;
	min-width: 750px;
}	
#admin
{
	text-align:left;
}

#wrapper
{
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -15px;	
	width: 720px;
	margin: 0px auto 0 auto;
	text-align: left;
	background-color: Transparent;
	
	
}
#contentwrap
{
		
}
#maincontent
{
	padding: 5px 0px 0px 0px;
	width: 720px;
	float: left;
	max-width: 700px;
	height: 100%;
	float:right;
}

#header
{
	background-position: 100px;
	background: url(HeaderGraphic.png);
	background-repeat: no-repeat;
	height: 185px;
	width: 720px;
	margin-left: 45px;
}

#quicknav
{
	height: 94px;
	float: right;
	padding-right: 10px;
	vertical-align: top;
	
}
#breadcrumb
{
	padding-top: 5px;
}
#signinlink
{
	padding: 2px 0px 15px 0px;
	margin: 0px;
	float: right;
}
#signinlink a:hover
{
	color: #000000;
}
#signinlink a, #signinlink a:link
{
	color: #000000;
	text-decoration: none;
}

.footer, .push { 
    height: 15px; 
    clear:both;
} 


#quicklinks
{
	width: 190px;
	float: left;
	margin-left: 20px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #dad9d9;	
}
#rtcolumn
{
	width:720px;
	float:right;
	height:175px;
	margin-top:2px;
}
ul.sectionlinks
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}

ul.sectionlinks a
{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #dad9d9;
	display: block;
	height: 60px;
	padding-left: 32px;
	text-decoration: none;
	color: Black;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	padding-top: 4px;
	padding-right: 2px;
}
ul.sectionlinks a:hover
{
	background-position: left top;
	background: url(MacuBullets.png);
	background-repeat: no-repeat;
	color: #ea8523;
	overflow:hidden;
}
li.first
{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #dad9d9;
	background-color: #dad9d9;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
	display: block;
	font-size: 100%;
	height:24px;
	
}

/* top navigation styles */

.topnavlinks
{
    font-weight: bold;
    color: #1B532E;
    font-size: 15px;
    text-decoration: none;
}
.topnavlinks A, .topnavlinks A:visited, .topnavlinks A:active
{
    font-weight: bold;
    color: #1B532E;
    font-size: 15px;
    text-decoration: none;
}
.topnavlinks A:hover
{
    color: #FF3300;
}

/* left navigation styles */

.leftnavheader
{
    font-weight: bold;
    color: #0066CC;
    font-size: 15px;
}
.leftnavlinks
{
    margin: 0px 0px 10px 0px;
}
.leftnavlinks A, .leftnavlinks A:visited, .leftnavlinks A:active
{
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}
.leftnavlinks A:hover
{
    color: #FF9900;
}


