/*
body {
	text-align:center;
	background-color: #ffffff;
	margin-top: 1px;
	}
*/

.common {
	width: 779px;
	height: 70px;
	background-color: #22ccee;
	}

.commontitle {
	font-family:'Maiandra GD','Perpetua','MS Reference Sans Serif','Lucida Sans Unicode',cursive;
	font-size: 20pt;
	text-align:left;
	vertical-align:bottom;
	padding-right:4px;
	}

.commonlinklist {
	text-align: right;
	bottom: 1px;
	margin-right: 2px;
	float: right;
	font: 60% tahoma;
	display: none;
	}


/*
This definition for .left conflicts with the resplend.css style sheet.
.left {
	font-family:'Maiandra GD','Perpetua','MS Reference Sans Serif','Lucida Sans Unicode',cursive;
	background-color: #dffeff;
	width:120px;
	}

.left td { 
	vertical-align: top
	}
*/

.leftbarlist {
	font: 80% tahoma;
	text-align: left;
	}

.leftbarlist th {
	padding-left: 2px;
	}

.leftbarlist td {
	font-size: 80%;
	padding-left: 12px;
	}



.first {
	font-weight: bold;
	}

.last  {
	font-weight: bold;
	}




.center {
	font-family:'Maiandra GD','Perpetua','MS Reference Sans Serif','Lucida Sans Unicode','cursive';
	padding-left:4px;
	/*background-color: #ccd1dd;*/
	background-color: #ffffff;
	width:390px;
	}
.center form {
	display: inline;
	}


.centerlinklist {
	font-size: 60%;
	margin-left:6px;
	text-decoration: none;
	}

.centerlinklist a {
	text-decoration: none;
	color: black;
	}
.centerlinklist a:hover {
	text-decoration: underline;
	}
.centerlinklist a:visited {
	color: black;
	}

/*
This definition of .right conflicts with the definition in resplend.css
.right {
	font-family:'Maiandra GD','Perpetua','MS Reference Sans Serif','Lucida Sans Unicode',cursive;
	width:250px;
	background-color: #eeeeff;
	}

.right td {
	font-size: 70%;
	}
*/

.farticle h3 {
	font: 110% verdana;
	font-weight: bold;
	}

.farticle p {
	font: 100% verdana;
	}

.farticle img {
	width: 60px;
	height: 80px;
	border: 0pt;
	padding-right: 4px;
	text-align: left;
	}

.bannermenu {
    background-color: skyblue;
    width: 760px;
	height: 40pt;
    bottom: 1px;
    font: 60% tahoma;
    border-top: 1pt solid #000055;
    border-right: 1pt solid #000055;
    border-left: 1pt solid #000055;
    border-bottom: 1pt solid #000055;
    }

.bannermenuitems {
    background-color: deepskyblue;
	height: 24pt;
    width: 760px;
    bottom: 1px;
    font: 60% tahoma;
    border-right: 1pt solid #000055;
    border-left: 1pt solid #000055;
    border-bottom: 1pt solid #000055;
    }

.bannermenuitems a:hover {
	color: #ffffff;
	}

.bannermenuitems td {
	color: #f1f1f1;
	padding-left: 16px;
	}




/* RIGHT SIDE FEATURES */
.featured {
	background-color: #ffffff;
	border: 1pt solid blue;
	}

.featured th {
	background-color: #c7bbfe;
	padding-top: 4pt;
	text-align: left;
	padding-left: 4pt;
	}

.featured .atitle {
	font-weight: bold;
	padding-left: 6pt;
	}




.footer {
	font-family:'Maiandra GD','Perpetua','MS Reference Sans Serif','Lucida Sans Unicode',cursive;
	font-size: 60%;
	height:20px;
	color: yellow;
	padding-top: 2px;
	background-color: #22aaee;
	width: 777px;
	}

.footer .fright {
	text-align: right;
	padding-right: 4px;
	}
.fright a {
	color: white;
	text-decoration: none;
	}
.fright a:hover {
	color: blue;
	text-decoration: underline;
	}


.footer .fleft {
	text-align: left;
	padding-left: 4px;
	}

