
/*************************  ID's *************************/

/*****************  Used on main pages  ******************/

#pagedefault { 
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: normal;
	color: #CC00FF;
	background-color: black;
}

#headermain {
	position: absolute;
  width: 980px;
	height: 180px;
	border-bottom: thin solid blue;
	font-weight: normal;
  background-color: black;
}

#pagecenterfull {
	position: absolute;
	width: 980px;
	height: 366px;
	margin-top: 182px;
	border-top: thin solid red;
	border-bottom: thin solid blue;
	font-weight: normal;
	background-color: black;
	text-align: left;
}

#pagecenterleft {
	position: absolute;
	width: 212px;
	height: 366px;
	margin-top: 182px;
	border-left: thin solid blue;
	border-right: thin solid blue;
	border-top: thin solid blue;
	border-bottom: thin solid blue;
	font-weight: normal;
}

#pagelftncntr {
	position: absolute;
	width: 762px;
	height: 366px;
  margin: 182px 0 0 0; /*top right bottom left*/
	margin-top: 210px;
/*  border-left: thin solid red;
	border-right: thin solid red;
	border-top: thin solid red;
	border-bottom: thin solid red;	*/
}

#pagecenter {
	position: absolute;
	width: 545px;
	height: 366px;
  margin: 182px 0 0 217px; /*top right bottom left*/
  border-left: thin solid red;
	border-right: thin solid red;
	border-top: thin solid red;
	border-bottom: thin solid red;
}

#pagecenterright {
	position: absolute;
	width: 210px;
	height: 366px;
	margin: 182px 0 0 766px; /*top right bottom left*/
/*	border-left: thin solid yellow;
	border-right: thin solid yellow;
	border-top: thin solid yellow;
	border-bottom: thin solid yellow;
	font-weight: normal;*/
}

#pagebottom {
	position: absolute;
  width: 980px;
	height: 1em;
	margin-top: 552px;
	border-top: thin solid blue;
	text-align: center;
	font-weight: normal;
	background-color: black;
}

/*****************  Used on topic pages  *****************/

#allpagecontent {
	position: absolute;
	font-size: 16px;
	width: 980px;
	margin-top: 0px;
	font-weight: normal;
	color: #CCCCFF;
	background-color: black;
	text-align: left;
}

/********************************************************/

/* Generic Selectors */

li :link {
color: #CCCCFF;
text-decoration: none;
font-weight: normal;
}

li {
line-height: 100%;
list-style: disc outside;
margin: 5px 0 0 0 ; /*top right bottom left*/
text-align: justify;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #CC00FF;
text-align: center;
}

h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
text-align: center;
text-decoration: none;
}

h3 {
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #CCCCFF;
text-decoration: none;
}

h4 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CCCCFF;
text-align: right;
vertical-align: middle;
text-decoration: none;
} 

/**************** classes ****************/ 

.formaltextctr  { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #000000; text-align: center; text-decoration: none; font-weight: normal}

.smoothblktextsmall { font-family: Arial, Verdana, "Trebuchet MS"; font-size: 14px; color: #000000; text-decoration: none; font-weight: normal}

.smoothblktextsmallctr { font-family: Arial, Verdana, "Trebuchet MS"; font-size: 14px; color: #000000; text-align: center; text-decoration: none; font-weight: normal}

.smoothblktext { font-family: Verdana, Arial, "Trebuchet MS"; font-size: 14px; color: #000000; text-decoration: none; font-weight: normal}

.smoothbignbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333366; text-align: center; text-decoration: none; font-weight: bold}

.Tipoftheday { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #996633; text-align: center; text-decoration: none; font-weight: bold}

.links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCFFFF; text-align: left; text-decoration: none; font-weight: bold}

.links:hover { color: #FF3366; font-size: 11px}
