body
{
	margin: 0;
	padding: 0;
	background-color: White;
	background-image: url(/images/headerbg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 9pt;
	color: #727272;
}

.date
{
	color: #0C5AA7;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
}

p
{
	text-align: justify;
	margin-top: 5px;
}

a
{
	color: #0C5AA7;
	text-decoration: none;
}

.footer
{
	width:753px; 
	height:20px;
	text-align: center;
	margin-top: 50px;
	background-color: #e5e5e5;
	line-height: 20px;
	clear: both;
}

/*** header ***/

.header
{
	width: 753px;
	height: 112px;
	margin: 0;
	padding: 0;
}

.logo
{
	float: left;
	margin-top: 18px;
}

.headerlinks
{
	float: right;
	margin: 88px 0 0 0;
	padding: 0;
}

.navbar
{
	margin: 0;
	padding-left: 67px;
	background-image: url(/images/navbg.gif);
	background-repeat: repeat-x;
	height: 36px;
}

.main
{
	padding: 0;
	margin: 0;
	width: 753px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
}

.titletext
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #727272;
}

/** home page *****************************************************************************/

.hometitle
{
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}

.homeimg1
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.homeimg2
{
	padding: 0;
	margin-left: 304px;
	vertical-align: bottom;
}

.rightbar
{
	float: right;
	width: 300px;
	background-repeat: no-repeat;
	background-position: 13px 0;
}

.homenews
{	
	border-right: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	margin: 0;
	padding: 5px;
}

.homecontent
{
	background-image: url(/images/welcomebottom.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
	margin: 0 300px 0 0;
	padding: 15px;
}

/** services page *****************************************************************************/

.servicestitle
{
	/*border-bottom: solid 1px #e5e5e5;*/
	border-right: solid 1px #e5e5e5;
	height: 44px;
	margin: 0px;
}

.servicesimg1
{
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	vertical-align: top;
}

.servicescontent
{
	border-right: solid 1px #e5e5e5;
	padding-right: 30px;
}

ul.services
{
	margin: 3px;
	list-style-type: disc;
	color: #0C60B3;
	font-size: 8pt;
	font-weight: bold;
}

/** philosophy page *****************************************************************************/

.philosophytitle
{
	/*border-bottom: solid 1px #e5e5e5;*/
	border-right: solid 1px #e5e5e5;
	height: 44px;
}

.philosophyimg1
{
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	vertical-align: top;
}

.philosophycontent
{
	border-right: solid 1px #e5e5e5;
	padding-right: 30px;
}

/** company page *****************************************************************************/

.companytitle
{
	/*border-bottom: solid 1px #e5e5e5;*/
	border-right: solid 1px #e5e5e5;
	height: 44px;
}

.companyimg1
{
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	vertical-align: top;
}

.companycontent
{
	border-right: solid 1px #e5e5e5;
	padding-right: 30px;
}

/** about page *****************************************************************************/

.abouttitle
{
	/*border-bottom: solid 1px #e5e5e5;*/
	border-right: solid 1px #e5e5e5;
	height: 44px;
}

.aboutimg1
{
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	vertical-align: top;
}

.aboutcontent
{
	border-right: solid 1px #e5e5e5;
	padding-right: 30px;
}

/** tour page *****************************************************************************/

.tourtitle
{
	/*border-bottom: solid 1px #e5e5e5;*/
	border-right: solid 1px #e5e5e5;
	height: 44px;
}

.tourimg1
{
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	vertical-align: top;
}

.tourcontent
{
	border-right: solid 1px #e5e5e5;
	padding-right: 30px;
}

/** contact page *****************************************************************************/

.contacttitle
{
	/*border-bottom: solid 1px #e5e5e5;*/
	border-right: solid 1px #e5e5e5;
	height: 44px;
}

.contactimg1
{
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	vertical-align: top;
}

.contactcontent
{
	border-right: solid 1px #e5e5e5;
	padding-right: 30px;
}

/** admin page *****************************************************************************/

.adminheader
{
	width: 753px;
	height: 112px;
	margin: 0;
	padding: 0;
}

.adminnav
{
	background-color: #e5e5e5;
	height: 20px;
}

ul.adminlist
{
	list-style: none;
	margin-left: 20px;
	padding: 0;
	height: 20px;
	float: left;
}

ul.adminnavlist li
{
	display: block;
	float: left;
}

a.adminnavitem
{
	width: 108px;
	height: 20px;
	line-height: 18px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
a.adminnavitem:hover
{
	color: White;
	background-color: #0C5AA7;
}