/* CSS Document */
body{
	margin: 0px;
	text-align:justify;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	}
a img{
	border:0px;
	}
a:link{
	text-decoration:underline;
	color:#A8A8A8;
	}
a:visited{
	text-decoration:underline;
	color:#A8A8A8;
	}
#container{
	width:100%;
	height:100%;
	text-align:center;
	}
#main{
	width:925px;
	background-color:#FFFFFF;
	color:#6F6F6F;
	text-align:justify;
	margin:0px auto;
	}
#content{
	width:925px;
	}
#contentleft{
	width:459px;
	padding-left:5px;
	padding-right:19px;
	float:left;
	}
#contentright{
	width:405px;
	padding-right:18px;
	padding-left:19px;
	float:right;
	}
#header{
	width:925px;
	height:280px;
	}
#nav{
	width:925px;
	height:90px;
	}
#navpart{
	width:325px;
	height:86px;
	padding-top:2px;
	padding-bottom:2px;
	float:right;
	}
#navpart a{
	text-decoration:none;
	color:#7e4b87;	
	}
#navpart a:hover{
	text-decoration:none;
	color:#999999;
	}
#misc a{
	text-decoration:none;
	color:#7e4b87;	
	}
#misc a:hover{
	text-decoration:none;
	color:#999999;
	}
#logopart{
	width:550px;
	height:86px;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	}
#imagerow a img{
	border-width:thick;
	border-style:solid;
	border-color:#b2b2b2;
	}
#imagerow a:hover img{
	border-width:thick;
	border-style:solid;
	border-color:#666666;
	}
#headerinfobox{
	width:925px;
	height:190px;
	}
#footercontainer{
	background-image:url(images/footer-back.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:396px;
	text-align:center;
	color:#A8A8A8;
	}
#footer{
	width:925px;
	height:326px;
	padding-top:70px;
	text-align:justify;
	margin:0px auto;
	}

/*Forms defaults*/
input, textarea {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#6f6f6f;
}
label {
	font-family:"Times New Roman", Times, serif;
	color:#6f6f6f;
	cursor:pointer;
	padding-left:2px;
	vertical-align:top;
	font-size:17px;
	line-height:34px;
}

/*Text inputs*/
.textinput{
	width:421px;
	height:20px;
	border-color:#6f6f6f;
	border-style:solid;
	border-width:thin;
	padding:4px;
}


/*Text areas*/
.textarea{
	width:421px;
	height:183px;
	border-color:#6f6f6f;
	border-style:solid;
	border-width:thin;
	padding:4px;
	overflow:auto;
}

/*Button*/
.buttonSubmit{
	width:100px;
	height:29px;
	background:url(images/button.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
}

/*images*/

#imageimage{
	height:600px; 
	padding-top:20px;
}

#imagedesc a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7e4b87;
	width:800px; 
	height:40px;
	text-decoration:none;
	text-align:center; 
}
#imagedesc{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6f6f6f;
	width:800px; 
	height:40px;
	text-align:center;
}