@charset "UTF-8";
/* CSS Document */

/* Import a default set of section styles */
@import url(registry_defaults.css);

/* Styles for the breadcrumb */
@import url(subsheets/sub_breadcrumb.css);

/* Styles for the right hand column */
@import url(subsheets/sub_rightbox.css);

/* Styles for section homepages */
@import url(subsheets/sub_homepage.css);



#main-content.main-content-full-width{
	width:920px;
	margin-left:12px;
}


#main-content h4{ 
	/*margin-bottom:5px !important;*/
}

#main-content h5{
	font-size:105%;	
	margin-bottom:5px;
}

#main-content h6{
	font-size: 100%;
	font-weight: bold;		
	
}

#main-title {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #B6ABC0;
}

#footertext {
 	font-size: 85%;
    width: 920px;
    margin-top: 20px;
    margin-right: auto;
	margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
	border-top-color: #CCCCCC;
    clear: both;
    text-align: center;
}

.right{
	float:right;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

.border{
	border: 1px #CCCCCC solid;
}

.margin{
	margin:10px;
}

#main-content ul {
	list-style-type: square;
}

#main-content ul li {
}

#main-content table.smart {
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
}

#main-content table.smart th{
	background-image:url(../img/th-bg.jpg);
	border: 1px solid #C0C0C0;
	background-color:#C0C0C0;
	padding: 2px;
	background-repeat: repeat-x;
	background-position: left top;
	color:#444;
}

#main-content table.smart th.subheader{ 
	background-image:none;
	border: 1px solid #C0C0C0;
	background-color:#D8D8D8;
	padding: 2px;		
}

#main-content table.smart td{ 
	border: 1px solid #C0C0C0;
	padding: 2px;	
}

#main-content table.smart td.shaded,
#main-content table.smart tr.shaded{
	background-color:#EEE;
	
}


#main-content div.box{
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
}

