@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #6699CC;
	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: #000066;
}
h1 {
	color: #996600;
	font-size: 14px;
}

h2 {
	color: #663300;
	font-size: 12px;
}
h3 {
	color: #996600;
	font-size: 12px;
}
.ma #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF repeat left 120px;
	margin: 0px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000066;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.ma #header {
	padding: 0 20px;  /* 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: 100px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/fsblogo_member_white_60.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.ma #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 */
}
.ma #logo {
	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 */
	float: left;
	width: 350px;
	height: 50px;
	padding-top: 10px;
}
.ma #headerpix {
	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 */
	float: right;
	width: 200px;
	height: 80px;
	padding-top: 5px;
	font-size: 10px;	
}
.ma #headerpix a {
	color: #000099;
}
.ma #headerpix a:hover {
	color: #FFFFFF;
	background-color: #000066;
	text-decoration: none;
}

.ma #linkpanel {
	border: 1px solid #000066;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.ma #linkpanel img {
	margin-right: 20px;
	margin-left: 0px;
}
.ma #linkpanel p {
	font-size: 11px;
	font-style: italic;
	margin-right: 10px;
	font-weight: bold;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".cozy #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.ma #sidebar1 {
	float: left;
	width: 34%; /* since this element is floated, a width must be given */
	background: #6699CC; /* top and bottom padding create visual space within this div  */
	margin: 0px;
}
.ma #sidebar1 h3, .cozy #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.ma #sidebar1 a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 95%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #CCCCCC;
}
.ma #sidebar1 a:hover {
	background-color: #000066;
	color: #FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}

.ma #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.ma #mainContent a {
	color: #000099;
}
.ma #mainContent a:hover {
	color: #FFFFFF;
	background-color: #000066;
	text-decoration: none;
}
.ma #mainContent ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
.ma #mainContent li {
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 10px;
}
.ma #mainContent blockquote {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
.ma #mainContent blockquote p {
	background-color: #e0ebf5;
	padding: 7px 20px;	
}
.ma #mainContent blockquote img {
	margin-left: 10px;
}

.ma #rightColumn {
	
	float: right;
	border: 1px solid #000066;
	width: 238px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.ma #rightColumn h3 {
padding: 10px;
	color: #996600;
	font-size: 12px;
}
.ma #rightColumn p {
	font-size: 11px;
	padding: 10px 5px 10px 10px;
}
.ma #rightColumn p a {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #6699CC;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px outset #666666;
	vertical-align: middle;
	text-decoration: none;
}
.ma #rightColumn a:hover {
	color: #6699CC;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px inset #666666;
}
.box {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;	
}
.ma #boxlink {
	background: #6699CC; /* top and bottom padding create visual space within this div  */
	margin: 0px;
}
.ma #boxlink a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 95%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #CCCCCC;
}
.ma #boxlink a:hover {
	background-color: #000066;
	color: #FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}

.ma #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002350;
	clear: both;
} 
.ma #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: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;

}
.ma #footer a {
	color: #000099;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: underline;
}
.ma #footer a:hover {
	color: #FFFFFF;
	background-color: #000066;
	text-decoration: none;
}

.formboxes1 {
	border: 1px solid #000066;
	font-family: "Courier New", Courier, monospace;
	padding: 2px;
	background-color: #FFFFFF;
	color: #000000;
}
.caption1 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
}

