/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
  text-align: center; /* IE centering */
  font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}

body, font {
    font-size: 12px;    /* Override FCK's font sizing scheme */
	color:#000000;
}


* { /* ZERO DEFAULTS */
    margin:0px;
    padding:0px;
}

li { margin-left:30px; list-style-type:disc;}

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
    clear: both;
    display: block;
    height: 0; 
    visibility: hidden;
}
a {
	color:#283a90; 
	font-weight:bold;
}
a:hover {
	color: #e29513;
	text-decoration:underline;
}
/* PAGE WIDTH AND CENTERING */
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */   
	width: 850px;
	background:url(/images/wrapper_bg.jpg) repeat;
/*	border:#FF0000 solid 1px;*/
}
#wrapperTop {
	background:url(/images/iga_logo.jpg) bottom left no-repeat;
	width:850px;
	height:107px;
	position:relative;
/*	border:#000000 solid 1px;*/
}

a.homeLink {
	position:absolute;
	top:0px;
	left:0px;
	width:219px;
	height:105px;
}
#topRight {
	position:absolute;
	top:10px;
	left:600px;
	width:240px;
	height:90px;
/*	border:#66FF00 solid 1px;*/	
}
#wrapperTop #emailList {
	position:absolute;
	top:0px;
	left:577px;
	width:219px;
	height:105px;
	
}
#navContainer {
	width:850px;
	background:url(/images/under_logo_bg.jpg) top left no-repeat;
	height: 64px;
	position:relative;

	/*border:#00FF00 solid 1px;*/
}
#navContainer #topLinks {
	text-align:center;
	margin-left: 196px;
	padding-top:40px;
}
#navContainer #topLinks a {
	color:#FFFFFF;
	font-size:15px;
	padding: 20px;
	text-decoration:none;
	font-weight:normal;
}
#bottomSection {
	clear:both;
	width:850px;
	position:relative;
	background:url(/images/bottom_bg.jpg) no-repeat;
}
#bottomSection #leftNav {
	width: 196px;
	float:left;	
}
#bottomSection #homeContent {
	width: 654px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	background:url(/images/bottom_red_bg.jpg);	
}

#bottomSection #rightContent {
	background:url(/images/under_nav_bg.jpg) top left no-repeat;
	width: 604px;
	float:left;	
	padding: 25px;	
}
#bottomSection #homeBottom {
	background:url(/images/bottom_red_section.jpg) bottom left no-repeat;
}
#bottomSection #rightContent  h1{
	color:#283a90;
	font-size:20px;
	margin: 10px 0;
	font-family:Helvetica, sans-serif;
}
.redBox {
	width: 180px;
	margin-left:7px;
/*	border:#FFFFFF solid 1px;*/
}
.redBox .top {	
	background: url(/images/redBox_Top.jpg) left top no-repeat;
	width: 180px;
	height: 7px;	
	margin:0px;
	
}
.redBox .text {
	background:url(/images/redBox_bg.jpg) repeat;	
	width: 160px;	
	color: #FFF;
	padding-left: 10px;
	padding-right:10px;
	font-size: 11px;	
}
.redBoxBottom {
	background: url(/images/redBox_Bottom.jpg) left bottom no-repeat;
	width: 180px;
	height: 7px;
}
#redLine {
	border-top:#FF0000 solid 2px;
	margin-bottom: 10px;

}
#footer {
	position:relative;
	padding-left:196px;
	margin-top: 10px;
	font-size: 13px;
	text-align:center;
	color:#201f1f;
/*	border:#66FF33 solid 1px;*/
}
#footer a {
	text-decoration: none;
	padding: 8px;
	font-weight:normal;
	color:#201f1f;
}
#footer a:hover {
	text-decoration:underline;
	color:#283a90;
}

#signUpForm input {
	width:90px;
	font-size:10px;
}
#signUpForm .yellow_button {
	width: 25px;
	background-color:#FFFF00;
	color:#FF0000;
	font-size:10px;	
	font-weight:bold;
	height: 18px;
}
.required {
	color:#F00;
}
