@CHARSET "ISO-8859-1";

@charset "utf-8";
/* CSS Document */

div, img, a, form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
}

*, textarea {
	font-family: Arial;
	color: #666666;
}

a {
	text-decoration: none;
	color: #446A97;	
}

a:hover {
	text-decoration: underline;
}

.external {
	color: #AC5612;
}

h1, h2, h3, h4 {
	border:0px; 
	padding:0px; 
	margin-top:12px;
	margin-bottom:8px;
	color: #4E3A5B;
}
p {
	border:0px; 
	padding:0px; 
	margin-top:0px;
	margin-bottom:6px;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}


.HomePage h1, .HomePage h2, .HomePage h3, .HomePage h4, .HomePage p {
	margin-bottom: 0.2em;
}


body {
	font-family: Arial;
	font-size: small;
	background: #CCCCCC;
	margin: 0 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 */
	border: 0px;
	border-spacing: 0px;
	color: #666666;
}

#userbar {
	height: 18px;
	background: white;
	border-bottom: 1px solid black;
	vertical-align: middle;
}

#outline {
	width: 988px;
	background: #FFFFFF;
	margin: 0 auto;
}

#container {
	width: 948px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#banner {
	position: relative;
	width: 100%;
	height: 147px;
	margin-bottom: 2px;
}

#banner img {
	height: 147px;
}

.SearchBox {
	background: url(req/sections/img/gap_under_search.gif);
}

.Error {
	padding: 5px;
	border: 1px solid red;	
}

#section-navigation {
	margin-bottom: 15px;
}

#navigation {
	float: left;
	width: 222px;	
}

#navigation .Navigation {
	background: #E8ECE9;
	border-bottom: 2px solid white;
	height: 18px;
}

#navigation .gwt-Label {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	white-space: normal;
	
}

#navigation .Selected .gwt-Label {
	color: white;
}

#navigation .Invisible .gwt-Label {
	font-style: italic;
}

#navigation .Selected, #navigation .Hover img {
	cursor: default;	
}

#navigation .Hover {
	background: #D2D5D3;	
	cursor: hand;
	cursor: pointer;
}

.abt h1, .abt h2, .abt h3, .abt h4, .abt .BTTitle, a.abt, .HomePage .abt a  {
	color: #00a035;	
}

.prog h1, .prog h2, .prog h3, .prog h4, .prog .BTTitle, a.prog, .HomePage .prog a {
	color: #9D8F00;
}

.news h1, .news h2, .news h3, .news h4, .news .BTTtitle, a.news, .HomePage .news a {
	color: #4E3A5B;
}

.info h1, .info h2, .info h3, .info h4, .info .BTTitle, a.info, .HomePage .info a {
	color: #446A97;
}

.orph h1, .orph h2, .orph h3, .orph h4, .orph .BTTitle, a.orph, .HomePage .orph a {
	color: #a8525f;
}
	
.abt #navigation .Selected {
	background: #00A035; /* Also check this #33731D; */
}

.prog #navigation .Selected {
	background: #9D8F00;
}

.news #navigation .Selected {
	background: #4E3A5B;
}

.info #navigation .Selected {
	background: #446A97;
}

.orph #navigation .Selected {
	background: #a8525f;
}


#content {
	background: #FFFFFF;
	float: right;
	width: 726px;
	margin-right: -10px;
	margin-top: -10px;		
}

.Content { 
	
}

.Message p {
	border: 1px solid red;
	color: green;
	padding: 5px;
	text-align: center;
}

.Content-Part {
	margin: 10px;
	overflow: hidden;
	display: inline;
}

.Content-Footer {
	text-align: right;
	border-top: 1px solid #666666;
	font-size: 10px;
}

.Form {
	margin: 7px;
	overflow: hidden;
	display: block;
}

.SingleColumn {
	width: 222px;
}

.DoubleColumn {	
	width: 464px;
}

.TripleColumn {
	width: 706px;
}

IMG.Left {
	float: left;
	margin-right: 10px;
}
IMG.Right {
	float: right;
	margin-left: 10px;
}
IMG.None {
	float: none;
	margin: 0px;
}

IMG.SingleColumn {
	width: 222px;
}
IMG.DoubleColumn {
	width: 464px;
}
IMG.TripleColumn {
	width: 706px;
}
IMG.Auto {
	width: 100%;
}
.Content-Resources {
	width: 100%;
	background: #D1D0BE;
	color: #545326;
	margin-bottom: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	clear: both;
}

.Content-Resources .RHeader {
	padding: 3px;		
	padding-right: 5px;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	background-image: url('img/downloadstitle.gif');
	background-repeat: repeat-x;		
}

.Content-Resources .RTitle {
	padding: 10px;
	color: #545326;
	font-size: 14px;
}

.Content-Resources .RDescription {
	padding: 0px 10px 10px 10px;
	color: #666666;
}

.Content-Resources a.RItem SPAN {
	color: #545326;
}

.Content-ExternalLinks {
	width: 100%;
	background: #EED8C6;
	color: #AC5612;
	margin-bottom: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	clear: both;
}


.Content-ExternalLinks .ELHeader {
	font-size: 10px;
	padding: 3px;		
	padding-right: 5px;
	text-align: right;
	color: #FFFFFF;
	background-image: url('img/externallinkstitle.gif');
	background-repeat: repeat-x;
}

.Content-ExternalLinks .ELTitle {
	padding: 10px;
	color: #AC5612;
	font-size: 14px;
}

.ItemRow  {
	padding: 1px 10px;
	vertical-align: middle;
}

.ItemRow a {
	line-height: 16px;
	vertical-align: middle;
	text-decoration: none;
}

.ItemRow img {
	vertical-align: top;
	margin-right: 4px;
}

.ItemRow a:hover span {
	text-decoration: underline;
}


.Content-ExternalLinks .ELDescription {
	padding: 0px 10px 10px 10px;
	color: #666666;
}

.Content-ExternalLinks a.ELItem SPAN {
	color: #AC5612;
}

.abt .Content-BoxedText, .HomePage .abt  , .abt .EditableBoxedText, .AbtBox {
	background: #d5f8d7;
}

.prog .Content-BoxedText, .HomePage .prog , .prog .EditableBoxedText, .ProgBox {
	background: #e6e2bd;
}

.info .Content-BoxedText, .HomePage .info, .info .EditableBoxedText, .InfoBox {
	background: #dae1e8;
}

.news .Content-BoxedText, .HomePage .news, .news .EditableBoxedText, .NewsBox {
	background: #d8d4d9;
}

.orph .Content-BoxedText, .orph .EditableBoxedText, .OrphBox {
	background: #e6ced2;
}

.HomePage .orph {
	background: #EAEAEA;
}

.HomePage .orph a {
	color: #666666;
}

.Content-BoxedText {
	margin-bottom: 10px;
}

.EditableBoxedText {
	padding: 10px;
}

.BTTitle {
	padding: 10px;
	font-size: 14px;
}

.BTContent {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
}





.PageCorner {
	clear: both;
	width: 988px;
	height: 20px;
}

.Footer {
	background: #CCCCCC;
	padding: 10px 13px;
}

.Footer td {
	font-size: 10px;
	white-space: nowrap;
}

.FooterCmd {
	cursor: pointer;
	cursor: hand;
}

#home {
	clear: both;
	display: block;
	width: 968px;
	margin-right: -20px;
	margin-top: -15px;
	height: 509px;
	overflow: hidden;
}

.HomeMessage {
	font-size: 34px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.HomePanel {
	height: 247px;
	margin-right: 20px;
	margin-top: 15px;
	float: left;
	overflow: hidden;
}

.HomePage .Half {
	width: 464px;	
}

.HomePage .Quarter {
	width: 222px;
}

.HomePage .Title  {
	width: 100%;
	color: white;
	padding: 0px;
	text-align: right;
	background-repeat: repeat-x;
	vertical-align: middle;
}


.HomePage .abt .Title, .AbtBox .Title {
	background-image: url('img/abt_title.gif');
}

.HomePage .prog .Title, .ProgBox .Title {
	background-image: url('img/prog_title.gif');
}

.HomePage .Body {
	background-position: 232px 0px;
	background-repeat: no-repeat;
	width: 100%;
	height: 227px;
}

.HomePage .Body .Image {
	float: right;
	width: 92px;
	height: auto;
}

.HomePage hr {
	background-repeat: repeat-x;
}

.HomePage .abt hr {
	background: url('img/abt_hr.gif');
}

.HomePage .prog hr {
	background: url('img/prog_hr.gif');
}

.HomePage .news hr {
	background: url('img/news_hr.gif');
}

.HomePage .prog hr {
	background: url('img/prog_hr.gif');
}

.HomePanel .Title a span {
	color: white;
}

.HomePanel .Title a:hover span {
	text-decoration: underline;
}

.HomePage .Content {
	margin: 10px;
}

.Half .Content {
	width: 212px;
}

.Quarter .Content {
	width: 202px;
}

.HomePage .news .Title, .NewsBox .Title {
	background-image: url('img/news_title.gif');
}


.HomePage .info .Title, .InfoBox .Title {
	background-image: url('img/info_title.gif');
}

.HomePage .orph .Title, .OrphBox .Title {
	background-image: url('img/orph_title.gif');
}

.HomePage .Title {
	font-size: 10px;
	height: 20px;
}

.HomePage .Title a {
	line-height: 20px;
	vertical-align: middle;
}
	

.HomePage .Title img {
	background-image: url('img/white_arrow.gif');
	background-position: bottom center;
	background-repeat: no-repeat; 
}

.HomePage .Content a {
	vertical-align: middle;
}

.HomePage .abt .Content a img {
	background-image: url('img/abt_arrow.gif');
}

.HomePage .prog .Content a img {
	background-image: url('img/prog_arrow.gif');
}

.HomePage .news .Content a img {
	background-image: url('img/news_arrow.gif');
}

.HomePage .info .Content a img {
	background-image: url('img/info_arrow.gif');
}

.HomePage .orph .Content a img {
	background-image: url('img/orph_arrow.gif');
}

.NewsBox li {
	background-image: url('img/news_bullet.gif');
}

.InfoBox li {
	background-image: url('img/info_bullet.gif');
}

.AbtBox li {
	background-image: url('img/abt_bullet.gif');
}

.ProgBox li {
	background-image: url('img/prog_bullet.gif');
}

.OrphBox li {
	background-image: url('img/orph_bullet.gif');
}

table.Content-Table {
	width: 100%;
	border: 1px solid #dddddd;
        padding: 0px;
        spacing: 0px;
	overflow: hidden;
	table-layout: fixed;
        background-color: #ffffff;
}


table.Content-Table td {
    padding: 0px;
    border: solid #eeeeee 1px;

}
table.board {
	width: 100%;
	border: 1px solid #006600;
        padding: 0px;
        spacing: 0px;
	overflow: hidden;
        background-color: #ffffff;
}

table.board td {
    padding: 3px;
    border: solid #eeeeee 1px;

}
table.conf {
	width: 100%;
	border: 1px solid #4E3A5B;
        padding: 0px;
        spacing: 0px;
	overflow: hidden;
        background-color: #dddddd;
}

table.conf td {
    padding: 3px;
    border: solid #eeeeee 1px;

}
table.conf {
	width: 100%;
	border: 1px solid #4E3A5B;
        padding: 0px;
        spacing: 0px;
	overflow: hidden;
        background-color: #dddddd;
}

table.conf td {
    padding: 3px;
    border: solid #ffffff 1px;
background-color: #eeeeee;

}

.CalendarWidget {
  border: 1px solid #ACA899;
  background: white;
}

.CalendarWidget .navbar {
  width: 100%;
  background-color: #C3D9FF;
  vertical-align: middle;
  border-bottom: 1px solid #ACA899;
}

.CalendarWidget .navbar .gwt-Button {
  padding-left: 5px;
  padding-right: 5px;
}

.CalendarWidget .table {
  font: 10pt sans-serif;
  text-align: center;
}

.CalendarWidget .weekheader {
  background-color: #ACA899;
}

.CalendarWidget .weekheader .days {
  width: 3em;
}

.CalendarWidget .cell {
  cursor:pointer;
}

.CalendarWidget .cell .gwt-HTML {
  border: 1px solid #ACA899;
}

.CalendarWidget .cell .gwt-HTML span {
  width: 100%;
  height: 100%;
  line-height: 2em;
}

.CalendarWidget .today .gwt-HTML {
  background-color: #C3D9FF;
}

.CalendarWidget .day .gwt-HTML {
  border: 1px solid #C3D9FF;
}

ul, ol
{
	margin-top: 0px;
	margin-bottom: 8px;
}

blockquote {
	margin: 0px;
	margin-left: 40px;
}


.ImbcMenuList {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ImbcBoldMenuList {

	font-weight: bold;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-bottom: 2px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	color: #336699;
}
.ImbcBoldMenuList:hover {

	font-weight: bold;
	border-top: 3px solid #c0c0c0;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-bottom: 2px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	background-color: #cccccc;
}

.Note {
	font-size: small;
	color: red;
}

.BoxedLink {
}

.BoxedLink .Title {
	color: white;
	text-align: right;
	vertical-align: middle;
	padding: 3px 5px;
	background-repeat: repeat-x;
	font-size: 10px;
	
}

.BoxedLink .Body {
	padding: 8px 0px;
}

.BoxedLink .Body ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;	
}

.BoxedLink .Body li {
	margin: 0px; 
	padding: 2px 18px;	
	background-position:  8px 6px;
	background-repeat: no-repeat;
}


.PubTitle {
	color: white;
	text-align: right;
	vertical-align: middle;
	padding: 3px 5px;
	font-size: 10px;
	background-image: url('../images/info_title.gif');
	background-repeat: repeat-x;
}

.PubBox {
	background: #dae1e8;
	
}

.PubList {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.PubList li {	
    padding-left: 12px;
    background-image: url(img/info_bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    }

div.blocktitle {
	background:#E8ECE9 none repeat scroll 0 0;
	border-color:#CCCCCC #CCCCCC white;
	border-style:solid;
	border-width:0 0 2px;
	cursor:pointer;
	font-size:12px;
	padding:3px 3px 3px 18px;
}

div.blocktitle a{
	color:#416C99;
	text-decoration:none;
}