/* CSS Document */

body {
	background-color: #EEEEEE;
	color: #590008;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	line-height: 1.5em;	
}
 
p, ol, li{
	font-size: 12px;
	line-height: 1.5em;	
	padding-bottom: .5em;
}

b,strong {}


li img {
	padding: 2px;
	border: solid 1px #C2C9D0;
	
	}


#wrapper {
	border-left: solid 1px #5C020C;
	border-bottom: solid 1px #5C020C;
	border-right: solid 1px #5C020C;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#header {
	height: 102px;
	background-image: url(images/logo_grants.gif);
	background-repeat: no-repeat;
	background-position:left;
	border-bottom: solid 18px #C2C9D0;
}

#headerInt {
	height: 102px;
	background-image: url(images/logo_grants.gif);
	background-repeat: no-repeat;
	background-position:left;

}

#headerBackground {
	/*background-image:url(images/main_image.jpg);
	background-repeat: no-repeat;*/
	height: 32px;
	border-bottom: solid 1px white;
	background-color: #A5BAD3;
}

#topLinks {
	width: 471px;
	position: relative;
	top: 25px;
	left: 406px;
	
}

#footer {
	border-top: solid 18px #3E5978;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #919EAA;
	height: 110px;
}
	
#footer  ul li {
	display: inline;
}

#footer  ul li a {
	color: #3E5978;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-decoration: none;
}

#footer a {
	color: #919EAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-decoration: underline;
}

#footer  ul li a:HOVER{
	display: inline;
	color: #BCBDBE;
	font-family: Arial, Helvetica, sans-serif;

	text-decoration: underline;
}


#content {
	border-top: solid 3px #3E5978;
	background-image: url(images/bk_columns.gif);
	background-repeat: repeat-y;

}

#leftColumn {
	float: left;
	width: 219px;
	padding-left: 29px;
	padding-top: 10px;
	background-image:url(images/bk_plus.gif);
	background-position: top;
	background-repeat:no-repeat;

	
}

#midColumn {
	float:left;
	width: 410px;
	padding: 10px;
	border-right: solid 1px #BABABA;
	border-left: solid 1px #DDD9D9;
}

#rightColumn {
	float:left;
	width: 169px;
/*	background-image: url(images/bk_gradient.gif);
	background-repeat: repeat; */
	margin-top: 5px;
	background-color: #EEE;

}

#rightColumn ul  {
	list-style-image: url(images/ico_arrow.gif);	
}


#rightColumn ul li a {
	text-decoration: none;
	color: #41698D;

}
#rightColumn ul li a:HOVER {
	text-decoration: underline;
	color: #41698D;
}

.clear {
	clear: both;
}

.columnBk  {

}

.title {
	color: #41698D;
}

.floatLeft {
	float: left;
	margin-bottom: 2px;
	margin-right: 12px;
	
}

.box {
	background-image: url(images/testfield.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 207px;
	padding-top: 20px;
	padding-left: 10px;
}

input {
	border: none;
	background-color: white;
}

marquee {	
	padding-top: 6px;
	font-style: italic;	
}