body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
div#header {
        min-height: 140px;
        height: 140px;
        background-color: transparent;
        background-image: url(../images/banner.png);
        top: 1px;
        width: 875px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 20px;
        margin-left: -10px;
}
/* Search Form */
#searchBox, #addThis, #advert, #donateLink { 
        display:none;
}

/*Logo */
#logo {
   display: none;
}

/* Remove comment form */
.CommentForm{
   display: none;
}
.CommentPoweredBy {
   display: none;
}

/*Banner */
#banner {
	margin: 3px 0 0 0px;
}
/* Top Navigation */
#topNav {
        display:none;
}


/* Left Navigation */
#leftNav {
        display: none;
}

/* Main Content */
#contentMain {
	width: 791px;

}
#contentTop {

	width: 791px;
	height: 10px;
}
#content {
	font-size: 10pt;
	color: #222222;
	background-color: #FFFFFF;
	padding: 0 5px 1px 25px;
	width: 751px;
        min-height:800px;
        height:auto !important;
        height:700px;
}
#rightPanel {
       float: right;
       width: 200px;
}
#user1 {
}
#user2 {
       margin-top: 20px;
}
#content a {
	color: #002872;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #5082CC;
	text-decoration: underline;
}
.componentheading, .contentheading, #content h1 {
	color: #620A14;
	font-size: 24pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#content h2 {
	color: #002872;
	font-size: 24pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content h3 {
	color: #5082CC;
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content h4 {
	color: #222222;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content h5 {
	color: #383838;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content h6 {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content #breadcrumb {
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;



	font-size: 9pt;
}
#content #breadcrumb a{
		color: #222222;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 9pt;
		text-decoration: none;
	}
	#content #breadcrumb a:hover {
		text-decoration: underline;
	}
#contentBottom {
	background-image: url(../images/contentBottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 791px;
	height: 10px;
	position: relative;
}

/* Copyright */
#copyright {
	color: #620A14;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	width: 786px;
	padding-top: 3px;
	padding-right: 5px;
}
#copyright a {
	color: #620A14;
	font-size: 8pt;
}

.latestNewsHeader {
     font-size:12pt;
     font-weight: bold;
     text-align: center;
     border-bottom-style: dotted;
     border-bottom-width: 1px;
}
.randomImageHeader {
     font-size:12pt;
     font-weight: bold;
     text-align: center;
     border-bottom-style: dotted;
     border-bottom-width: 1px;
}
.randomimagelink{
  padding-top: 10px;
}
ul.latestnews {
    font-size:9pt; 
    font-weight: normal;  
    padding-left: 20px;
    padding-bottom: 5px;
}
.PoweredBy {
   display: none;
}
.NumComments {
        color: #5082CC;
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.aboutSection{
    width: 100%;
    padding-bottom: 10px;
}