body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size:80%;
	color:#000000;
	line-height: 1.2;
	background-color:#FFFFFF;
	background-image:url(../assets/grayBkd.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:right;
}

a{
	text-decoration:none;
	color: #666666;
}

a:hover{
	color:#333333;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #666666;
	color:#000000;
	font-weight: normal;
	font-size: 20px;
}

h3{
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	padding-bottom: 3px;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	color:#333333;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666666;
	font-size: 13px;
}

h5{
	font-weight: bold;
	font-size: 100%;
	color:#333333;
	text-decoration:none;
	margin-top: 3px;
	margin-bottom: 0px;
}

h6{
	font-size: 100%;
	font-weight: bold;
	color:#333333;
}


p{
	margin:0px;
	padding: 0px;
}

.branding{
	height: 123px;
}


.navigation {
	width: 100%;
	display:table;
	background-color: #CCCCCC;
	background-image:url(../assets/nav_bkd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

.nav ul {
	float: left;
	width: 100%;
	margin-left:0;
	margin-right:0;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0;
	background-color: #CCCCCC;
	background-image:url(../assets/nav_bkd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color: #FFFFFF;
}

.nav ul li { 
	display: inline;
}

.nav ul li a {
	float: left;
	background-color: #CCCCCC;
	background-image:url(../assets/nav_bkd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color: #000000;
	text-decoration: none;
	padding: 4px 10px;
	font-weight: normal;
	font-size: 12px; /* could coz probs was 13px*/
	border-right: 1px solid #FFFFFF;
}

.nav ul li a:hover {
	color: #CC0000;
	background-color: #CCCCCC;
	background-image:url(../assets/nav_bkd2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-weight: normal;
	font-size: 12px; /* could coz probs was 13px*/
	border-right: 1px solid #FFFFFF;
}

.page{
	background-color:#FFFFFF;
}

.subNav{
	width: 180px;
	height: 400px;
	float: left;	
	background-color:#FFFFFF;
	background-image:url(../assets/grayBkd.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	margin: 0px;	
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 17px;
}

.subNavHome{
	width: 180px;
	height: 350px;
	float: left;	
	background-color:#FFFFFF;
	background-image:url(../assets/grayBkd.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	margin: 0px;	
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 17px;
}

.content{
	padding: 10px 20px 20px 20px;
	margin-left: 200px;
	color: #000000;
	background-image:url(../assets/grayBkd.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	position: relative;
}


.contentWide{
	padding: 30px 20px 20px 20px;
	color: #000000;
	background-image:url(../assets/grayBkd.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	position: relative;
	/*text-align:justify;*/
}

#link {
	color: #000000;
	background-color: #efefef; /*#6FA3B4;*/
	border: 1px solid #CCCCCC;
	border-bottom: none;
		
}
	
#link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}
		
#link li {
	width: 178px;
	margin: 0;
}
		
#link li a {
	display: block;
	padding: 5px;
	color:#000000;
	text-decoration: none;
	width: 100%;
	font-size: 13px; /* could coz probs */
	border-bottom: 1px solid #CCCCCC;
}

html>body #link li a {
	width: auto;
}

#link li a:hover {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 13px; /* could coz probs */
		}

.clearing{
	clear: both;
}



.footer {
	color: #000000;
	padding:10px 0px 30px 0px;
	border-top: 1px solid #999999;
	font-size: 11px;
}

.footer a:hover{
	color:#000000;
}


.backToTop{
	background-color:#CCCCCC;
	border: none; /*1px solid #CCCCCC;*/
	padding: 4px;
	margin: 10px 10px 10px 0px;
	width: 80px;
	text-align:center;
	margin-top: 30px;  /*could cause problems*/
	font-size: 100%; /* could coz probs */
	color:#FFFFFF;
}

.backToTop a{
	color:#FFFFFF;
}

.backToTop a:hover{
	color:#666666;
}

.left{
	float: left;
}

.right{
	float: right;
}

.copyright{
	font-size: 11px; /* could coz probs - was 13px */
	width: 350px;
	text-align: left;
}

a.copyright{
	color:#666666;
}

.emphasis{
	font-weight: bold;
}

.spacer{
	height: 40px;
}

.smallSpacer{
	height: 20px;
}

.bigSpacer{
	height: 60px;
}


.imageThumb{
	padding-right: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-right: 10px solid #CCCCCC;
	float: left;
}

.title{
	padding-top: 20px;
	font-size: 120%;
	color:#333333;
}


.textIndent{
	margin-left:50px;
}

.sheila{
	float:left;
	margin-left: -20px;
	margin-bottom:-20px;
	margin-right: 10px;
	height: 595px;
}

