
/* General layout */
A:link, A:visited {
	color: midnightblue;
}
			
A:hover, A:active { 	
	color: #6F196F;
	}
	
BODY          {font-family: Verdana, Helvetica, Arial; 
                font-size:12px; margin-top: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-left: 0; 
                padding-right: 0; }
text          { font-family: Verdana, Helvetica, Arial; font-size: 11px; }
TD            { font-family: Verdana, Helvetica, Arial; color: #000000; font-size: 11px; }
input         { background-color: #DEE7EF; font-family: Verdana, Helvetica, Arial; font-size: 9pt; color: #000000; }
textarea      { background-color: #DEE7EF; font-family: Verdana, Helvetica, Arial; font-size: 9pt; color: #000000; }
select        { background-color: #AFC6DB; font-family: Verdana, Helvetica, Arial; font-size: 7pt; color: #000000; }
.copyright    { font-family: Verdana, Helvetica, Arial; font-size: 10px; }

/* YaBB navigation links */
a.nav          { font-size: 10px; text-decoration: none; color: #000000; }
a.nav:link     { font-size: 10px; text-decoration: none; color: #000000; }
a.nav:visited  { font-size: 10px; text-decoration: none; color: #000000; }
a.nav:hover    { font-size: 10px; text-decoration: none; color: #6394BD; font-weight: bold; text-decoration: underline; }

/* YaBB alternating bgcolors */
.windowbg     {
	background-color: lavender;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	line-height: 140%;
}
.windowbg2    {
	padding: 6px;
	background-color: #F8F8F8;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	line-height: 140%;
}
.windowbg3    {
	padding: 6px;
	background-color: #6394BD;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	line-height: 140%;
}

/* Misc./title/category colors */
.hr           {
	color: #191970;
}
 .titlebg      {
	background-color: midnightblue;
	color: #ccc;
	text-transform: uppercase;
	padding: 2px;
	line-height: 140%;
	font-size: 13px;
	font-weight: bold;
}

 a.tilebg{
	text-decoration: underline;
	color: white;
}


.catbg        {
	padding: 6px;
	background-color: #ccc;
	color: midnightblue;
	font-weight: bold;
	font-size: 13px;
	line-height: 140%;
}
.bordercolor       {
	background-color: #ccc;
}

/* Image fonts */
.imgbg        { font-style: normal; font-size: 10px; color: #005177; }
.imgcatbg     { font-style: normal; font-size: 10px; color: #005177; font-weight: bold; }
.imgtitlebg   { font-style: normal; font-size: 10px; color: dimgray;  font-weight: bold; }
.imgwindowbg  { font-style: normal; font-size: 9px; color: #005177; }
.imgmenu {
	font-size: 13px;
}

#menuitem a:link, #menuitem a:visited {
	color: midnightblue;
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: 0.1em;
	 }
	 
	 
#menuitem a:hover, #menuitem a:active{
	color: #6F196F;
	text-decoration: underline;
}
	 
	 

/* Post quote/code colors */
.quote        { font-size: 10px; font-family: Verdana, Helvetica, Arial; color: #000000; background-color: #DEE7EF; }
.code         { font-size: 10px; font-family: Courier New; color: #000000; background-color: #CCCCCC; }

/* From Main Site Stylesheet (Alliance.css) */
.banneralign{
 padding-top: 20px;
}

h1.alliance{
	font-size: 28px;
	color: midnightblue;
	font-weight: normal;
	letter-spacing : 0.3em;
	font-family:  arial;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
}

h2.tagline{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #A42286;
	margin-bottom: 5px;
	letter-spacing: 0.3em ;
	padding-top: 3px;
	text-align: center;
}

.topmenu{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 11px;
	font-family: Arial,  Verdana, Geneva, Helvetica, sans-serif;
}

.divider{
	width: 4px;
	vertical-align: text-top;
	margin-left: 8px;
	margin-right: 8px;
}

td.titlebg span.small a{
	color: #fff;
	margin-bottom: 4px;
	text-transform: capitalize;
}

td.titlebg a, td.titlebg span.text1 a{
	color: #fff;
}
