* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #24273A;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #446dc6;
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #2C334A;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: underline;
	color: #446dc6;
}

.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	opacity:.70;
}
#tooltipURL
{
	display: none;
}

#navmenu {
	height: 27px;
	width: 900px;
	float: left;
}

#container {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFF;
	height: auto;
	width: 900px;
}
.date {
	color: #80859D;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 5px;
	font-size: 12px;
}

.more {
       margin-bottom: 5px;
}

#left_block {
	width: 210px;
	float: left;
}
#announce_left {
	float: left;
	width: 210px;
}
#announcements {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dbdfe7;
	border-right-color: #dbdfe7;
	border-bottom-color: #dbdfe7;
	border-left-color: #dbdfe7;
	
	background-repeat: no-repeat;
	padding-top: 0px;
	background-attachment: scroll;
	background-position: center top;
}
#announce_left #announcements p{
	padding-right: 3px;
	padding-left: 5px;
}

#mid_col {
	float: left;
	padding-left: 15px;
}
#welcome {
	width: 377px;
	padding: 0px;
	
}
#welcome_statement p{
	padding: 0px;
	text-align: left;
}
#welcome_statement {
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-color: #7d9ad2;
}
#centers_right {
	float: right;
	width: 270px;
	margin: 0px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	overflow: hidden;
}
#centers_rt_border {
	width: 247px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dbdfe7;
	border-bottom-color: #dbdfe7;
	border-left-color: #dbdfe7;
}
.toggle {
}
#footer {
	background-attachment: scroll;
	background-image: url(images/igpp_footer.png);
	background-repeat: repeat-x;
	height: 102px;
	clear: both;
}
#footer h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #93A8DC;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #93A8DC;
	text-decoration: none;
}
#searchbar {
	width: 900px;
	height: 44px;
}
#container #content #searchbar img {
	background-attachment: scroll;
	background-image: url(images/people/left_ab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.alert {
	color: #900;
}
.line_space {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
