a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#86d4f2;
	border-bottom:1px dotted #A6B6BC;
	padding: 0 2px 1px 2px;
	
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.container_12 {
	background: #fff url(images/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(images/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(images/24_col.gif) repeat-y;
}
.col_760 {
	margin-left:100px; 
	background: #fff url(img/header_760.png) top left no-repeat;
}
.col_960 {
	background: #fff url(img/header_960.png) top left no-repeat;
	
}
.col_sx {
	background-color:#fff;
	margin-top:40px;
	background-image: url(img/logo_sm_000000.png);
	background-position: 16px 0;
	background-repeat:no-repeat;
}
.col_dx {
	background-color:#fff;
	margin-top:40px;
	margin-left:0;
	margin-right:0;
	background-image: url(img/bkg_logo.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.col_dx960 {
	background-color:#fff;
	margin-left:0;
	margin-right:0;
	width:960px;
	background-image: url(img/bkg_logo.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.footer_760 {
	background-color: #fff;
	margin-left:100px;
	border-top: 1px solid #000;
	font-size: 11px;
    color: #666666;
	min-height: 50px;
}

.footer_960 {
	background-color: #fff;
	border-top: 1px solid #000;
	font-size: 11px;
    color: #666666;
	min-height: 50px;
}

#content p {
	font-size: 80%;
	line-height: 24px;
	color: #000000;
	padding: 10px 5px 0 0px;
}
p#first-para {
	padding-top: 46px;
	text-align:left;
}

.highlight {
	font-weight: bold;
	color:#A6B6BC;
}

.highlight2 {
	font-weight: normal;
	color:#666666;
}


#content h1 {
	font-size: 120%;
	font-weight:bold;
	line-height: 24px;
	color: #000000;
}

.err {
	color:#FF0000;
	font-weight:bold;
	display: none;
}

/*
THIS IS FOR THE FANCY BUTTONS  
*/
#clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
}

#clear a.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #A6B6BC;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
	padding-bottom: 0px;
    text-decoration: none;
	border-bottom:0px dotted #A6B6BC;
}

#clear a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
#clear a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#clear a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 	
