* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/** header styling **/
#banner {
	height: 90px;
	width: 100%;
	background-color: #021A15;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8D0A26;
	color: #FFFFFF;
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	padding-top: 60px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/back.jpg);
}
#banner h1 a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 350px;
	height: 50px;
	padding-top: 17px;
	padding-bottom: 1px;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
}
#banner h1 a:hover {
	background-image: url(images/headlink.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: -24px;
	margin-left: auto;
	margin-right: auto;
}

#banner h1 {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#banner h2 {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/** main body styling **/
#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: auto;
}



/** top navigation styling **/
#nav {
	width: 100%;
	height: 75px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	font-weight: normal;
	color: #021A15;
	list-style-type: none;
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul li {
	display: block;
	width: 125px;
	height: 75px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#nav ul li a {
	text-decoration: none;
	color: #021A15;
	font-size: 18px;
	height: 55px;
	width: 125px;
	padding-top: 20px;
	display: block;
	text-align: center;
	float: left;
	background-image: url(images/a.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav ul li a:hover {
	background-image: url(images/ahover.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: underline;
	color: #8D0A26;
}
#nav ul li a.active {
	text-decoration: underline;
	color: #8D0A26;
	background-image: url(images/ahover.jpg);
}

#nav ul li a.active:hover {
	background-image: url(images/a.jpg);
	color: #021A15;
}

/** left menu styling **/
#menu {
	width: 200px;
	min-height: 100px;
	height: auto!important;
	height: 100px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	float: left;
	padding-top: 20px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul li {
	display: block;
}
#menu ul li a {
	text-decoration: none;
	color: #021A15;
	display: block;
	font-size: 18px;
	width: 180px;
}
#menu ul li a:hover {
	background-color: #EBEBEB;
	color: #8D0A26;
}

#menu .info{
	min-height: 100px;
	height: auto!important;
	height: 100px;
	padding-bottom: 20px;
	float: left;
	margin-top: 20px;
	width: 175px;
}
/** Main Content styling **/
#content {
	width: 535px;
	float: right;
	padding-right: 30px;
	padding-left: 15px;
	min-height: 200px;
	height: auto!important;
	height: 400px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}

/*h1 {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}*/

p { 
	color : #000000; 
	text-align: justify;
	margin-bottom: 5px;
} 

h1 { 
	font-size : 1.6em; 
	color : #000000; 
	text-align: left;
} 

h2 { 
	font-size : 1.4em; 
	color : #000000; 
	text-align: center; 
} 

h3 { 
	font-size : 1.2em; 
	text-align: justify; 
} 

a { 
	color : #888888; 
	text-decoration : none; 
} 

a:hover { 
	color : #8D0A26; 
	text-decoration : underline; 
}

img {
	border: 2px #8D0A26 solid;
}

/** footer styling **/
#footer {
	clear: both;
	width: 100%;
	margin: auto;
	height: 50px;
	padding-top: 50px;
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	color: #021A15;
	text-align: center;
	background-color: #F0F0F0;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}
#footer a {
	text-decoration: underline;
	color: #8D0A26;
}

/** search box styling**/

#searchresults {
   margin: 0px 0px 0px 0px;
}

#searchBoxHeader form {
    margin: -100px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

#searchBoxHeader form input.searchText {
    margin: 0px 5px 0px 0px;
    padding: 1px 0px 1px 0px;
    height: auto;
    font-size: 80%;
    background-color: #EBEBEB;
    border: 1px solid #021A15;
}

#searchBoxHeader form input.searchButton {
    margin: 0px;
    padding: 1px 0px 1px 0px;
    height: auto;
    font-size: 80%;
    border: none;
    background-color: #888888;
}

#searchBoxTopNav form {
    margin: -50px 5px 0px 0px;
    padding: 0px;
    float: right;
}

#searchBoxTopNav form input.searchText {
    margin: 0px 2px 0px 0px;
    padding: 1px 0px 1px 0px;
    height: auto;
    font-size: 80%;
    background-color: #EBEBEB;
    border: 1px solid #021A15;
}

#searchBoxTopNav form input.searchButton {
    margin: 0px;
    padding: 0px;
    height: auto;
    font-size: 80%;
    border: none;
    background-color: #888888;
}

#searchBoxSideNav form, #searchBoxSideBar form {
    margin: 1px 0px 15px 0px;
    padding: 0px;
    width: auto;
    text-align: left;
}

#searchBoxSideNav form input.searchText, #searchBoxSideBar form input.searchText {
    margin: 0px 1px 1px 0px;
    padding: 1px 0px 1px 0px;
    height: auto;
    width: 66%;
    font-size: 80%;
    background-color: #EBEBEB;
    border: 1px solid #021A15;
}

#searchBoxSideNav form input.searchButton, #searchBoxSideBar form input.searchButton {
    margin: 1px 0px 1px 0px;
    padding: -1px 0px 0px 0px;
    height: auto;
    width: 28%;
    font-size: 80%;
    border: none;
    background-color: #888888;
}

/** news viewer styling **/
/* Please be carefull altering this file */
/* It has been configured to create template layouts */
/* Hints placed below for changing background and border colour */

/* Alter this file at your own risk */
/* Doing so could break template layout functionality  */

.newsDate {
    /* format date text for news items */
    font-size: 80%;
    color: #888888;
    /* end */
}

.newsLeft {
    padding: 0px 1% 0px 1%;
    margin: 0px 5px 2px 0px;
    width: 25%;
    display: block;
    float: left;
    clear: left;
    /* Background and border for right news items */
	 background-image: url(images/menu.jpg);
	 background-repeat: no-repeat;
	 background-position: right bottom;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    /* end */
}

.newsRight {
    padding: 0px 1% 0px 1%;
    margin: 0px 0px 2px 5px;
    width: 25%;
    display: block;
    float: right;
    clear: right;

    /* Background and border for left news items */
	 background-image: url(images/menu.jpg);
	 background-repeat: no-repeat;
	 background-position: right bottom;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    /* end */
}

.newsWrap {
    margin: 0px;
}

.newsSubWrap {
    width: 100%;
    clear: left;
}

.newsOne {
    width: 96.5%;
    padding: 0px 15px 10px 0%;
    margin: 1px;
    display: block;
    float: left;

    /* Background and border for full news items */
	 background-image: url(images/a.jpg);
	 background-repeat: no-repeat;
	 background-position: right bottom;
    background-color: #FFFFFF;
    border: 0px solid #eeeeee;
    /* end */
}

.newsTwo {
    padding: 0px 1% 0px 1%;
    margin: 1px;
    width: 47%;
    display: block;
    float: left;

    /* Background and border for split2 news items */
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    /* end */
}

.newsThree {
    padding: 0px 1% 0px 1%;
    margin: 1px;
    width: 30.5%;
    display: block;
    float: left;

    /* Background and border for split3 news items */
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    /* end */
}

/* Form styling */
input{
border:1px solid #021A15;
background:#EBEBEB;
padding:4px;
margin:0 0 4px 4px;
}

input:hover{
border:1px solid #021A15;
background:#FFFFFF;
}

input:focus{
border:1px solid #021A15;
background:#FFFFFF;
}

textarea{
border:1px solid #021A15;
background:#EBEBEB;
padding:4px;
margin:0 0 4px 4px;
}

textarea:hover{
border:1px solid #021A15;
background:#FFFFFF;
}

textarea:focus{
border:1px solid #021A15;
background:#FFFFFF;
}
