body
{
    font-size: 13px;
    margin: 0;
    font-family: Arial;
    background-color: #ffffff;
    padding: 0;
    color: #666666;
}

h1
{
	font-size: 16px;
	color: #9966cc;
	font-weight: bold;
}
h2
{
	font-size: 14px;
	color: #9966cc;
	font-weight: bold;
	padding-top: 25px;
}
ul
{
	list-style-image: url('../UserLibrary/Images/bullet.gif');
}


.formField
{
    border: 1px solid #333333;
    background-color: #dddddd;
    padding: 2px;
}
.footersep
{
	border-top: 1px solid #9966cc;
	border-bottom: 1px solid #9966cc;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}
.callout
{
	border-left: 1px solid #9966cc; 
	width: 250px; 
	padding: 10px; 
	border-left: solid 1px ##9966cc; 
	background-image: url('../UserLibrary/Images/Callout/bg_tile.gif'); 
	background-repeat: repeat-y; 
	background-position: top top
}
fieldset
{
    border: 1px dashed #555555;
    padding: 10px;
    margin-bottom: 10px;
}
legend
{
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background: #ffffff;
    text-transform: uppercase;
}
#site
{
    margin: 0 auto;
    width: 938px;
}
#container
{
    float: right;
    width: 938px;
}
#header
{
    left: 56px;
    width: 850px;
    position: relative;
}
div.boxBody
{
    text-align: left;
    width: 948px;
    float: left;
    clear: both;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.boxBodyImgHome
{
    background: url(/images/boxBottom.gif) no-repeat left bottom;
}
div.boxBody #boxtop
{
    background: #ffffff url(/images/boxTop.gif) no-repeat left top;
    padding-left: 26px;
    padding-right: 32px;
}
#ctl00_Menu1
{
    left: 10px;
    position: relative;
}
#breadcrumbs
{
    float: left;
    color: #99cc33;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#breadcrumbs a
{
    color: #99cc33;
    text-decoration: none;
}
#breadcrumbs a:link
{
    color: #99cc33;
}
#breadcrumbs a:visited
{
    color: #99cc33;
}
#breadcrumbs a:hover
{
    color: #9966CC;
    background-color: #ffffff;
    text-decoration: underline;
}
#breadcrumbs a:active
{
    color: #99cc33;
}

#logout
{
    text-align: right;
}


.purple
{
	color: #9966cc;
}
.limegreen
{
	color: #99cc33;
}
.footersep
{
	border-top: 1px solid #9966cc;
	border-bottom: 1px solid #9966cc;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}

#content td
{
	font-size: 13px;
    font-family: Arial;
    background-color: #ffffff;
    color: #666666;
}

#content a, #content td a
{
    color: #9966cc;
}

#content a:link, #content td a:link
{
    color: #9966cc;
}
#content a:visited, #content td a:visited
{
    color: #9966cc;
}
#content a:hover, #content td a:hover
{
    color: #99cc33;
    text-decoration: underline;
}
#content a:active, #content td a:active
{
    color: #99cc33;
    text-decoration: underline;
}



#footer
{
    color: #9966cc;
    font-size: 11px;
    text-align: center;
}
#footer a 
{
    color: #99cc33;
    text-decoration: none;
}
#footer a:link 
{
    color: #99cc33;
}
#footer a:visited 
{
    color: #99cc33;
}
#footer a:hover 
{
    color: #9966cc;
    text-decoration: none;
}
#footer a:active
{
    color: #9966cc;
    text-decoration: none;
}
        



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}