@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center;
	background-image: url(images/headerBackLong508.gif);
	background-repeat: repeat-x;
	background-color: #002F65;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #002f65;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-image: url(images/headerBackLong508.gif);
	background-repeat: repeat-x;
	height: 508px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
} 
.thrColFixHdr #header2 {
	background-image: url(images/headerBackLong508.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #header2 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.navigation {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 3px;
}


#navbar {
	background-image: url(images/navBack.gif);
	height: 110px;
	width: 487px;
	padding-top: 20px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#navbar img {
	vertical-align: text-top;
	margin-left: 30px;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	text-align: right;
}


#navbar a:hover{
	color: #c62725;
}
#navbar a:visited{
	color: #FFFFFF;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 251px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFEFE;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/BlueGradientBackground.gif);
	background-repeat: repeat-x;
	height: 350px;
}

.thrColFixHdr #container #sidebar1 p {
	line-height: 150%;
	color: #292a2b;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 251px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFEFE;
	background-image: url(images/BlueGradientBackground.gif);
	background-repeat: repeat-x;
	margin-right: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 350px;
}

.thrColFixHdr #container #sidebar2 p {
	font-size: 80%;
	line-height: 100%;
	color: #292a2b;
}
.thrColFixHdr #container #sidebar2 a {
	color: #c62725;
	text-decoration: none;
	text-align: right;
}

.thrColFixHdr #centrebox {
	float: left; /* since this element is floated, a width must be given */
	background-color: #FFFEFE;
	background-image: url(images/BlueGradientBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 400px;
	width: 251px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #container #rightbox a {
	color: #32518D;
	text-decoration: none;
	text-align: right;
}


.thrColFixHdr #container #centrebox p {
	line-height: 150%;
	color: #292a2b;
}

.thrColFixHdr #leftbox {
	float: left; /* since this element is floated, a width must be given */
	background-color: #FFFEFE;
	background-image: url(images/BlueGradientBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 400px;
	width: 251px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #container #leftbox p {
	line-height: 150%;
	color: #292a2b;
}

.thrColFixHdr #rightbox {
	float: right; /* since this element is floated, a width must be given */
	background-color: #FFFEFE;
	background-image: url(images/BlueGradientBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 400px;
	width: 251px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 30px;
}
.thrColFixHdr #container #rightbox p {
	line-height: 100%;
	color: #292a2b;
	font-size: 80%;
}

.thrColFixHdr #insideMainContent {
	background-color: #FFFEFE;
	background-image: url(images/BlueGradientBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 920px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 30px;
}
.thrColFixHdr #container #insideMainContent p {
	line-height: 140%;
	color: #292a2b;
	font-size: 90%;
}
.thrColFixHdr #container #insideMainContent a {
	color: #32518D;
	text-decoration: none;
}
.iconLarge {
	margin-right: 10px;
	margin-bottom: 20px;
}

.thrColFixHdr #container #insideMainContent a:hover{
	color: #002f65;
	text-decoration: none;
}
.thrColFixHdr #container #insideMainContent a:visited{
	color: #002f65;
	text-decoration: none;
}



.thrColFixHdr #mainContent {
	width: 251px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 360px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/BlueGradientBackground.gif);
	background-repeat: repeat-x;
	background-color: #FFFEFE;
	height: 350px;
} 

.thrColFixHdr #container #mainContent p {
	line-height: 150%;
}
.thrColFixHdr #footer {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FEECAE;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	line-height: 100%;
	color: #FFFFFF;
	text-align: left;
}
.thrColFixHdr #container #footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb {
	font-size: x-small;
	color: #002F65;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 5px;
}
.breadcrumb p {
	font-size: x-small;
	color: #002F65;
	text-decoration: none;
}
.breadcrumb a {
	font-size: x-small;
	color: #002F65;
	text-decoration: none;
}
.breadcrumb a:hover{
	font-size: x-small;
	color: #c62725;
	text-decoration: none;
}
.breadcrumb a:visited{
	font-size: x-small;
	color: #002F65;
	text-decoration: none;
}

.thrColFixHdr #container #footer p a:hover{
	color: #c62725;
	text-decoration: none;
}
.thrColFixHdr #container #footer p a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #292a2b;
	text-align: left;
	margin-left: 30px;
	vertical-align: top;
	margin-top: 50px;

}.thrColFixHdr #container #header .fltrt .welcome p {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #292a2b;
	text-align: left;
	margin-left: 25px;
	margin-top: 50px;
	font-weight: bold;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	text-transform: uppercase;
	color: #002F65;
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
}
h4 {
	color: #002F65;
}
.separatorLine {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FEDF73;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	color: #002F65;
	padding-top: 20px;
}
.thrColFixHdr #container #insideMainContent ul {
	font-size: 100%;
	line-height: 100%;
	list-style-type: circle;
}
.thrColFixHdr #container #insideMainContent li {
	font-size: 90%;
	line-height: 100%;
	color: #292a2b;
}
.tableBackground {
	background-image: url(images/WelcomeBackground.gif);
	background-repeat: no-repeat;
}
h5 {
	font-size: 120%;
	font-weight: 100;
	color: #002F65;
	text-align: center;
}
.partner li {
	list-style-image: url(images/circle_bullet.gif);
}
.PartnerImg {
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin double #FDDF73;
}
.publication {
	font-style: italic;
	text-decoration: underline;
}
.presentation {
	text-decoration: underline;
}

