
/*************************  ID's *************************/


/*Single line header typically used for articles */ 
#headermini {
	position: absolute;
            width: 980px;
	height: 30px;
	border-bottom: thin solid blue;
	font-weight: normal;
            background-color: black;
}

/* Multi Line header typically used for landing  pages */
#headermain {
	position: absolute;
            width: 980px;
	height: 170px;
	border-bottom: thin solid red;
	font-weight: normal;
            background-color: black;
}


/*Main Page content from the left to the center with variable height that leave room for a right pane */
#pagelftncntrvar {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	width: 762px;
/*	height: 566px; */
  margin: 32px 0 0 0; /*top right bottom left*/
  padding-left: 8px;
/*  border-left: thin solid red;
	border-right: thin solid red;
	border-top: thin solid red;
	border-bottom: thin solid red; */
	}
    
/* Right Pane typically used for links and advertisements */
#pagecenterright {
	position: absolute;
	width: 178px;
/*	height: 5500px; 566*/
	margin: 32px 0 0 776px; /*top right bottom left*/
	padding-left: 15px;
	padding-right: 5px;
/*	border-left: thin solid yellow;
	border-right: thin solid yellow;
	border-top: thin solid yellow;
	border-bottom: thin solid yellow; */
	text-align:left;
	font-weight: normal; 
}

/* A page footer that is full width (1024 x 768) */ 
#pagebottom {
	position: absolute;
  width: 980px;
	height: 1em;
	margin-top: 602px;
	border-top: thin solid blue;
	text-align: center;
	font-weight: normal;
	background-color: white;
}

/*****************  Used on topic pages  *****************/

/* Generic Selectors */

li :link {
color: #0000FF;
text-decoration: none;
font-weight: normal;
}

li {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
line-height: 100%;
list-style: disc outside;
margin: 1px 0 0 0 ; /*top right bottom left*/
text-align: justify;
color: Black;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #000000;
text-align: center;
}

h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
text-align: center;
text-decoration: none;
}

h3 {
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
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 ****************/ 

.links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCFFFF; text-align: left; text-decoration: none; font-weight: bold; vertical-align: text-top;}

.links:hover { color: #FF3366; font-size: 11px}

.linkstd:link { color: #0000FF}

.linkstd:visited { color: #800080}

.linkstd:active { color: #FAEBD7}

.linkfooter { color:#0099CC;text-decoration:none }

.linkfooter:link { color:#0099CC;text-decoration:none }

.linkfooter:hover { color: #0000ff; }

.topiclink { color: #0000ff;text-decoration:none }

.topiclink:hover { color: #ff0000;text-decoration:none }

.normal {font-family: Arial,Verdana,Helvetica,sans-serif; font-size:14px; color: Black;}
