/* --- Body --- */
body {
	color: #666666;
	background: #cccccc;
	margin: 25px 0;
	padding: 0px;
	text-align: center;
}

/* hide from ie mac\*/
html,body {height:100.1%}
/*end hide */

/* --- Layout --- */

#header {
	height: 100px;
	background-image: url(img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
}

#container {
	width: 601px;
	margin: 0 auto;
	background-color: #CCCCCC;
	padding: 3px;
	text-align: center;
	border-color: #666666;
	border-style: dashed;
	border-width: 1px;
}

#contentcontainer {
	height: auto;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #FFFFFF;
	width: 571px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	height: 18px;
	background-color: #000000;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-right: 16px;
}


/* --- Navigation --- */

#navcontainer
{
	padding: 0;
	height: 18px;
	width: 602px;
	background-color: #000000;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 85px;
	height: 17px;
	border-right: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	padding: 0;
	color: #CCCCCC;
	text-decoration: none;
;	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #cccccc;
}

#navcontainer a:active
{
background: #cccccc;
color: #000000;
}

#navcontainer li#active a
{
background: #cccccc;
border: 1px solid #cccccc;
color: #fff;
}

/* --- Forms ---*/


textarea {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
}

input {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}



input.submit {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


	
/* --- Standard Formatting --- */

html div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-weight: bold;
	font-size: 11px;
}

h2 {
	font-weight: bold;
	font-size: 10px;
	margin: 2px 0 5px 0;
}


/* --- Links --- */

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

.white a:link {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 20px;
}

.white a:hover {
	color: #990000;
	text-decoration: none;
	background-color: transparent;
}


/* --- Misc --- */

.imageright {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin-left: 20px;
	margin-bottom: 8px;
	float: right;
	text-align: right;
	margin-top: 8px;
	top: auto;
}
.imageleft {
	float: left;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin-right: 20px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.linkbox {

	float: right;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
	margin-left: 10px;
	margin-bottom: 12px;
}
.textbox {
	margin-bottom: 12px;
	display: block;
}
#headerintro {

	height: 149px;
	background-image: url(img/header_intro.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
}
#contentintro {
	height: auto;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #000000;
	width: 571px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCCCCC;
}
.white a:visited {

	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 20px;
}
