#header {
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 150px;
}

#rightcol {
  background: #254117;
  position: absolute;
  top: 150px;
  left: 800px;
  width: 200px;
  height: 100%;
}

#content {
  background: #fff;
  position: absolute;
  top: 150px;
  left: 25px;
  width: 750px;
  height: 750px;
  padding-right:50px
}

#footer {
  background: #000;
  width: 1000px;
  height: 100px;
}

PageTitle {
	color:Yellow;
	font-family:Verdana, Sans-Serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 32pt;
	text-transform: capitalize;
	} 
SubPageTitle {
	color:White;
	font-family:Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18pt;
	text-transform: capitalize;
	} 

body {
	color:#333333
	font-family:Verdana, Sans-Serif;
	font-size: 12pt;
}

h1 {
	color:#000;
	font-family:Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}

h2 {color:#000}

RightMenu {
	list-style-type:circle;
	color:#white;
}

.class1 A:link {
	text-decoration: none;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}

.class1 A:visited {
	text-decoration: none;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}

.class1 A:active {
	text-decoration: none;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}


.class1 A:hover {
	text-decoration: none;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}


.class2 A:link {
	text-decoration: underline;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}

.class2 A:visited {
	text-decoration: underline;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}

.class2 A:active {
	text-decoration: underline;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}


.class2 A:hover {
	text-decoration: underline;
	color:white;
	font-family:Verdana,Georgia,Serif;
	font-size: 10pt;
	
}



