@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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 */
	color: #000000;
	background-image: url(images/outerbackground.gif);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #364C97;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #edf6f6;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 166px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	height: 800px;
	background-color: #EDF6F6;
	border-left-width: 1px;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1B4173;
	margin-top: 10px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #EDF6F6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3112B;
	border-right-color: #E3112B;
	border-bottom-color: #E3112B;
	border-left-color: #004587;
	margin-top: 10px;
	height: 800px;
}
#navbar {
	text-align: center;
	height: 50px;
	width: 450px;
	margin-right: 270px;
	margin-left: 260px;
}

.h3red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #E3112B;
}

.thrColFixHdr #mainContent {
	margin-top: 40;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 505px;
	float: none;
	height: auto;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DFEAEC;
	border-top-width: 0px;
	border-top-style: none;
} 
#mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	list-style-image: url(images/listdot.gif);
}

.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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.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;
}
body,td,th {
	font-size: medium;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.pitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #143469;
	padding: 3px;
	border: 1px solid #143469;
	line-height: 24px;
}
#codeofconduct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.photoleft {
	padding: 3px;
	float: left;
	border: 1px solid #1F3B6D;
	margin-right: 5px;
}
.photoright {
	padding: 3px;
	margin-left: 5px;
	float: right;
	border: 1px solid #143469;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #143469;
}
.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
}
.donation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #143469;
	background-image: none;
	background-repeat: no-repeat;
}
#body {
	width: 520px;
	height: auto;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 220px;
}
.thrColFixHdr #container #body #extension {
	width: 800px;
	float: none;
	clear: both;
}
#rest {
	margin-right: 40px;
	margin-left: 40px;
}

.thrColFixHdr #container #aboutus {
	margin-right: 40px;
	margin-left: 40px;
}

.thrColFixHdr #container #compliant {
	float: left;
	width: 900px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #333333;
}
.img {
	border: 1px solid #143469;
}
.ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	list-style-image: url(images/listdot.gif);
}
