body {
	font-weight:normal;
	font-size:11px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#efefef;
	text-align:center;
	margin:0;
	padding:0;}


a {text-decoration: none;}
a:link {color: #333333;}
a:visited {color: #0066cc;}
a:active {color: #660000;}
a:hover {text-decoration: underline;}

h1 {font-weight: bold;font-size: 14px;}
h2 {font-weight: bold;font-size: 11px;}

TD {font-weight: normal;font-size: 11px;}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#shadow {
	width:795px;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
}

#container {
	width:780px;
	background-color:#ffffff;
	text-align:left;
	margin:0px auto;
}

#header	{
	width:780px;
	padding:5px 10px;
	
}

#menu	{
    height:25px;
	font-size: 11px;
    color: #000000;
    padding-top:5px;
	padding-left:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image: url(images/gradient-menu.jpg);
	background-repeat:repeat-x;
	background-color:#d8d4d5;
}

#menu a			{text-decoration: none;}
#menu a:hover	{text-decoration: none;}

#main_home { width:780px;}

#main_image 	{
	width:250;
	height:253;
	float:left;
	padding:10px;
}

#main_content 	{
	width:480;
	min-height:300;
	float:right;
	border-left:1px solid #000;
	padding:10px 10px 10px 10px;
	line-height: 150%;
}

#main_two 	{
	min-height:300;
	padding:10px 100px 10px 100px;
	line-height: 150%;
}

#footer_shadow	{
	width:795px;
	height:19px;
	background-image:url(images/shadow_footer.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	
}

#footer	{
	width:795px;
	font-size:9px;
	text-align:center;
	padding:10px 10px 10px 10px;
	margin:0px auto;
}

#footer a	{font-size:9px; color: #000000;text-decoration: none;}
#footer a:hover	{font-size:9px; color: #333333;text-decoration: underline;}

/* form alignment styles */

.form label,input 	{display: block; width:150px; float: left; margin-bottom: 10px;}
.form label 		{text-align:right; width:100px; padding-right: 15px;}
.form br 			{clear: left;}

