@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
}
#dailyalert {
	clear: both;
	height: 20px;
}

/*-----------------------top navigation------------------*/ 
.thrColFixHdr #topnav {
	font-size: 0.7em;
	color: #999999;
	height: 30px;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 570px;
}

.thrColFixHdr  #topnav ul {
	text-align: right;
}

.thrColFixHdr #topnav li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.thrColFixHdr #container #topnav a {
	color: #801686;
	text-decoration: none;
}
.thrColFixHdr #container #topnav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/*-----------------------top navigation-----------------*/

/*-----------------------main navigation (see  mainmenu css)------------------*/
.thrColFixHdr #mainnav {
	font-size: .7em;
	background-color: #801686;
	height: 30px;
}
/*-----------------------main navigation------------------*/ 

/*-----------------------header------------------*/
.thrColFixHdr #header {
	background-color: #801686;
	height: 96px;
	clear: both;
	padding: 0;
} 
#bannerWrapper {
	width: 780px;
	height: 153px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thrColFixHdr #container #bannerWrapper #headerLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 205px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/JCC-UJA_Logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 153px;
}
.leftmargin10 {
	margin-left: 10px;
}


.thrColFixHdr #headerLeft h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -999px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 8px;
}
.thrColFixHdr #container #bannerWrapper #headerRight {
	float: right;
	width: 575px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/UJA-logo-in-blue380x96.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/*-----------------------header-----------------*/ 

/*-----------------------sidebar1-----------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	border: 6px outset #C7840F;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 5px;
}
.thrColFixHdr #container #sidebar1 li {
	font-size: 0.7em;
	display: block;
	color: #0B3B90;
	font-variant: normal;
	font-weight: bold;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.thrColFixHdr #container #sidebar1 a {
	color: #0B3B90;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #801686;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar1 h3 {
	color: #0B3B90;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0B3B90;
}
#search {
	color: #0B3B90;
	width: 140px;
	clear: both;
	font-size: 0.8em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*-----------------------sidebar1------------------*/

/*-----------------------sidebar2------------------*/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border: 6px solid #0B3B90;
}
.sidebarcontent {
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #sidebar2 .sidebarcontent a {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
}

.thrColFixHdr #container #sidebar2 p {
	color: #0B3B90;
	font-size: 0.8em;
}

.thrColFixHdr #container #sidebar2 table {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #801686;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	width: 80%;
}
.thrColFixHdr #container #sidebar2 td {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.thrColFixHdr #container #sidebar2 a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 .green_bg img {
	margin-top: 4px;
}

.thrColFixHdr #container #sidebar2 a:hover {
	color: #CCCCCC;
}
.thrColFixHdr #container #sidebar2 h3 {
	text-align: center;
	color: #0B3B90;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0B3B90;
}
.thrColFixHdr #container #sidebar2 h4 {
	text-align: center;
	color: #C7840F;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
}
/*-----------------------sidebar2-----------------*/

/*-----------------------maincontent------------------*/
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	display: inline;
	float: left;
	width: 425px;	
} 
.thrColFixHdr #container #mainContent p {
	font-size: 0.8em;
	padding: 5px;
}
.thrColFixHdr #container #mainContent ul {
	padding-left: 20px;
}
.thrColFixHdr #container #mainContent li {
	font-size: 0.8em;
	list-style-type: square;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.leftlist {
	float: left;
	clear: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rightlist {
	float: right;
	text-align: left;
	margin-left: -40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thrColFixHdr #container #mainContent #comic_red li {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-size: 1em;
	color: #FF0000;
	list-style-position: inside;
	list-style-type: square;
}

#comic_red {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}



.thrColFixHdr #container #mainContent h2 {
	color: #173C95;
	font-size: 1.2em;
	padding: 0px;
	text-align: center;
	font-family: "Comic Sans MS", fantasy, sans-serif;
	
}
.thrColFixHdr #container #mainContent h3 {
	color: #801686;
	font-size: 1.2em;
	padding: 0px;
	font-weight: bold;
	
}
.thrColFixHdr #container #mainContent h4 {
	color: #801686;
	font-size: 0.9em;
	padding: 0px;
	font-weight: bold;
	
}
/*-----------------------maincontent-----------------*/


/*----------------------homepageonly----------------*/
.thrColFixHdr #container #mainContentHome {
	width: 550px;
	margin-top: 0px;
	margin-left: 30px;
}
.thrColFixHdr #container #mainContentHome p {
	font-size: .8em;
}
.thrColFixHdr #container #mainContentHome h1 {
	font-size: 1.5em;
	color: #0B3B90;
}
.thrColFixHdr #container #mainContentHome h2{
	font-size:1.2em;
	color: #0B3B90;
	
}
.thrColFixHdr #container #mainContentHome img {
	border: 1px solid #000000;
}
/*-----------------------homepagesidebar2------------------*/
.thrColFixHdr #sidebar2Home {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	border: 6px solid #0B3B90;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar2Home p {
	color: #0B3B90;
	font-size: 0.8em;
}

.thrColFixHdr #container #sidebar2Home table {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #9C309C;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	width: 80%;
}
.thrColFixHdr #container #sidebar2Home a {
	color: #9C309C;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-transform: capitalize;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2Home a:hover {
	color: #CCCCCC;
}
.thrColFixHdr #container #sidebar2Home h3 {
	text-align: center;
	color: #0B3B90;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0B3B90;
	padding-top: 10px;
}
.thrColFixHdr #container #sidebar2Home h4 {
	text-align: center;
	color: #C7840F;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
/*-----------------------sidebar2-----------------*/
/*----------------------homepageonly----------------*/


/*----------------------footer----------------*/

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
}

.thrColFixHdr #container #footer table {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #container #footer img {
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*----------------------footer----------------*/


/*----------------------floats----------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.small80 {
	font-size: 80%;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.large150 {
	font-size: 150%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin: 0px;
	padding: 0px;
}
.sitemap {
	font-size: 10px;
	text-decoration: none;
}
.sitemap a{
	font-size: 10px;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-weight: normal;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.orangebold {
	font-weight: bold;
	color: #FF6600;
}
.thrColFixHdr #container #mainContentHome .script {
	font-size: 2em;
	color: #0B3B90;
	font-family: "Script12 BT", "Monotype Corsiva", cursive;
	font-style: italic;
	font-weight: bold;
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: .6em;
	margin-right: 20px;
	margin-left: 20px;
}
.blue_bg {
	background-color: #0B3B90;
	color: #FFFFFF;
}
.purple_bg {
	background-color: #801686;
}
.orange_bg {
	background-color: #FF6600;
}
.green_bg {
	background-color: #59BF98;
}
.darkgreen {
	background-color: #067C02;
}

.turq_bg {
	background-color: #0099FF;
}
.donate_bg {
	background-color: #C8B46F;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 12px;
}

.lilac_bk {
	background-color: #BD8FBD;
}
h5 {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	margin-right: 20px;
	margin-left: 20px;
	color: #0066CC;
	text-align: center;
}
.rafflebox {
	padding: 0px;
	border: 0px solid #ffffff;
	float: right;
	width: 250px;
	margin: 0px;
}
.thrColFixHdr #container #mainContent .donation {
	background-color: #C8B46F;
	border: 1px solid #000000;
}
table.donation {
	color: #000000;
	border: 1px solid #FFFFFF;
}

table.donation a:link{
	color: #000000;
	text-decoration: underline;
	}
table.donation a:hover{
	color: #CCCCCC;
	text-decoration: none;
	}
table.donation table {
	font-size: 80% !important;
	color: #000000;
}

table.donation table img a:link {
	border: 2px solid #000000;
}

table.donation table img a:hover{
	border: 2px solid #ffffff;
}
.otherbutton {
	background-color: #028002;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D09200;
}
.otherbutton a:link{
	border: 1px solid #000000;
}
.otherbutton a:hover{
	border: 1px solid #000000;
}
.thrColFixHdr #container #mainContent .donation #donate {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.invite{
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #00CC00;
}
.border{
	border:1px solid #00CC00;
	text-align: center;
}

