/*index.php & general specific*/
body
{
	margin-right: 0px;
	overflow:auto;
	background:url(../images/bg_water.jpg);
}

div
{
	color:#000;
	font-family: Calibri, Arial;
	font-size:11pt;
	font-weight:bold;
}

td
{
	color:#00294b;
	font-family: Calibri, Arial;
	font-size:14pt;
	font-weight:bold;
}

.bodyContent img{border:10px solid #94b8dc;}

.headerDiv
{
	background-color: #94b8dc;
	height:115px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:25px;
	padding-left:25px;
	text-align:center;
	cursor:pointer;
}

.headerText
{
	font-size:30pt;
	font-weight:bolder;
	color:#0e10f8;
	text-align:center;
	float:left;
	width:300px;
	height:85px;
}

.leftPanel
{
	width:168px;
	float:left;
}

.leftPanel a
{
	display:block;
	background-image:url(../images/menu_normal.png);
	color:#0e10f8;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding-left:27px;
	padding-top:6px;
	height:26px;
}

.leftPanel a:hover{background-image:url(../images/menu_hover.png);}

.menu{height:200px;}

.bodyContent
{
	color:#00294b;
	font-size:14pt;
	font-weight:bold;
	margin-left:180px;
	margin-right:10px;
}

.bodyContent td{font-size:14pt;}

.bodyContent a{text-decoration:none;}

.bodyContent a:hover{background-color: #fff;}

.titleText
{
	font-size:22pt;
	font-weight:bold;
	margin-top:20px;
	color:#000;
	border-bottom:5px solid #0e10f8;
}

.subTitleText
{
	font-size:18pt;
	font-weight:bold;
	margin-top:15px;
	color:#000;
}

/*contact.php specific*/
input, select, textarea
{
	color:#0e10f8;
	background-color: #94b8dc;
	border: 1px solid #0e10f8;
	font-size:16pt;
	font-weight:bold;
	width: 341px;
	padding:5px;
	margin-left:5px;
}
select	{width:84px;}