
body {
    margin: 0;
    padding: 0;
    color: #333333;
    background: url(/5685/skins/agent5685/shared/newsite/bg2.jpg) repeat-x;
    text-align: center;
	font-family: Arial;
}
body.minimal {
    text-align: left;
}
.main {
    margin: auto;
    text-align: left;
    width: 800px;
}
.welcomeMessage {
    padding: 4px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.nav {
    width: 195px;
    line-height: 11px;
    padding: 5px 5px 0 10px;
    font-size:11px;
    color:#727272;
}
.navBullet {
    width: 7px;
    height: 7px;
    border: 0;
    margin-right: 4px;
}
.navIntro {
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    font-size: 14px;
    color: black;
}
.content {
    width: 605px;
    overflow: visible;
    border-left: 0px solid #333333;
    padding: 5px 5px 5px 10px;
}
.footerCell {
    border-top: 2px solid #404040;
    background-color: #6B6B6B;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    color: white;
    font-size: 12px;
}

/* nav links */
.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	color: #000000;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: underline;
}
.nav a:active {
	color: #000000;
	text-decoration: underline;
}


/* general links */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}


/* footer links */
.footerCell a:link {
	color: white;
	text-decoration: none;
}
.footerCell a:visited {
	color: white;
	text-decoration: none;
}
.footerCell a:hover {
	color: white;
	text-decoration: none;
}
.footerCell a:active {
	color: white;
	text-decoration: none;
}



