/* CSS Document */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #8925a3 url(images/home_gradient.jpg) repeat-x; 
	margin: 0; 
	padding: 0;
	text-align: center; 
}
#container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border-left: 2px solid #5f1073;
	border-right: 2px solid #5f1073;
	border-bottom: 2px solid #5f1073;
	text-align: left;
} 

#header { 
	background: url(images/bg.jpg); 
	height: 200px; 
	border-bottom: 2px solid #5f1073;
}
 
#header h1 {
	margin: 0; 
	padding: 40px 0; 
}

#navbar { 
	padding: 0 10px 0 20px;
	background: url(images/home_footer.jpg);
	height: 35px; 
} 
#navbar p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
	color: #eee;
	font-size: 14px;
}

#sidebar1 {
	float: left; 
	width: 200px; 
	background: #fff; 
	padding: 15px 10px 0px 20px;
}
#mainContent { 
	margin: 0 0 0 250px;
	padding: 30px 25px 0 0; 
} 
#footer { 
	clear:both;
	padding: 0 10px 0 20px;
	background: #5f1073 url(images/home_footer.jpg);
	height: 35px; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
	color: #eee;
	font-size: 10px;
}
form {
	padding-top: 15px;
}

img {
	border: 2px solid #fff;
}
img:hover {
	border: 2px solid #5f1073;
}

.leading {
	line-height: 24px;
}

a.contact:link {
	color: #414b4d;
	text-decoration: none;
	border-bottom: 1px dotted #5f1073;
}
a.contact:visited {
	color: #414b4d;
	text-decoration: none;
	border-bottom: 1px dotted #5f1073;
}
a.contact:hover {
	color: #414b4d;
	text-decoration: none;
	border-bottom: 1px solid #5f1073;
}
a.contact:active {
	color: #414b4d;
	text-decoration: none;
	border-bottom: 1px solid #5f1073;
}

a:link {
	color: #eee;
	text-decoration: none;
}
a:visited {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
a:active {
	color: #eee;
	text-decoration: none;
}
p {
	color: #414b4d;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1, h2, h3, h4 h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5f1073;
}

.footer {
	font-size: 10px;
}

.line {
	border-top: 1px dotted #ccc;
}

.label {
	text-align: center;
	font-size: .75em;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}