@charset "UTF-8";

body  {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	margin: 0px; /* 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: #333;
	line-height:20px;
	
}


.ruletext {
	font: 14px Arial, Helvetica, Verdana, sans-serif;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #FFF;
	line-height:17px;
}

.H1 {
	font: 16px Arial, Helvetica, Verdana, sans-serif;
	padding-left: 15px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #00547d;
}

.S1 {
	font: 16px Arial, Helvetica, Verdana, sans-serif;
	margin: 5px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #331005;
	font-weight:bold;
	
}

.S2 {
	font: 13px Arial, Helvetica, Verdana, 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;
	color: #00547d;
	font-weight:bold;
}



li {
padding-bottom:10px;
}

.gsa #wrapper { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	text-align:center;
	} 
.gsa #MainArea{ 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

/* header area */

.gsa #headerWrapper{ 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 171px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top:25px;
} 

.gsa #headerContainer{ 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 171px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: #FFF;
} 

/* header content area */

.gsa #headerContentArea {
	width:900px;
	text-align: center;
	padding: 0px 0px 0 0px;  /* 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. */
} 

.gsa #logo { 
	padding: 0px 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:0px;
	height: 99px;
	width:900px;
} 

.gsa #headerNav { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 52px;
	width:900px;
	background:#FFF;
} 



/* photo area */

.gsa #photoWrapper{ 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 400px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background:#FFF;
} 

.gsa #photoContainer{ 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 400px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.gsa #photoContentArea {
	width:900px;
	text-align: center;
	padding: 0px 0px 0 0px;  /* 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. */
} 

.gsa #photo { 
	padding: 25px 25px 25px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 350px;
	width:850px;
} 

/* main content area */

.gsa #mainWrapper {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.gsa #mainContainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.gsa #mainContent { 
	margin: 0px 0px 0px 0px; /* 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. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	width: 900px;
} 

.gsa #mainBody { 
	margin: 0px  0px  0px 0px; /* 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. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:top;
	width:900px;
	text-align:left;
} 




/* footer area */

.gsa #ruleWrapper{ 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.gsa #ruleContainer{ 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.gsa #ruleContent { 
	padding: 5px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:900px;
} 


.gsa #footerRule {
	margin: auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 30px;
}


.gsa #footerWrapper{ 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.gsa #footerContainer{ 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.gsa #footerContent { 
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
	width:900px;
} 


.gsa #footerContact {
	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 */
	background: #FFF;
}

.gsa #footerLegal {
	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 */
	background: #FFF;
}

.gsa #footerLegal2 {
	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 */
	background: #FFF;
	text-align:left;
	font-size:11px;
	line-height:12px;
}

.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 cont
ainer that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.gray:link {color: #333333; font-weight: normal; text-decoration:none; margin-left:10px;}
a.gray:active {color: #333333; font-weight: normal; text-decoration:none;}
a.gray:visited {color: #333333; font-weight: normal; text-decoration:none;}
a.gray:hover {color: #333333; font-weight: normal; text-decoration:none;}

a.gray1:link {color: #333333; font-weight: normal; text-decoration:underline;}
a.gray1:active {color: #333333; font-weight:  normal; text-decoration:underline;}
a.gray1:visited {color: #333333; font-weight:  normal; text-decoration:underline;}
a.gray1:hover {color: #333333; font-weight:  normal; text-decoration:underline;}

a.gray2:link {color: #666666; font-weight: normal; text-decoration:underline;}
a.gray2:active {color: #666666; font-weight: normal; text-decoration:underline;}
a.gray2:visited {color: #666666; font-weight: normal; text-decoration:underline;}
a.gray2:hover {color: #666666; font-weight: normal; text-decoration:underline;}

a.brown:link {color: #331005; font-weight: bold; text-decoration:none;}
a.brown:active {color: #331005; font-weight: bold; text-decoration:underline;}
a.brown:visited {color: #331005; font-weight: bold; text-decoration:none;}
a.brown:hover {color: #331005; font-weight: bold; text-decoration:underline;}

a.white:link {color: #FFFFFF; font-weight: normal; text-decoration:none; margin-left:10px;}
a.white:active {color: #FFFFFF; font-weight: normal; text-decoration:none;}
a.white:visited {color: #FFFFFF; font-weight: normal; text-decoration:none;}
a.white:hover {color: #FFFFFF; font-weight: normal; text-decoration:none;}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.gsa #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.gsa #sidebar1 { padding-top: 30px; }
.gsa #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

