﻿@charset "utf-8";
body  {
	font-size: small; font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
background-color: #5979A6; color: #2B1E08
;}
body {background-repeat: repeat-x; background-image: url(images/ma2gradient.jpg); background-position: left top;  

	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 */
}
 


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */ border-left: 3px solid #2B1E08; border-right: 3px solid #2B1E08; 
}


.twoColFixLtHdr #header { 
	background: #fff; padding: 0 0 0 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. */




.twoColFixLtHdr #header2 { 
	background: #fff; 
	background-image: url(images/home.jpg); background-position: top right; background-repeat: no-repeat;}


	  /* 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. */


.twoColFixLtHdr #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: 5px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColFixLtHdr #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-color: #223D63; ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 7px; font-size: x-small;}






.twoColFixLtHdr #mainContent { 
	margin: 0 0px 0px px;
 padding: 5px 10px 5px 15px;	background: #FEFEF1;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 5px 0px;
	background: #FFFFFF;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
 
.twoColFixLtHdr #mainContent3 { 
	margin: 0 0 5px 0px;
	background: #FEFEF1;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent3 { 
	margin: 0 0 5px 0px;
	background: #FEFEF1;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}





.twoColFixLtHdr #footer { 
	padding: 20px 10px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2B1E08
; text-align: center;
color: #5979A6 ; font: 60%} 


.twoColFixLtHdr #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 10px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color:#ffffff;
}
.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:link {color: #1E3F70; font-weight: bold;}

a:visited {color: #727983; }

a:hover {color: #2f5488; }

a.table:link {font-size:x-small;}

a.table:visited {font-size:x-small; }

a.table:hover {font-size:x-small; }

a.site:link {color:#ffffff; }

a.site:visited {color:#ffffff; }

a.site:hover {color:#000000; }

a.site {text-decoration: none;}



img {border:0;}

.bottomborder { 
border-bottom: 3px solid #2B1E08;
}

.headypic { border-bottom: 3px solid #000000; border-top: 3px solid #000000;}

.thickpic { border-bottom: 10px solid #000000; border-top: 10px solid #000000;border-left: 10px solid #000000; border-right: 10px solid #000000;}

.whiteback {border-left: 3px solid #2B1E08; border-right: 6px solid #2B1E08; border-bottom: 3px solid #2B1E08; border-top: 3px solid #2B1E08; background-color:#ffffff; } 

.headback {border-left: 3px solid #000000; border-right: 3px solid #000000; border-bottom: 6px solid #000000; border-top: 3px solid #000000; background-color:#2B1E08; }

.leftborder {border-left: 3px solid #2B1E08; border-right: 6px solid #2B1E08; border-bottom: 3px solid #2B1E08; border-top: 9px solid #2B1E08; background-color:#2f5488;}

.bluecell {background-color:#2f5488; color:#ffffff}



dt {color:#2f5488;  font-size: medium;}

dd {color:#2B1E08
; margin:10px;}
}


h4 {
	color: #3E4ECB;
	font-size: 18px;
	font-weight: bold;
}


h1 {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;color:#2f5488;
}

h5{
	color:#ffffff;
	font-size: large;}

h2 {
	color:#2f5488;
	font-size: large;}

h3 {
	color:#ffffff;
	font-size: 22px;}


h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #696969;
}




2B394E
