*{ margin:0; padding:0; }
body{
	background:url(../images/bg.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
ul{
	padding:5px 0 5px 35px;
}
li{
	list-style-image:url(../images/arrow.png);
	line-height:150%;
}
#container{
	width:800px;
	height:inherit;
}
#logo{
	width:220px;
	height:330px;
	float:left;
}
#middle{
	width:358px;
	height:330px;
	float:left;
}
#middle h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#FAFAFA;
	padding:50px 10px 5px 10px;
}
#menu{
	width:358px;
	height:59px;
	margin-top:50px;
}
#menu img{
	float:left;
	border:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#last{
	width:220px;
	height:330px;
	float:right;
}
#content{
	width:800px;
	height:inherit;
	clear:both;
	text-align:left;
}
#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:5px 10px;
	color:#4396CA;
}
#content strong{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:5px 10px;
	color:#4396CA;
}
#content p{
	padding:5px 10px;
	line-height:150%;
}
#footer{
	width:100%;
	height:inherit;
	background-color:#4396CA;
	clear:both;
}
#footer p{
	padding:10px 0;
	color:#F4F4F4;
}
#footer a{
	color:#F4F4F4;
	text-decoration:none;
}
#footer a:hover{
	color:#83C209;
	text-decoration:underline;
}

/*** other styles***/

/*# For floating images #*/
img.floatLeft{
	margin:5px 10px 0 0;
	float:left;
	border:#4396CA 3px solid;
}
img.floatRight{
	margin:5px 0 0 10px;
	float:right;
	border:#4396CA 3px solid;
}
/*# For the Bullet-style #*/

.bulletBoxes{
	width:250px;
	height:inherit;
	border:#65A440 1px solid;
	float:left;
	margin:5px;
}
.bulletBoxes p{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#FAFAFA;
	background-color:#65A440;
	text-align:center;
}
.bulletBoxes ul{
	padding:5px 0 5px 35px;
}
.bulletBoxes li{
	list-style-image:url(../images/arrow.png);
	line-height:150%;
}
/*# For the two boxes #*/
.imgCenterTop{
	text-align:center;
	border:none;
	padding:5px 20px;	
}
