@charset "utf-8";
* {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}
h1 {
	color: #766E65;
	font: bold normal 22px "Times New Roman", Times, serif;
}
h2 {
	color: #766E65;
	text-transform: uppercase;
	font: normal 16px "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
a {
	color: #005295;
	text-decoration: none;
}
a:hover {
	color: #FFDD00;
}
img {
	border-style: none;
}

blockquote {
	margin-left: 12px;
}

hr {
	height: 1px;
	border-style: none;
	color: #766E65;
	background: #766E65;
	margin-bottom: 12px;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(../images/int_headerBG.jpg) repeat-x;
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
} 
#contribution {
	float: right;
	width: 173px;
	height: 43px;
}

#bodyWrapper {
	padding-left: 10px;
	padding-right: 9px;
	background: url(../images/int_pageBG.jpg);
}

#header {
	height: 25px;
	text-align: right;
	padding-top: 5px;
	padding-right: 22px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px;
	margin: 0px;
	padding: 0px;
}
#events {
	background: url(../images/int_sidebarBG.jpg) repeat-x;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 15px;
	min-height: 249px;
}
#events p {
	font-size: 13px;
}



#mainContent {
	margin: 0 0 0 232px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/int_maincContentBG.jpg) repeat-y;
} 
#logoArea {
	padding-left: 10px;
	background: url(../images/int_logoBG.jpg) repeat-x;
	height: 262px;
	padding-top: 5px;
}
#logo_chrisRadeff {
	margin-top: 10px;
}
#mainContent_body {
	background: url(../images/int_headlineBG.png) repeat-x;
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom:50px;
	min-height:500px;
}
#mainContent_body h1 {
	margin-top: 30px;
}
#mainContent_body p {
	font-size: 13px;
	margin-bottom: 12px;
	line-height: 18px;
}
#nav {
	height: 30px;
	background: #005295;
	text-align: center;
	padding-top: 13px;
}
#nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	border-right: 1px solid #FFFFFF;
	padding-right: 7px;
	padding-left: 6px;
	font: 16px "Times New Roman", Times, serif;
}
#nav a:hover {
	color: #FFDD00;
}




#footer {
	margin-right: 12px;
	margin-left: 12px;
	position: relative;
	top: -60px;
}
#footer hr {
	margin-bottom: 10px;
}


#footer p {
	font-size: 10px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #005295;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#spendingLimits {
	width: 200px;
	padding: 5px 5px 5px 3px;
	text-align: center;
	background: #E5E5E5;
	margin-bottom: 10px;
}
#header a {
	color: #242021;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 15px;
}
#header a:hover {
	color: #005295;
}
.priority_image {
	padding-right: 12px;
	padding-bottom: 12px;
}
#btn_submit {
	color: #FFFFFF;
	background: #005295 url(../images/int_btn_submit.gif);
	width: 123px;
	height: 25px;
	border-style: none;
}
#btn_submit:hover {
	background: #005295 url(../images/int_btn_submit_on.gif);
}
.textField01 {
	color: #000000;
	font-size: 12px;
	width: 290px;
	margin-right: 20px;
}
.formCorrections {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DB5424;
}
.disclaimer {
	color: #666666;
	font: italic 10px Arial, Helvetica, sans-serif;
}
#gallerySets {
	margin-top: 25px;
}
