.selected {
	font-weight:bold;
}
#event {
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;	
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  /*font:100% verdana,arial,sans-serif;*/
  margin: 0;
  padding: 0;
  /*min-width: 500px;
  max-width: 600px;
  width: 560px; */
}
.centeredImage
    {
    text-align:center;
    display:block;
    }

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  /*border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;*/
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10px;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    color:#999999;
	margin-bottom:10px;                   /* be careful with padding, it'll shift the nice offset on top of border  */
	margin-top:10px; 
}

.topform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
.otherform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.indent {
padding-left:150px;
}
#header {
	position:relative;
	min-width: 600px;
	width: 100%;
}
#header img {
	padding-top:10px;
}
#columns {
	position:relative;
	clear:both;
	margin:2%;
}
#content {	
	/*position: absolute;
	top:10px;
	left: 10px;*/
	/*float:inherit;
	width:74%;
	font-size: 90%;*/
	/*padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;*/
	margin-left:23%;
	/*float:left;*/
}
#content2 {
	margin-left:23%;
}
#submenu {
	float:left;
	width: 20%;
	/*padding-bottom:20px;*/
	border: 1px solid #000078;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size:80%;	
}
#submenu ul {
	margin-left:0px;
	padding-left:0px;
	/*font-size:80%;*/
	list-style: none;
	line-height:200%;
	padding-right: 20px;
}
li {
	color:#FFA800;
}
li span {
	color:#000000;
}
#submenu li {
	margin-left:25px;
	padding-left:0px;
}
#submenu p {
	color: #000000;
	font-weight:lighter;
	margin-top:0px;
	font-weight:bold;
	white-space: nowrap;	
	font-size:90%;
	padding-left:15px;
	padding-bottom:5px;
}
#footer {
	font-size: 80%;
	margin-top:20px;
	clear:both;
	padding-top: 20px;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom:7px;
	background-image: url(../images/rule_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#footertext {
	float:inherit;
	/*padding-left: 22%;
	padding-right: 22%;*/
	width:auto;
	text-align:center;
	margin-top: 20px;
	text-align:left;
	font-size: 80%;
	color: #000078;
}
#contactus {
	float:right;
	width: 22%;
	text-align:right;
}
#shortcuts {
	float:left;
	padding-right:20px;
}
#footer2 {
	font-size: 80%;
	text-align:center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 600px;
	width: 100%;
}
a {
	text-decoration: none;
	color:#000000;
}
#content a {
	text-decoration: underline;
	color:#0000CC;
}

.infofooter {
	font-size: 80%;
}
a:hover {
	text-decoration: underline;
}
#header h1 {
	padding-top: 30px;
	padding-left: 20px;
	font-size: 175%;
	left:0;
	font-weight:normal;
	background-image: url(../images/rule_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#header h2 {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 160%;
	text-align: left;
	margin-bottom: 0px;
}
#header .home {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .about {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .help {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .services {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .marketing {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .support {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .publications {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .fundingsearch {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .sitemap {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
#header .home2 {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left:-7px;
	margin-right:-5px;
}
.search {
	color: #000078;
	position: absolute;
	top: 105px;
	right:100px;
}
.menu {
	/*border-bottom-width: 2px;
	border-bottom-style: solid;*/
	text-align: center;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
.breadcrumbs {
	position: absolute;
	top:10px;
	left: 330px;
	/*padding-left:20px;
	margin: 1% 1% 0 0;*/
	font-size: 70%;
}
.maincontent {
	/*background-color:#FFFFFF;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-9px;
	margin-right:-9px;
	border: 1px solid #000078;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size:smaller;
}
/*.maincontent {
	margin-left:-9px;	
	margin-right:-9px;
	padding-left:20px;	
	padding-right:20px;
}*/
.maincontent h3 {
	margin-top:10px;
	color: #000078;
	/*clear:both;*/
}
.maincontent a {
	color:#0000FF;
	text-decoration:underline;
}
.submenulist {
	/*background-color:#FFFFFF;
	margin-left:-9px;
	margin-right:-9px;
	margin-top:-15px;*/
	/*margin-bottom:-15px;*/
	padding-left:10px;
}
.fit4fundingLogo {
	/*align: right;*/
	position:absolute;
	right: 10px;
	top: 25px;
}
.roundcont a {
	color:#FFFFFF;
}
img {
	border: none;
}
h1, h2
	{
	margin-top			: 0px;
	}
.nowrap {
	white-space: nowrap;
	margin	: 0px;
	padding:0px;
	}
.tight {
	margin: 0px;
}
.orange {
	color:#FF9900;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.white {
	/*background-color:#EEEEEE;*/
	/*margin-left:-9px;	
	margin-right:-9px;*/
	padding-left:20px;	
	padding-right:10px;
}
.white2 {
	/*background-color:#FFFFFF;*/
	margin-left:-9px;	
	margin-right:-9px;
	padding-left:19px;	
	padding-right:19px;
	font-size:smaller;
}
.hidden {
	display:none;
	/*font-size:0px;*/
	color: #000078;
}
#hidden {
	display:none;
	/*font-size:0px;
	color: white;
	position:absolute;
	top:-1000px;
	left:-1000px;*/
}
.center {
	margin-left:50%;
	margin-right:50%;
	white-space: nowrap;
}
.approvals {
	margin-left:25%;
}
.smaller {
	font-size:smaller;
}
h4 {
	font-size: 120%;
	color: #000078;
}
h3 {
	font-size: 140%;
	color: #000078;
	margin-bottom:-10px;
	/*clear:both;*/
	margin-top:40px;
}
h6 {
	font-size: 100%;
}
/* HR styles need for IE/Win. */
HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */
HR.left, HR.right { width: 120px; visibility: hidden; }
HR.middle { width: 360px; visibility: hidden; } 

/* These HR styles replace the above, and are needed for Netscape 4.x. 
   Left and right margins are half the relevant DIV width */
HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */
HR.left, HR.right { width: 0; margin: 0 60px; }
HR.middle { width: 0; margin: 0 180px;  } 

/* DIVs must have a border value set in Netscape 4.x */
DIV { border: none; }
.roundcont {
	margin-top:20px;
	width: 226px;
	background-color: #000078;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
	text-align:center;
}

.roundtop { 
	background: url(/assets/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/assets/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 9px;
   height: 9px;
   border: none;
   display: block !important;
}
.topbar  {
	background-color: #000078;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}