@charset "utf-8";
/* CSS Document */


body {
	background: #CFDEEA url(images/background.gif) repeat-x center top;
	margin: 0px;
	padding: 0px 0;
	color: #006;
	text-align: center;
	font: 14px/14px Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	line-height: 20px;
}
#head {
	width: 750px;
	height: 256px;
	background: url(images/head.gif) no-repeat;
}
#photo {
	height: 238px;
	width: 726px;
	padding: 18px 12px 0px;
}


#main {
	margin: auto;
	background: url(images/bg_main.gif) repeat-y;
	width: 750px;
	height: auto; 
}
#menu {
	background: url(images/center_banner.gif) no-repeat;
	background-position:12px 0px;
	padding:0px;
	width: 750px;
	height:50px;
}
#content_left {
	float:left;
	width: 445px;
	height:auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#content_right {
	float:left;
	padding:20px 5px 5px;
	width: 200px;
	height:auto;
}
#footer1{
	text-align:center;
	font-size:11px;
	color:#006;
	background: url(images/footer.gif) no-repeat;
	background-position:0px 0px;
	padding-top:10px;
	width: 750px;
	height:85px;
}
#copyright {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 80px;
	text-align: left;
	float: left;
}
#design{
	float:right;
	padding-right:80px;
	text-align:left;
	color: #006;
	text-decoration: none;
}

/* headers */

h1, h2, h3 {font-weight: normal;}
h1 {font-size: 140%;}
h2 {font-size: 122%;}
h3 {font-size: 90%;}


h4{
font-size:13px;
padding:2px;
margin:0px;
color: #003366;
border-bottom:1px #999999 dashed;
}

p{
	font-size:14px;
	text-align:justify;
	line-height:20px;
}


/* dot divs */

.menu1 {
	color: #006;
	height: 50px;
	text-decoration: none;
}
.item_box{
width:auto;
height:auto;
padding:10px 0 5px 0;
border-bottom:1px #666666 dashed;
}
#item_box1{
	width:auto;
	height:auto;
	padding:10px 40px 5px;
	border-bottom:1px #666666 dashed;
}
.item_box2{
width:auto;
height:auto;
padding:10px 0 5px 0;
border-bottom:1px #666666 dashed;
}
.spacer{
	width:750px;
	height:2px;
	padding-bottom:2px;
	clear: both;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: none;
	color: #006;
}
a:active {
	text-decoration: none;
}
