@charset "UTF-8";
body  {
	background-color: #6085BB;
	background-image: url(image/background/backgroundBody.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	font-family: sans-serif;
	font-size: 110%;
	-webkit-background-size: 1331px 628px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow-x:hidden;
}
 #container {
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
} 
 #header { padding: 0 10px 0 20px; background-repeat: no-repeat; background-position: center center; margin-bottom: 2px; height: 2px; } 
 #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 */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	clear: left;
	background-repeat: repeat;
	background-image: url(image/background/backgroundTransparent.png);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DBBC24;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 20px;
}
 #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 280px;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent a {
	color:#023978;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #000;
	text-decoration: underline;
}
.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;
}
.frameLeft { padding: 10px; float: left; margin-right: 30px; background-image: url(image/background/backgroundFrameBlue.jpg); background-repeat: repeat-x; background-position: center bottom; border: 1px solid #FFF; }
.frameLeftThin {
	padding: 5px;
	float: left;
	margin-right: 20px;
	background-image: url(image/background/backgroundFrameBlue.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 20px;
}
.photoVerticalBlock {
	float: left;
	padding-bottom: 20%;
}
.photoVerticalBlockLess {
	float: left;
	padding-bottom: 10%;
}
.frame { padding: 5px; background-image: url(image/background/backgroundFrameBlue.jpg); background-repeat: repeat-x; background-position: center top; float: left; }
.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;
}#nav { height: 2.2em; width: 780px; }
.search { background-color: #900; padding: 10px; }
.firstLetter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #dbbc24;
}
.firstLetterBigger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #dbbc24;
}
.emphasis { background-color: #004BA3; padding: 3px; }
.emphasis2 { background-color: #000; padding: 3px; }
.emphasis3 { font-weight: bold; color: #00377F; font-size: 110%; background-image: url(image/background/backgroundTransparent.png); background-repeat: repeat; padding: 3px 4px; margin-right: 1px; line-height: 30px; }
#animationTextBox { margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; }
.formLabels { font-size: 85%; line-height: 15px; }
.formFields {
	height: 20px;
	width: 230px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-image: url(image/background/backgroundTransparent.png);
	background-repeat: repeat;
	background-color: transparent;
	font-size: 85%;
	border: 1px solid #094D98;
}
.footnote { background-color: #000; font-size: 85%; font-style: italic; padding: 2px; }
#block { color: #FFF; background-color: #00357A; padding: 5px; float: left; border: 1px solid #FFF; font-size: 90%; }
.backgroundTransparent {
	background-image: url(image/background/backgroundTransparent.png);
	background-repeat: repeat;
	color: #333;
	padding: 20px;
}
.backgroundTableTransparent {
	background-image: url(image/background/backgroundTransparent.png);
	background-repeat: repeat;
	color: #333;
	margin-bottom: 20px;
	padding: 20px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: rgba(96,133,187,0.5);
	font-size:130%;
	line-height:35px;
}
.heading {
	font-size: 120%;
	color: #003978;
	font-weight: bold;
	letter-spacing: 1px;
	background-image:url(image/icon-heading-redo-.png);
	background-position: 2px 1px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 50px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003978;
}
.footnote2 { font-size: 70%; background-repeat: repeat; font-style: italic; }
.listingHeader { background-color: #00377F; padding: 5px 5px 5px 0px; }
.listingHeaderFirstLetter { background-color: #00377F; font-weight: bold; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 5px; }
#aboveContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DBBC24;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100%;
	overflow-x:hidden;

}
#insideAboveContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #265E97;
	font-size: 85%;
	width: 100%;
}
.homeText {
	font-size: 115%;
	color: #333;
	padding-right: 100px;
	line-height: 27px;
}

#gal1, #gal2 {
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow:  0px 0px 10px #333;
	box-shadow:  0px 0px 10px #333;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
.contact {
	text-align: center;
	padding: 10px;
	color: #dbbc24;
	background-color: #003978;
	font-size: 90%;
	letter-spacing: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DBBC24;
}
#affiliations {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: #094D98;
	margin-right: 0px;
	margin-left: 0px;
}
#affiliations img {
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
}
 #footer {
	background-image: url(image/background/backgroundTransparent.png);
	background-repeat: repeat;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	width: 103%;
	
	overflow-x:hidden;
} 
#footer a { color: #CCC; text-decoration: none; }
#footer a:hover { color: #FFF; text-decoration: underline; }
#websiteCredit {
	font-size: 70%;
	font-style: italic;
	line-height: 20px;
	color: #47648D;
	height: 110%;
	text-align: center;
	word-spacing: 3px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #003978;
	margin-right: auto;
	margin-left: auto;
}
#websiteCredit a    {
	font-style: italic;
	color: #47648D;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 10px;
}
#websiteCredit a:hover { font-style: italic; color: #FFF; }
#flashDiv {
	height: 73px;
	position: absolute;
	right: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	background-color: rgba(255,255,255,0.3);
	color: #000;
	top: 150px;
}
#flashDiv2 {
	position: absolute;
	top: 40px;
	right: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height:100px;
	padding: 10px;
	background-color: rgba(255,255,255,0.3);
	color: #000;
	font-size:90%;
}
#flashDiv2 a {
	color: #000;
	text-decoration: none;
	line-height: 20px;
}
#flashDiv2:hover {
	color: #F00;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#flashDiv2 a:hover {
	color: #F00;
	-o-transition: all 0.3s ease-in-out;
}

#flashDiv:hover {
	color: #F00;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#flashDiv a:hover {
	color: #F00;
	-o-transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
.textRight {
}
.red {
	color: #600;
}
.exclusive {
	color: #FFF;
	background-color: #F00;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.yellow {
	color: #FF0;
}
.flashingDiv {
	padding: 2px;
}
.heading h1 {
	font-size: 130%;
}
