@charset "utf-8";

#header {
	background-image: url(../images/header.jpg);
	height: 245px;
	background-repeat: no-repeat;
	background-position: center center;
	text-transform: none;
	color: #B30000;
	background-color: #dddddd;
	padding: 0px;
}
#header h1 {
	color: #B30000;
	font-size: 30px;
}

#wrapper {
	background-image:url(../images/AI_2colorNEW.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1 {
	color: #B30000;
	font-size: 16px;
}
h2 {
	color: #555555;
	font-size: 14px;
}
h3 {
	color: #B30000;
	font-size: 12px;
}

p {
	font-size: 11px;
	/*margin: 0px;   this is to avoid space between div's */
}


	
ul, ol{
	font-size: 11px;
}
label {
	font-weight: bold;
}

a img {border:none;}

table {/*do not put a background color here messes up menu*/
	font-size: 10px;
	/*margin-right: 10px;*/	
	margin: 0 auto;
}

tr {
	border: 1px solid #ffffff;
}

/*Form css*/
input{
	font-size: 10px;
}

select {
	font-size: 10px;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

label {
	font-size: 11px;
	font-weight: bold;	
}



.formbutton{
	cursor:pointer;
	border:none;
	background:#999;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(../images/submitButtons.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 12px;
}

.copyright {
	font-size: 9px;
}

.emailWarn
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}
