@charset "utf-8";

html,body{
margin-top:10px;
padding:0;

}

body{
font-family:Tahoma;
text-align:center;
background-color:#63385a;
font-size:1em;
background-image:url(../images/purpl125.jpg);
background-repeat:repeat;
}


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

a:hover{
color:#63385a;
text-decoration:underline;
}

a:visited{
color:#426d29;
text-decoration:none;
}

div#header {
height:210px;
margin:0;
background: #ffffff;
color: #79B30B;
border-left:2px solid #ffffff;
border-top:2px solid #ffffff;
}

div#title{
background-color:transparent;
text-align:center;
background-image:url(../images/purpl125.jpg);
background-repeat:repeat;
}

.img_link{
border:0;
}

div#container{
text-align:left;
width:804px;
margin:0 auto;
background-color:#FFFFFF;

}

div#content{
float:left;
width:760px;
padding:20px;
}

div#content p{
line-height:1.5em;
font-size:80%;
}

div#content H1{
	color:#63385a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	padding-bottom:5px;
	font-weight:bold;
	margin-left:10px;
}

div#content H2{
	color:#426d29;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	font-weight:bold;
}

div#content H3{
	color:#426d29;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	font-weight:bold;
}
div#footer{
background: #333;
color: #FFF;
clear:both;
width:800px;
border-left:2px solid #ffffff;
border-right:2px solid #ffffff;
border-bottom:2px solid #ffffff;

}

div#footer p{
margin:0;
padding:5px 10px;
font-size:70%;
text-align:right;
}


.img_one{
	float:left;
	padding:3px;
	border:1px solid #666666;
	margin-right:15px;
	margin-top:10px;
}
.img_tc{
	float:left;
	padding:3px;
	border:1px solid #666666;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;}

.img_two{
	float:right;
	margin-left:15px;
	padding:3px;
	border:1px solid #666666;
}

.img_three{
	float:right;
	margin-right:30px;
	padding:3px;
}

.img_four{
	float:left;
	padding:3px;
	border:none;
	margin-right:15px;
}

.link{
border:none;
}

.img_five{
padding-left:2px;
}

.img_left{
border:none;
float:left;
padding-right:25px;
padding-bottom:30px;
}

.highlight{
text-align:center;
padding-top:20px;
padding-bottom:20px;
}