*
{
padding: 0em;
margin: 0em;
}


body{
	background-color: #fefdce;
}

a.email{
	text-decoration: none;
	color: #2C4E6F;
}

#banner{
	height: 120px;
	width: 100%;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-color: #fefdce;
}

#banner p{
	float: right;
	margin-right: 20px;
	color: #2c4e6f;
	font-size: 17px;
	font-weight: normal;
}

#banner a{
	text-decoration: none;
	font-weight: normal;
	color: #2c4e6f;
}

#banner .details{
	padding-top: 90px;
}

#menu{
	background-color: #2C4E6F;
	height: 35px;
	width: 100%;
	border-top: #C5B358;
	border-bottom: #C5B358;
}

#menu p{
	float: right;
	margin-right: 5%;
	margin-top: 7px;
	color: #fff;
	font-size: 1em;
}

#menu a{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial;
}

#maincontent{
	width: 800px;
	height: auto;
}

.leftcol{
	width: 180px;
	height: 100%;
	float: left;
}

.leftcol img{
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #2C4E6F;
}

.rightcol{
	width: 618px;
	height: 100%;
	margin-left: 2px;
	float: left;
}

.rightcol .content{
	margin-left: 15px;
	margin-top: 10px;
	font-family: Arial;
}

h1{
	font-size: 20px;
	font-weight: normal;
	color: #2c4e6f;
}

p{
	font-size: 14px;
}

.rightcol .content .box{
	width: 170px;
	height: 190px;
	border: 1px solid #2c4e6f;
	background-color: #fff;
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
}

.box li{
	font-size: 0.7em;
	padding-left: 9px;
	padding-top: 5px;
	list-style-position: inside;
}

.header{
	width: 170px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	background-color: #2c4e6f;
}

.header p{
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 3px;
}

#footer{
	width: 100%;
	height: 40px;
	color: #2c4e6f;
	float: left;
	margin-top: 20px;
	text-align: center;
}

#footer a{
	text-decoration: none;
	font-weight: bold;
	color: #2c4e6f;
}