@charset "UTF-8";
body  {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #90c0e9;
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
}
.thrColFixHdr #container {
	width: 780px;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	margin-bottom: 320px;
} 
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	padding-top: 0px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 202px;
	padding-right: 44px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-top: 0px;
}
.thrColFixHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 290px;
	margin-top: 0px;
} 
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
}
.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;
}
a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#footerLeft {
	float: left;
	width: 223px;
	padding: 20px;
}
#footerRight {
	float: right;
	width: 480px;
	margin-top: 20px;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#publicationContainer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECE8E5;
	margin-top: 0px;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
}
#footerRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#publication {
	border: 1px solid #333;
}
.button {
	text-indent: 0;
	display: inline-block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	background-color: #519BE5;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding: 15px;
}
.button:hover {
	background-color: #468ccf;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
blockquote {
	border-left: 4px solid #ccc;
	color: #666666;
	font-style: normal;
	margin: 30px 0 30px 15px;
	padding-left: 15px;
} 

#definitionContainer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 16px;
	padding: 0px;
}
.thrColFixHdr #definitionContainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
.thrColFixHdr #container h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-left: 15px;
}
.thrColFixHdr #definitionContainer p a {
	color: #333;
}
.thrColFixHdr #definitionContainer p a:hover {
	color: #90C0E9;
}
