﻿/*******************************/
/*         CSS LAYOUT          */
/*******************************/
/*                             */
/* # prefix indicates id title */
/* . prefix indicates class    */
/*                             */
/*******************************/
/* (C) 2008 melaS Web Services */
/*******************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4EA3C7;
	border-width: 0px;
	margin: 2px; 
	text-align: center;
	vertical-align: top;
	height: 100%;
	
	/* Change colours of scroll bar (Internet Explorer only) */
		scrollbar-face-color: #3482A4;
		scrollbar-arrow-color: #74CAEC;
		scrollbar-track-color: #74CAEC;
		scrollbar-shadow-color: #3482A4;
		scrollbar-highlight-color: #74CAEC;
		scrollbar-3dlight-color: #3482A4;
		scrollbar-darkshadow-color: #3482A4;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-style:italic;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}






#Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45pt;
	background-color: #0476A4;
	background-image: url('../../Graphics/Themes/GIF/Windows%20Live%20Messenger%208.5/Backgrounds/Header.gif');
	background-repeat: repeat-x;
	border-width: 0px;
	padding: 2px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 60px;
}






#Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #047EAC;
	background-image: url('../../Graphics/Themes/GIF/Windows%20Live%20Messenger%208.5/Backgrounds/Menu%20Bar.gif');
	background-repeat: no-repeat;
	background-position: top;
	border-width: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	background-repeat: repeat-x;
}






#Sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #047EAC;
	border-width: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	width: 175px;
	height: 100px;
}






#HorizontalAd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	height: 20px;
}

#HorizontalAd a{
	text-decoration: none;
	color: #000000;
}

#HorizontalAd a:link{
	text-decoration: none;
	color: #000000;
}

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

#HorizontalAd a:active{
	text-decoration: none;
	color: #000000;
}

#HorizontalAd a:hover {
	font-style:italic;
	text-decoration: none;
}







#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 0px;
	padding: 2px;
	text-align: justify;
	vertical-align: top;
	width: 585px;
	height: 80px;
}

#MainContent a{
	text-decoration: none;
	color: #000000;
}

#MainContent a:link{
	text-decoration: none;
	color: #000000;
}

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

#MainContent a:active{
	text-decoration: none;
	color: #000000;
}

#MainContent a:hover {
	font-style:italic;
	text-decoration: none;
}






#FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #047EAC;
	border-width: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}






#Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #047EAC;
	border-width: 0px;
	padding: 2px;
	vertical-align: bottom;
	text-align:right;
}






#CopyrightLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #047EAC;
	border-width: 0px;
	padding: 2px;
	vertical-align: bottom;
	text-align: left;
	width: 50%;
}






#CopyrightRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #047EAC;
	border-width: 0px;
	padding: 2px;
	vertical-align: bottom;
	text-align: right;
	width: 50%;
}






.imgNoBorder {
	border-width: 0px;
}






#tblCenter {
	text-align:center;
}






/******************************************************/
/* PopIt (Drop Down Menu) Layout/Design Configuration */
/******************************************************/
	#popitmenu{
		position: absolute;
		background-color: #3482A4;
		color: white;
		border:1px solid black;
		font: normal 12px Arial;
		line-height: 18px;
		z-index: 100;
		visibility: hidden;
	}
			
	#popitmenu a{
		text-decoration: none;
		padding-left: 6px;
		color: black;
		display: block;
		text-align: left;
	}
						
	#popitmenu a:hover{
		/*hover background color*/
			background-color: #047EAC;
			color: white;
	}
	





/********************************************/
/* Floating Bar Layout/Design Configuration */
/********************************************/
	#topbar{
		position:absolute;
		border: 1px solid black;
		padding: 2px;
		background-color: #046A94;
		color: #FFFFFF;
		width: 735px;
		visibility: hidden;
		z-index: 50;
		text-align: left;
	}
	
	
/************************************/
/* News Layout/Design Configuration */
/************************************/
	.NewsTop {
		background-color: #4EA3C7;
		background-image: url('../../Graphics/Themes/GIF/Windows%20Live%20Messenger%208.5/Backgrounds/Menu%20bar.gif');
		background-repeat: repeat-x;
	}
	
	#NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
/*	background-color: #04628C;
	background-image: url('../../../Graphics/Themes/GIF/Windows Live Messenger 8.5/Backgrounds/Menu bar.gif');
	background-repeat: repeat-x; */
	padding: 1px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}
	
	#NewsTitle a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsTitle a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsTitle a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsTitle a:hover {
		font-style:italic;
		text-decoration: none;
	}
	
	#NewsTitle a:active {
		text-decoration: none;
		color: #FFFFFF;
	}
		





	.NewsModify {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: bold;
		font-style: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #FFFFFF;
/*		background-color: #04628C;
		background-image: url('../../../Graphics/Themes/GIF/Windows Live Messenger 8.5/Backgrounds/Menu bar.gif');
		background-repeat: repeat-x; */
		padding: 1px;
		margin: 0px;
		vertical-align: top;
		text-align: center;
	}
	





	#NewsCategoryImage {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #FFFFFF;
/*		background-color: #4EA3C7;
		background-image: url('../../../Graphics/Themes/GIF/Windows Live Messenger 8.5/Backgrounds/Menu bar.gif');
		background-repeat: repeat-x; */
		padding: 1px;
		margin: 0px;
		vertical-align: top;
		text-align: center;
		width: 30px;
	}
	
	#NewsCategoryImage a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsCategoryImage a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsCategoryImage a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsCategoryImage a:hover {
		font-style:italic;
		text-decoration: none;
	}
	
	#NewsCategoryImage a:active {
		text-decoration: none;
		color: #FFFFFF;
	}






	#NewsDate {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: capitalize;
/*		background-color: #04628C;
		background-image: url('../../../Graphics/Themes/GIF/Windows Live Messenger 8.5/Backgrounds/Menu bar.gif');
		background-repeat: repeat-x; */
		color: white;
		padding: 1px;
		margin: 0px;
		vertical-align: top;
		text-align: left;
		width: 50%;
	}
	
	#NewsDate a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsDate a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsDate a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsDate a:hover {
		font-style:italic;
		text-decoration: none;
	}
	
	#NewsDate a:active {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	
	
	
	
	#NewsAuthor {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #FFFFFF;
/*		background-color: #04628C;
		background-image: url('../../../Graphics/Themes/GIF/Windows Live Messenger 8.5/Backgrounds/Menu bar.gif');
		background-repeat: repeat-x; */
		padding: 1px;
		margin: 0px;
		vertical-align: top;
		text-align: center;
		width: 50%;
	}
	
	#NewsAuthor a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsAuthor a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsAuthor a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsAuthor a:hover {
		font-style:italic;
		text-decoration: none;
	}
	
	#NNewsAuthor a:active {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	
	
	

	#NewsComments {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #FFFFFF;
		background-color: #4EA3C7;
		background-repeat: repeat-x;
		padding: 1px;
		margin: 0px;
		vertical-align: top;
		text-align: right;
	}
	
	#NewsComments a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsComments a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsComments a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsComments a:hover {
		font-style:italic;
		text-decoration: none;
	}
	
	#NewsComments a:active {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	
	
	
	
	#NewsStory {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: 9pt;
		font-variant: normal;
		text-transform: none;
		color: #000000;
		background-color: #FFFFFF;
		padding: 1px;
		margin: 0px;
		vertical-align: top;
		text-align: justify;
	}
	
	#NewsStory a{
		text-decoration: none;
		color: #000000;
	}
	
	#NewsStory a:link{
		text-decoration: none;
		color: #000000;
	}
	
	#NewsStory a:visited{
		text-decoration: none;
		color: #000000;
	}
	
	#NewsStory a:active{
		text-decoration: none;
		color: #000000;
	}
	
	#NewsStory a:hover {
		font-style:italic;
		text-decoration: none;
	}
	
	
	
	
	
	#NewsInfo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		color: #FFFFFF;
		background-color: #4EA3C7;
		background-repeat: repeat-x;
		padding: 1px;
		margin: 0px;
		vertical-align: top;
		text-align: right;
	}
	
	#NewsInfo a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsInfo a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsInfo a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#NewsInfo a:hover {
		font-style:italic;
		text-decoration: none;
	}
	
	#NewsInfo a:active {
		text-decoration: none;
		color: #FFFFFF;
	}
