@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*padding: 0;*/
	padding-bottom: 50px;
	padding-top: 10px;
	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;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #275CAC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FFFFFF;
	text-align: left;
} 
.thrColFixHdr #header {
	background: #275CAC;
	padding: 0 10px 0 20px;
	border-bottom: solid 4px #FFFFFF;
} 
.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 */
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #598CDB; /* padding keeps the content of the div away from the edges */
	height: 100%;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar1 h3{
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 p{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}
.thrColFixHdr #sidebar1 a {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #598CDB; /* padding keeps the content of the div away from the edges */
	height: 100%;
	border-left: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 h3{
	color: #FFFFFF;
}
.thrColFixHdr #sidebar2 p{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}
/*.thrColFixHdr #sidebar2 a {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
}*/
.thrColFixHdr #remote {
	border: solid 1px #d5652c;
	background: #e8ad62; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.thrColFixHdr #remote a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002c75;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}
.thrColFixHdr #remote a:hover {
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr #technical {
	border: solid 1px #002C75;
	background: #b3c8e5; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.thrColFixHdr #technical a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002C75;
	font-weight: bolder;
	text-decoration: none;
}
.thrColFixHdr #technical a:hover {
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr #calendar {
	border: solid 1px #002C75;
	background: #b3c8e5; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.thrColFixHdr #calendar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002C75;
	font-weight: bolder;
	text-decoration: none;
}
.thrColFixHdr #calendar a:hover {
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr #mainContent {
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 0;
	margin-right: 215px;
	margin-bottom: 30px;
	margin-left: 200px;
} 
.thrColFixHdr #footer {
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #598CDB;
	border-top: 4px solid #FFFFFF;
} 
.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 */
}
.thrColFixHdr #footerfltlft {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 10px;
	text-decoration: none;
}
.thrColFixHdr #footerfltlft a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #footerfltlft a:hover {
	color: #002c75;
	text-decoration: underline;
}
.thrColFixHdr #footerfltrgt {
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	text-decoration: none;
}
.thrColFixHdr #footerfltrgt a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #footerfltrgt a:hover {
	color: #002c75;
	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;
}
.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;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.style15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00; 
	font-weight: bold; 
	font-size: 12px; 
}
.style15 a:link, a:active, a:visited {
	color: #FFFF00; 
	text-decoration: none;
}
.style15 a:hover {
	color: #FFFF00; 
	text-decoration: underline;
}
.angellogintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	color: #e8e8e8;
	padding-left: 4px;
	padding-right: 4px;
}
.angelloginbox {
	padding-top: 7px;
	padding-bottom: 7px;
	height: 120px;
	width: 155px;
	background-repeat: no-repeat;
}
.emailloginbox {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 165px;
	height: 130px;
	background-repeat: no-repeat;
}
.emaillogin {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 44px;
}
.important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00; 
	font-weight: bolder;
}