/* CSS Document */


div#wrapper {
text-align:left; /* reset text alignment */
width:748px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
} 
.bullet {list-style-image: url(/images/bullet.gif);}
img{
border-color:#000000;
}
.noimg{
border-style:none;
}
td{vertical-align:top;}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#F3F3F3;
	color:#000;
	text-align:center; /* for IE */
	
}
textarea{font-family: Arial, Helvetica, sans-serif;}
p { 	margin: 0 0 0.75em 0;    
	line-height: 1.5em;
}
.news{ margin:0em 5em 5em 5em;}

p img {	border: none;
	margin: 0;
}


h1 {
	font-weight:100;
	font-style:normal; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;
	margin-bottom: 5px;
    padding-bottom: 0px;
} 
h3{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h4{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.image-left {
	float: left;
	clear: both;
	margin: 0.5em 1em 0.5em 0;
	border: 1px solid Black;
}
.image-right {
	float: right;
	clear: both;
	margin: 0.5em 1em 0.5em 0;
	border: 1px solid Black;
}
#homebanner {
/*	
	border-bottom:1px solid #8c0051;
	border-left:1px solid #8c0051;
	border-right:1px solid #8c0051;
*/	
	height:100px;
	width:760px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#fffff0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#contents {
	/*min-height:455px;*/
	height:auto;
	border:0px solid red;
	width:760px;
	background-color:#FFFFFF;
}
#left_menu{
	float:left;
	width:195px;
	height:auto;
}
	
#main_body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFFFFF;
	/*padding:5px 5px 5px 5px;
	border-left:1px solid #8c0051;
	border-right:1px solid #8c0051;*/
	min-height:405px;
	height:auto;
	float:left;
	width:730px;
	padding:15px;
overflow: hidden;
	
}
#main_body a:link{
	text-decoration:none;
	color:#000000;
}
#main_body a:visited{
	text-decoration:none;
	color:#000000;
}
#main_body a:hover{
	text-decoration:underline;
	color:#000000;
}

#top_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	/*padding:5px 5px 5px 5px;
	border-left:1px solid #8c0051;
	border-right:1px solid #8c0051;*/
	height:20px;
	float:left;
	width:760px;
	background-color:#f4e4ed;
}
.menu{

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.menu_item{
	font-size:medium;
	background-color:#f0f0f0;
	border-color:#8c0051;
	border-width:1px 1px 1px 0px;
	border-style:solid;
	margin:5px;
	padding:2px 0px 2px 10px;
	width:175px;
}
.menu_text:link{
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
}

.menu_text:visited{
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
}
.menu_text:hover{
	text-decoration:underline;
	color:#000000;
	font-weight:bolder;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#666666;
	background-color:#fff;
	border-top: 1px  solid #8c0051;
	border-bottom: 1px  solid #8c0051;
	height:auto;
	vertical-align:middle;
	padding-top:2px;
	clear:both;
	width:760px;	
	}
#footer a {
	text-decoration:none;
	color:#666666;
	background-color:#fff;
}
