@CHARSET "UTF-8";
html, body {
	background: #033361 url(../images/bg_general.gif) repeat-x bottom fixed;
	padding:0;
	margin:0;
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	line-height:1.3em;
	color: #333333;
}
a:link,a:visited  {
	color:#3d6477;
	text-decoration: none;
}

a:hover {
	color:#333333;
	text-decoration: none;
}

#redItems a:link, #redItems a:visited  {
	color:#ffffff;
	text-decoration: none;
}

#redItems a:hover {
	color:#e8ae54;
	text-decoration: none;
}

#menuCon a:link, #menuCon a:visited  {
	color:#ffffff;
	text-decoration: none;
}

#menuCon a:hover {
	color:#e8ae54;
	text-decoration: none;
}

#mainHolder {
	width:970px;
	margin:0 auto 0 auto;
}

#topMenu {
	background: transparent url(../images/topmenubg.jpg) no-repeat;
	text-align:right;
	height:18px;
	padding-top:4px;
}

#siteContent {
	margin:0;
	padding:0;
}

#grantTitle {
	font-size:14px;
	padding-bottom:10px;
}

#menu {
	width:157px;
	float:left;
}

#menuCon {
	margin-top:10px;
}

#menuitem {
	background: transparent url(../images/itembg.gif) no-repeat top left;
	padding:3px 0 3px 20px;
	color:#fff;
	margin-top:4px;
}

#greenitem {
	background: transparent url(../images/greenitem.gif) no-repeat top left;
	padding:3px 0 3px 20px;
	color:#fff;
	margin-top:4px;
}

#menuitem:hover {
	background: transparent url(../images/itemhoverbg.gif) no-repeat top left;
}

#subitem {
	padding:3px 0 3px 0;
	color:#ffffff;
}

#content {
	width:813px;
	float:right;
}

#mainContent {
	width:605px;
	float:left;
	margin:10px 17px 0 17px;	
}

#innerContent {
	background-color:#ffffff;
	padding:10px;
}

#leftCol {
	width:157px;
	float:right;
}

#redItems {
	margin-top:10px;
}

#docList {
	margin-top:10px;
}

#docList ul {
	list-style: none;
 	margin: 0;
 	padding: 0;
}

#docList ul li {
	list-style: none;
 	margin: 0;
 	padding: 0 0 5px 15px;
 	background: transparent url(../icons/famfam/bullet_black.png) no-repeat 0 -1px;
}

#clr {
	clear:both;
}

.tablepad {
	padding-bottom:8px;
}

.inputText {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	width:300px;
	border:#ccc 1px solid;
	background-color: #f9f9f9;
	padding: 2px;
	height:13px;
}

.txtArea {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	width:294px;
	padding:5px;
	border: 1px solid #ccc;
	background:#f9f9f9;
}

.inputText:focus {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	width:300px;
	border: #0098CA 1px solid;
	background-color: #fff;
	padding: 2px;
	height:13px;
}

.txtArea:focus {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	width:294px;
	padding:5px;
	border: 1px solid  #0098CA;
	background:#fff;
}

.btn {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	border:#ccc 1px solid;
	background-color: #cdcdcd;
	padding: 2px;
}

.selectBox {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
}
#error {
	border:1px solid #be4c34;
	padding:10px;
	background-color:#e5a091;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:10px;
}

#bottomNews {
	margin-top:0px;padding:10px;background-color:#a9b184;
}

#bottomNewsTitle {
	margin-top:8px;font-size:13px;color:#033361;font-weight:bold;
}

#topBar {
	background: #d2d2d2;
	padding:6px 6px 6px 10px;
	font-weight:bold;
	
}

#middleBar {
	background: #bacdd3;
	padding:6px 6px 6px 10px;
	font-weight:bold;
}

#bottomBar {
	background: #a1a485;
	padding:6px 6px 6px 10px;
	font-weight:bold;
}
