/******************************
BASIC DIV-BASED TEMPLATE COLORS
in order of template structure
*/

body {
 background-color: #fcfbf9;
 background-image: url(../img/template/bg-fade.gif);
 background-repeat: repeat-x;
 background-position: top left;
 background-attachment: fixed;
 }

div#contentWrap {
	border: 1px solid #000;
	background-color: #eff8f0;
}

div#header {
	background-repeat: no-repeat;
	background-color: #3939A0;
}

div#content {
	background-image: url(../img/template/content-bg-stripe.gif);
	background-repeat: repeat-y;
	background-position: 26% 0px;
	background-color: transparent;
}
div#sideNav {
	background-color: transparent;
 }
div#middle {
}
div#bottom {
}
div#footer {
 border-top: 5px solid #F1E976;
 background-color: #002594;
 background-image: url(../img/template/inside-bg.gif);
 background-repeat: repeat-x;
 }
div#outerFooter {
 background-color: transparent;
 }

/* TYPOGRAPHY COLORS */

h1 {
 color: #3939A0;
 background-color: transparent;
 }
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
 color: #3939A0;
 }

h2 {
 color:  #00538D;
 }
h2 a:link, h2 a:visited {
 color: #e99e1e;
 }
h2 a:hover {
 /*color: ;*/
 }

h3 { color: #00538D;
 }
h3 a:link, h3 a:visited {
 color: #e99e1e;
 border-bottom: 1px dotted #999999;
 }
h3 a:hover {
 color:  #00538D;
 }

h4 {color: #00538D;
 }
h4 a:link, h4 a:visited {
 font-weight: bold;
 text-decoration: underline;
 }
h4 a:hover, h4 a:active {
 }

p {
 color: #000;
 background-color: transparent;
 }
ul, ol, li {
 color: #000;
 background-color: transparent;
 }
ul {
 list-style-type: circle;
}
td {
 color: #424242;
 }
p a:link, p a:visited, li a:link, li a:visited, span a:link, span a:visited {
 color: #000;
 font-weight: bold;
 text-decoration: underline;
 }
p a:hover, p a:active, li a:hover, li a:active, span a:hover, span a:active {
 color: #000;
 text-decoration: none;
 }

/************************
WIDGET COLORS
in order of template structure
*/

/*MENU COLORS*/

div#sideNav li, div#sideNav li a:link, div#sideNav li a:visited { 
	color: #3939A0;
}

.altColor, .altColor a {
	color: #c57731;
}