a
{
	text-decoration:none;
	cursor:hand;
	color:black;
}

.firstRow
{
	background-color:#000000;
	height:8%;
	font-variant:small-caps;
	font-weight:bolder;
	font-family:verdana;
	font-size:16;
	color:White;
}
.secondRow
{
	background-color:#000000;
	height:8%;
}
.thirdRow
{
	border-style:outset;
	border-width:medium;
	border-color:Gray;

}
.thirdRowBackgroundColor
{
	background-color:black;	
}

.mainLink
{
	background-color:#000000;
	font-family:Verdana;
	font-variant:small-caps;
	font-weight:bold;
	font-size:12;
	color:#F4D040;
}

.contentBackground
{
	background-color:White;
}

.subLinks
{
	font-family:Verdana;
	font-variant:normal;
	font-weight:bold;
	font-size:11;
	color:gray;
	cursor:hand;
	font-variant:small-caps;
}

.subLinksActive
{
	font-family:Verdana;
	font-variant:normal;
	font-weight:bold;
	font-size:12;
	color:red;
}

.NewsMain
{
	color:black;
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
}

.pageContentHeading
{
	color:black;
	text-align:left;
	font-family:Sans-Serif;
	font-size:18;
	font-weight:normal;
	font-variant:small-caps;
}

.pageContent
{
	font-family:arial;
	font-size:12;
	color:black;
	text-align:justify;
}
	
	
.sideLinks
{
background-color:transparent;
width:80%;
color:black;	
	
	}
.NewsSection
{
	background-color:gray;
	color:black;
	font-family:Verdana;
	font-size:18;
	text-align:center;
	
}

.newsDetails
{
	background-color:White;
	text-align:left;	
	font-size:10;
}

.homeImageSize
{
	width:200px;
	height:150px;
}

.bottomRow
{
	background-color:Gray;
}