﻿body
{
    background: #fff;
	text-align: center;
	position:relative;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana;
	font-size: 100%;
	color: #252625;
}

#pagewrap
{
	width: 750px;
	padding: 0;
	margin: 0;
	outline: 0;
	border: solid 1px #bebebe;
	background: #fff;
	text-align: left;
	margin: auto;
	min-height: 600px;
	height: auto;
	margin-top: 30px; 
	margin-bottom: 30px;
	font-size: 9pt;
}

#logoslinks
{
	text-align: center;
}

#logoslinks img
{
	margin: 10px 55px 10px 55px;
}

#adminbar
{
	margin: 0;
	text-align: left;
	margin: auto;
	width: 750px;
}

#keyline
{
	height: 18px;
	background-color: #ac1818;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding-top: 3px;
}

#keyline a
{
	color: #fff;
}


h1
{
	font-weight: normal;
	color: #ac1818;
	font-size: 20pt;
}

p
{
	color: #252625;
	font-family: Verdana;
	font-size: 9pt;
}

a
{
	color: #ac1818;
	text-decoration: none;
	outline:none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/**********TOP BAR***********/

#topbar
{
	height: 177px;
}


#logo
{
	float: left;
}

#navbar
{
	margin-top: 3px;
	height: 22px;
	background: url(../img/bar_bg.jpg) repeat-x;
	color: #fff;
}

#navbar a
{
	color: #fff;
	float: left;
	font-size: 10pt;
	padding-right: 6px;
	padding-left: 6px;
	height: 21px;
	border-bottom: solid 4px #fff;
}

#navbar a:hover
{
	text-decoration: none;
	border-bottom: solid 4px #fcc100;
}

#navbar ul li
{
	margin-top: 2px;
	float: left;
}


/****END****/



/****FOOTER****/

.bar
{
	height: 22px;
	background: url(../img/bar_bg.jpg) repeat-x;
}

#logoslinks
{
	height: 122px;
}

#contactbar
{
	margin-top: 14px;
	border-top: solid 1px #ac1818;
	border-bottom: solid 1px #ac1818;
	padding-top: 4px;
	height: 20px;
	color: #ac1818;
	font-size: 9pt;
	text-align: center;
}

#siteby
{
	color: #ac1818;
	font-size: 7pt;
	padding: 5px;
}

/*****END****/


/****MAIN CONTENT****/

/*****LATEST NEWS****/
.latestnews
{
	width: 245px;
	min-height: 230px;
	height: auto;
	float: right;
	border: solid 1px #c7c7c7;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #e4e4e4;
}

.latestnews p
{
	color: #434343;
	font-size: 9pt;
	margin-top: 10px;
	
}

.latestnews .newsitem
{
	padding-bottom: 10px;
	background: url(../img/hr.jpg) no-repeat bottom center;
	margin-left: 8px;
	margin-bottom: 10px;
}

.latestnews .eventsitem
{
	padding-bottom: 10px;
	background: url(../img/hr.jpg) no-repeat bottom center;
	margin-left: 8px;
	margin-bottom: 10px;
}
	

.latestnews .header
{
	height: 18px;
	padding: 2px;
	padding-left: 10px;
	background: url(../img/bar_bg.jpg) repeat-x;
}

.latestnews .header h4
{
	color: #fff;
}



/****SUB MENU*******/

.submenu
{
	padding-top: 15px;
	padding-left: 15px;
	width: 156px;
	min-height: 493px;
	height: auto;
	background-color: #e4e4e4;
	color: #434343;
	font-size: 9pt;
	float: left;
	margin-top: -4px;
}

.submenu h4
{
	font-weight: bold;
	color: #434343;
	font-size: 10pt;
	margin-bottom: 2px;
}


/******END********/

#MainContent
{
	clear:both;
	min-height: 508px;
	height: auto;
	margin-top: 10px;
}

.MainText
{
	float: left;
	width: 310px;
	margin-left: 10px;
}

.MainText p
{
	padding-bottom: 10px;
	background: url(../img/hr.jpg) no-repeat bottom center;
}

.MainText img
{
	padding-top: 10px;
}

a.gallery-img-link
{
display:block;
height:80px;
width:80px;
margin:5px;
}

#randGallImg
{
	text-decoration: none;
}

#randGallImg a:hover
{
	text-decoration: none;
}

#MainContent img
{
	margin-left: 10px;
}

#MainContent .submenu img, #MainContent .MainText img
{
	margin-left: 0;
}


