body {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	text-decoration: none;
	background-color: #fff;
}
* {
	margin: 0px;
	padding: 0px;
}
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .76em;
	line-height: 1.4em;
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 1.0em;
	color: #000;
	}
h2 {
	font-size: .9em;
	color: #000;
	padding-top: 5px;
	}
	
h3 {
	font-size: .76em;
	line-height: 1.3em;
	color: #000;
	padding-top: 5px;
	}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

.errormessage
    {
    font-weight: bold;
    color: #CC0000;
    }

	
/* BLOCK NAV-----------------------------------------------------------------------------------*/	

#blocknav {
	min-height: 28px;
	font-size: 0.7em;
	height: auto;
	line-height: 1.3em;
	background-color: #669;
}
/* for Internet Explorer */
/*\*/
* html #blocknav {
     height: 28px;}
/**/

#blocknav input {
	font-size: 1em;
}
#blocknav select {
	font-size: 1em;
}
#blocknav li {
	float: right;
	padding-top: 2px;
	display: block;
	color: #fff;
}
#blocknav a {
	text-decoration: none;
	display: block;
	padding: 7px 10px 4px 7px;
	color: #fff;
}
#blocknav a.skiplink {
	padding: 3px 7px 0px 2px;
	display: block;
	background-color: #669;
}
#blocknav a.skiplink:hover {
	background-color: #fff;
}
#blocknav select {
	margin: 3.5px 0 0 0 ;
}
#blocknav a:hover {
	text-decoration: underline;
	color: #c00;
	background-color: #fff;
}
#blocknav li label{
	padding-left: 7px;
}


/* HEADER-----------------------------------------------------------------------------------*/

div#header {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/photo-default.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#logo {
	width: 50%;
	padding: 0px 0px 10px 0px;

}	
.tabs {
	background: url(../images/bg-tabs.gif) repeat-x bottom;
	width: 100%;
	float: left;
}
.tabs li {
	float: left;
	list-style-type: none;
	background: url(../images/tab-left.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
	font-size: .76em;
}
div#tabspacer {
	float: left;
	list-style-type: none;
	background: none;
    margin:0;
	width: 16px;
}
.tabs a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	text-decoration: none;
	font-weight: bold;
	float:left;
    display:block;
	background: url(../images/tab-right.gif) no-repeat right top;
    padding:5px 10px 1px 1px;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .tabs a {float:none;}
  /* End IE5-Mac hack */

.tabs a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #c00;
}
.tabs .current {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006;
    background-image: url(../images/tab-left-current.gif);
    }
.tabs .current a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #006;
    background-image: url(../images/tab-right-current.gif);
	padding-bottom: 2px;
    }
	
/* TOOLBAR-----------------------------------------------------------------------------------*/

div#toolbar {
	border-bottom: 1px solid #669;
	padding: 10px 16px 10px 16px;
	background-color: #e2e1f3;
}
div#toolbar .title {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	color: #6E86B3;	
}
div#toolbar .field {
	padding-left: 20px;
	color: #333;
}

/* CONTAINERS KEEP THE COULMNS ALL NICE AND TIDY-------------------------------------------------*/

div#container-content {
	padding: 16px 0 16px 0;
	background-color: #eeeee0;
}
div#outercontainer {
	background-color: #eeeee0;
	width: 100%;
	padding: 0px;
}
.container-1c {
	padding: 0;
	float: left;
	width: 32%;
}		
.container-2c {
	padding: 0;
	float: left;
	width: 64%;
}
.container-3c {
	padding: 0;
	margin: 0;
	float: left;
	width: 96%;
}

/* BLOCK HOLDS all the CONTENT in the WHITE BACKGROUND --everything in containers has to have a block----------------*/

.block {
	background-color: #fff;
	margin: 0 0 0 16px;
	min-height: 20px;
	height:auto;
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 16px;
}
/* for Internet Explorer */
/*\*/
* html .block {
	height: 20px;
}
/**/

/* CONTENT controls formatting within the block-------------------------------------------------*/
.block .content {
	padding: 6px 10px 10px 10px;
	border-right: 1px solid #669;
	border-bottom: 1px solid #669;
	border-left: 1px solid #669;
	min-height: 20px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .block .content{
	height: 20px;
}
/**/
.block .content p {
	padding: 4px 0px 4px 0px
	}
.block .content a {
	text-decoration: underline;
	color: #339;
}
.block .content a:hover {
	text-decoration: underline;
	color: #c00;
}
.block .content ul {
	margin: 0 0 0 10px;
	padding: 3px 5px 5px 7px;
	color: #000;
}
.block .content ol {
	margin: 0 0 0 16px;
	padding: 3px 5px 5px 7px;
	color: #000;
}
.block .content li {
	font-size: .76em;
	line-height: 1.2em;
	padding: 1px 0 3px 0;
}
.block .content li a {
	text-decoration: none;
	color: #339;
}
.block .content li a:hover {
	text-decoration: underline;
	color: #c00;
}
.block .content dl {
	padding: 3px 5px 3px 0px;
	color: #000;
}
.block .content dt {
	font-size: .76em;
	line-height: 1em;
	font-weight: bold;
	padding: 5px 0px 1px 0px;
	color: #000;
}
.block .content dd {
	font-size: .76em;
	padding: 0 0 3px 0;
	color: #000;
	line-height: 1.2em;
}
.block .content dt a {
	font-weight: bold;
	color: #960;
	text-decoration: none;
}
.block .content dt a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #960;
}


.listheading {
	font-size: .76em;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	padding-top: 3px;
}


/*---FOOTER styles---------------------------------------------------------------------------*/	

#footer {
	padding: 10px 10px 10px 16px;
	font-size: 1em;
	width: auto; 
}
#footerlinks {
	float: left;
	line-height: 1em;
	/*width: 100%;*/
	}
#footer ul {
	display:inline;
}
#footer li {
	float: left;
	list-style-type: none;
	border-left: 1px solid #999;
	font-size: .7em;
}
#footer li.first {
	border-left: 0px solid #999;
	margin-left: -4px;
}
#footer li a {
	text-decoration: none;
	display: block;
	padding: 2px 6px 2px 6px;
}
#footer li a:hover {
	text-decoration: underline;
	background-color: #fff;
	color:#0000FF;
	display: block;
}
#copyright  {
	margin-top: 20px;
	padding-top: 0px;
	}

#copyright p {
	text-align: left;
	font-size: .7em;
	line-height: 1em;
	padding-top: 10px;


/* WIDTH STYLES use to set consistent sizes for buttons and or other form elements------------*/

.width4em {
	width: 4em;
}
.width5em {
	width: 5em;
}
.width6em {
	width: 6em;
}
.width7em {
	width: 7em;
}
.width8em {
	width: 8em;
}
.width9em {
	width: 9em;
}
.width10em {
	width: 10em;
}
.width11em {
	width: 11em;
}
.width12em {
	width: 12em;
}

.width10 {
	width: 10%;
}
.width15 {
	width: 15%;
}
.width20 {
	width: 20%;
}
.width30 {
	width: 30%;
}
.width40 {
	width: 40%;
}
.width60 {
	width: 50%;
}
.width60 {
	width: 60%;
}
.width70 {
	width: 70%;
}
.width80 {
	width: 80%;
}
.width90 {
	width: 90%;
}

