/*  BODY  */

body
{
	background-image: url(/assets/images/back_star.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 50px;
}

form{padding: 0px; margin: 0px;}

/* End Body */


/* default site link styles */
A {
	color : #E80303;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size : 12px;
	font-weight : normal;
}

A:hover {
	text-decoration : underline;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #F37979;
	font-size : 12px;
	font-weight : normal;
}

.mainNav {
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}

.mainNav:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-size : 12px;
	font-weight : normal;
}

.adminPageNav {
	color : #A50F10;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}

.adminPageNav:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #E80303;
	font-size : 12px;
	font-weight : normal;
}

.subNav {
	color : #E80303;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}

.subNav:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #F37979;
	font-size : 12px;
	font-weight : normal;
}

.subNavBG {
	color : #E80303;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

.subNavBG:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #F37979;
	font-size : 14px;
	font-weight : bold;
}

.sectionMainNav {
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
}

.sectionMainNav:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12px;
	font-weight : bold;
}

.sectionNav {
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}

.sectionNav:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12px;
	font-weight : normal;
}



/*  FONTS */

.header {
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}

.pageHeader {
	color : #A50F10;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

.date {
	color : #1E6296;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}


.contentText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 12px;
}

.contentTextBold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	font-size : 12px;
}

.contentTextSM {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 10px;
}

.white {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	font-size : 12px;
}

.smallFont {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	font-size : 10px;
}

.alert {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : bold;
	font-size : 12px;
}

.alertBIG {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : bold;
	font-size : 14px;
}

.alertSM {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : bold;
	font-size : 10px;
}


.requiredField {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : bold;
	font-size : 12px;
}

.adminHeader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #A50F10;
	font-weight : normal;
	font-size : 12px;
}

/*----------------------------------------------*/

/* FORM ELEMENTS */
.coolForm {
	border-width: 1 1 1 1; 
	text-align: left; 
	border-style: solid solid solid solid; 
	font-size: 11; 
	font-family: Arial, Helvetica, sans-serif; 
}	

ul{
	list-style-image: url(/assets/images/bullet.gif);

}

.menuParentStyleOff {
	width: 162px; 
	height: 20px; 
	background-color: #23193D;
}

.menuParentStyleOn {
	width: 162px; 
	height: 20px; 
	//background-color: #5B546F;
}

.menuChildStyleOff {
	width: 162px; 
	height: 20px; 
	//background-color: #666666;
}

.menuChildStyleOn {
	width: 162px; 
	height: 20px; 
	//background-color: #ffffff;
}

/*----------------------------------------------*/