/*
	COMPANY: STUDIO7 DIGITAL MEDIA
	DOCTYPE: CSS (CASCADING STYLE SHEET)
	DIRCTRY: www/includes
*/

body {
	margin: 8px;
	background-color: #143a78;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

.primary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.secondary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF66;
}

.XL {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #c01d1d;
	font-weight: bold;
}

.L {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c01d1d;
}

.M {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}

.signoff {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0066CC;
}

/************************************
 URL STYLING
 ************************************/
a:link {
	text-decoration: none;
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #990000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0033CC;
	text-decoration: underline;
}

/* GET INVOLVED URL STYLE */

.getinvolved_url a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.getinvolved_url a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.getinvolved_url a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFF00;
	border-bottom: 1px dotted #FFFFFF;
}
.getinvolved_url a:active {
	text-decoration: underline;
	color: #CCCCCC;
	border-bottom: 1px dotted #FFFFFF;
}

.footurl a:link {
	text-decoration: underline;
	color: #CCCCCC;
}
.footurl a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.footurl a:hover {
	text-decoration: none;
	color: #99FF00;
}
.footurl a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.donate_url a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.donate_url a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.donate_url a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.donate_url a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/************************************
 IMAGE / TABLE / DIV STYLING
 ************************************/
.daysleft_box {
	background-image: url(../images/daysleft.gif);
	background-repeat: no-repeat;
}

.getinvolved_box {
	background-image: url(../images/getinvolved.jpg);
	background-repeat: no-repeat;
}

.footer {
	background-color: #173f7d;
	border: 8px solid #38588c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}


.barbg {
	background-image: url(../images/barbg.gif);
	background-repeat: repeat-x;
}

.bottombg {
	background-image: url(../images/bottombg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.table {
	background-color: #FFFFFF;
	border: 8px solid #FFFFFF;
}

.table_form {
	border: 1px solid #666666;
}

.notice {
	background-color: #990000;
	border: 1px solid #000000;
}

.formstyle {
	background-image: url(../images/formbg.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	border: 1px solid #000099;
}
