@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #7a8ea5;
	margin: 10px 0 1% 0; 
	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: #244058;
	border-top: 2px solid #7a8ea5;
}
HR {
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}
p {
	font-size: 12px;
	padding: 1px;
}
p.italicQuote {
	font-style: italic;
	font-weight: bold;
}
img {
	border: none;
}
.normalFont {
	font-size: 12px;
}

.smallprint {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.mybody #container { 
	width: 799px;  
	background: #2f526b;
	margin: 0 auto; 							/* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #2f526b;							/* this overrides the text-align: center on the body element. */
	border-left: 2px solid #2f526b; 							 
	border-right: 2px solid #2f526b;  	
} 
.mybody #header { 
/*	background: url(../Images/header.gif) no-repeat;
	height: 222px;
	padding: 0; 			 
	border-bottom: 2px solid #0274B2;*/
	background-image: url(../Images/header.gif);
	background-position: center top;
	background-color: #fac16cb;
	background-repeat: no-repeat;
	height: 189px;
	padding: 0;
	margin: 0; 			 
	border-bottom: 5px solid #2f526b;							 
} 

/* MENU START */
.mybody #Menu {
border-topm: 5px solid #2f526b;
border-bottom: 0px solid #2f526b;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background-color: #2f526b;
	border-top-color: #2f526b;


}
.mybody #Menu a {
	font: 108% Arial, Helvetica, sans-serif;
}
/* MENU END */

.mybody #sidebar2 {
	float: right; 								/* this element must precede in the source order any element you would like it be positioned next to */
	width: 220px; 								/* since this element is floated, a width must be given */
	border-top: 0px solid #2f526b; 	
}

.mybody #sidebar2 h1{
	font: 140% Arial, Helvetica, sans-serif;
	background-color: #46657e; 
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff; */
	margin-top: 2px;
	padding-top: 2px /* 6px*/;
	padding-bottom: 0px;
	text-align: center;
	color: #FFF /* #0274B2*/;

	
}

.mybody #sidebar2 div {
	background-color: #46657e;
	margin: 15px 18px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 4px;	
	border: 1px solid #46657e; 
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/



.mybody #mainContent div { 
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 15px;
}

.mybody #mainContent { 
	float: left;
	width: 555px;
	border-top: 3px solid #2f526b; 
	border-left: 20px solid #2f526b;
	border-right: 0px solid #2f526b;	
	padding-bottom: 4px;
}

 #footer { 
	padding: 0px; 								/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7a8ea5;		
	border-top: 0px solid #7a8ea5;
	border-bottom: 2px solid #7a8ea5;					 
} 
#footer p {
	margin: 0 0 0 1%;							/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;									/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #7a8ea5;
	font-size: x-small;
	font-weight: bold;
}
 #footer a {
	color: #7a8ea5;
	text-decoration: none;
	font-size: x-small;
}
 #footer a:hover {
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.fltrt { 										/* this class can be used to float an element right in your page. 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 element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { 									
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centerDiv { 									
	text-align: center;
}
