html, body {
	padding            : 0px;
	margin             : 0px;
	height             : 100%;
	width              : 100%;
/*	overflow           : visible;*/
	background-image   : url('images/bg.gif');
}

#mainDiv {
	position           : relative;
	background-color   : #E7E7E7;
	width              : 779px;
/*	height             : 500px;*/
	margin             : 15px auto;
	padding            : 0px 0px 125px 0px;
/*	padding            : 0px;*/
}

#topBackGradient {
	font-size          : 0px;
	position           : absolute;
	background-image   : url('images/centerTopGradient.gif');
	height             : 15px;
	width              : 100%;
	top                : 0px;
	left               : 0px;
	margin             : 0px;
	padding            : 0px;
}

#leftTopBackGradient {
	position           : absolute;
	background-image   : url('images/leftTopGradient.gif');
	height             : 15px;
	width              : 15px;
	left               : 0px;
	top                : 0px;
	margin             : 0px;
	padding            : 0px;
}

#rightTopBackGradient {
	position           : absolute;
	background-image   : url('images/rightTopGradient.gif');
	height             : 15px;
	width              : 15px;
	right              : 0px;
	top                : 0px;
	margin             : 0px;
	padding            : 0px;
}

#logo {
	position           : absolute;
	height             : 97px;
	width              : 81px;
	left               : 34px;
	top                : 4px;
	/*background-image   : url('images/logo.gif');*/
}

#info {
	position           : absolute;
	right              : 34px;
	top                : 22px;
	color              : #3E3E3E;
	font-family        : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size          : 23px;
	font-weight        : none;
	text-decoration    : none;
	font-style         : italic;
}

#contact {
	position           : absolute;
	right              : 34px;
	top                : 50px;
	color              : #3E3E3E;
	font-family        : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size          : 15px;
	font-weight        : none;
	text-decoration    : none;
	font-style         : italic;
}

#contact a:link {
	font-size
	color              : #3E3E3E;
	text-decoration    : none;
	font-weight        : bold;
}

#contact a:visited {
	color              : #3E3E3E;
	text-decoration    : none;
	font-weight        : bold;
}

#contact a:hover {
	color              : #797A7B;
	text-decoration    : none;
	font-weight        : bold;
}

#contact a:active {
	color              : #FF0000;
	text-decoration    : none;
	font-weight        : bold;
}

a:link {
	font-size          : 14px;
	color              : #3E3E3E;
	text-decoration    : none;
	font-weight        : bold;
}

a:visited {
	font-size          : 14px;
	color              : #3E3E3E;
	text-decoration    : none;
	font-weight        : bold;
}

a:hover {
	font-size          : 14px;
	color              : #797A7B;
	text-decoration    : none;
	font-weight        : bold;
}

a:active {
	font-size          : 14px;
	color              : #FF0000;
	text-decoration    : none;
	font-weight        : bold;
}

#content {
	position           : relative;
	top                : 110px;
	left               : 15px;
	right              : 15px;
	width              : 719px;
/*	height             : 354px;*/
	padding            : 15px;
	background-color   : #28AFEC;
	color              : #FFFFFF;
	font-family        : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size          : 10px;
	font-weight        : none;
	text-decoration    : none;
	font-style         : italic;
	overflow           : auto;
}

#catTable {
	width              : 700px;
}

#catTable td {
	padding-top         : 12px;
	text-align          : center;
	font-style          : normal;
}

.title {
	color              : #FFFFFF;
	font-size          : 12px;
	font-weight        : Bold;
	font-style         : normal;
}

#location {
	position           : absolute;
	top                : 5px;
	left               : 6px;
	/*color              : #005555;*/
	font-weight        : bold;
/*	background-color   : #00FF00;*/
}
.locationLink a:link {
	color              : #000000;
	text-decoration    : none;
}

.locationLink a:visited {
	color              : #000000;
	text-decoration    : none;
}

.locationLink a:hover {
	color              : #797A7B;
	text-decoration    : none;
}

.locationLink a:active {
	color              : #FF0000;
	text-decoration    : none;
}

.imgBorder {
	background-image   : url('images/imgBg.jpg');
	padding            : 2px;
}
.imgBorder:hover {
	background-image   : url('images/imgBg2.jpg');
	padding            : 2px;
}

.error {
	color              : #FF0000;
	font-weight        : bold;
}
