/*  This style sheet is for main applications of this website. */

body {
	
	margin-top: 50px;
	background-image: url(/img/bg.gif);
	
}

a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #164069;
	text-decoration: underline;
}

a:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #164069;
	text-decoration: underline;
}

a:hover {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #164069;
	text-decoration: none;
}

a:active {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #164069;
	text-decoration: underline;
}

/* STYLES FOR TOP AREA */

div.header {
	
	width: 700px;
	height: 81px;
	
}


/* STYLES FOR NAV AREA */

div.navArea {
	
	width: 700px;
	height: 175px;
	background: url(/img/midsection.gif);
	
}



div.linkArea {

	width: 150px;
	height: 150px;
	padding-top: 5px;
	text-align: right;
	float: left;

}

div.picArea {
	
	width: 550px;
	height: 150px;
	padding-top: 5px;
	float: right;

}

a.linkArea:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #164069;
	text-decoration: none;
}

a.linkArea:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #164069;
	text-decoration: none;
}

a.linkArea:hover {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.linkArea:active {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #164069;
	text-decoration: none;
}


/* STYLES FOR CONTENT AREA */

div.contentArea {

	width: 700px;
	background: url(/img/bodybg.gif);
	
	font-family: Arial, Helvetica, sans-serif;
	color: #3e7da0;

}

.header {
	
	font-size: 18px;
	font-weight: bold;
	color: #2c576e;
	
}

/* STYLES FOR INSIDE CONTENT */

div.insideContent {

	width: 550px;
	text-align: left;
	font-size: 14px;
	
}

div.gallery {

	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 20px;

}

.insideContent p
{
	text-indent: 20px;
}

.galleryimg img{

	border: 1px solid #fff1fc;
	
}

.galleryimg:hover img{

	border: 1px solid black;
	
}

.galleryimg:hover{

	color: red; /* only used to overcome IE's incompetence */
	
}

.clearboth {

	clear: both;
	
}

#indent {
	text-indent: 20px;
}

/* STYLES FOR BOTTOM */

div.bottom {
	
	width: 700px;
	height: 90px;
	background: url(/img/bottom.gif);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF3366;
	
	
}

a.bottom:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F059A0;
	text-decoration: underline;
}

a.bottom:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F059A0;
	text-decoration: underline;
}

a.bottom:hover {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F059A0;
	text-decoration: none;
}

a.bottom:active {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F059A0;
	text-decoration: underline;
}
