body {
	margin: 5px;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	
}
a link {color:#FE0069}
	

#pageSurround {
	width: 870px;
	margin: 0px auto;
	padding: 5px;
	border: 0px solid #000000;
}

#subSurround {
	border: 0px solid #FE0069;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
}

#topHeader {
	text-align: right;
	height: 116px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/logo-header.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 2px solid #000000;
}

.txtSiteDocsTOP, a.txtSiteDocsTOP {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	width:auto;
	color: #000000;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto; 
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:5px;
	position:relative;
}

a.txtSiteDocsTOP:hover {
 	font-family: Tahoma, Geneva, sans-serif;
	width:auto;
	color:#003366;
	margin-left:auto;
	margin-right:auto; 
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:5px;
	background-image:url(../styleImages/backgrounds/sitedocsTOPbg.gif);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;	
	text-align:center;
	font-size: 70%;
	color:#ffffff;
	background-image: url(../styleImages/backgrounds/bgbox.gif);
	width: 155px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}

.boxContentLeft, .boxContentRight {
	background-color:#FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family:Tahoma, Geneva, sans-serif
}

.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}

.colMid {
	position: relative;
	width: 600px;
	float: left;
	left:0px;
}

.colRight {
	position: relative;
	width: 20px; 
	padding-left: 5px;
	right: 6px;
	float: right;
}

.boxContent {
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	padding: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	
}

/* CHECKOUT PAGES */

.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}

.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}

/* END CHECK OUT PAGES */

.siteDocs {
	text-align:center;
	margin-top: 10px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subCats {
	background-color: #ffffff;
	text-align: center;
	border: 0px solid #000000;
	margin: 10px;
	padding: 3px;
	float: left;
	width: 387px;
}

.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* Rounded Corners */
.rc{
display:block
}
.rc *{
display:block;
height:1px;
overflow:hidden;
background:#FFFFFF
}
.rc1{
border-right:1px solid #000000;
padding-right:1px;
margin-right:3px;
border-left:1px solid #000000;
padding-left:1px;
margin-left:3px;
background:#FFFFFF;
}
.rc2{
border-right:1px solid #000000;
border-left:1px solid #000000;
padding:0px 1px;
background:#FFFFFF;
margin:0px 1px;
}
.rc3{
border-right:1px solid #000000;
border-left:1px solid #000000;
margin:0px 1px;
}
.rc4{
border-right:1px solid #000000;
border-left:1px solid #000000;
}
.rc5{
border-right:1px solid #000000;
border-left:1px solid #000000;
}
.rc_content{
padding:0px 5px;
background:#FFFFFF;
} 
