@charset "UTF-8";


body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(_images/backer-gradation1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	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 */
	
}

/*FONTS*/



a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: ;
	line-height: 21px;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #000099;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}


a.bodylink:link {
	text-decoration: underline;
	font-weight: bold;
	font-size: ;
	line-height: 21px;
	color: #000000;
}
a.bodylink:visited {
	text-decoration: underline;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
}
a.bodylink:hover {
	text-decoration: none;
	background-color: #000099;
	color: #FFFFFF;
}
a.bodylink:active {
	text-decoration: none;
}



a.special:link {
	color: #FFFFFF;
	font-size: 10px;
	padding: 7px;
	}

a.special:visited {
	color: #FFFFFF;
	padding: 7px;
	}

a.special:hover {
	color: #FFFF00;
	padding: 7px;
		text-decoration: none;
	}

a.special:active {
	padding: 7px;
	color: #FFFF00;
	}
	
a.eeweems:link {
	color: #FFFFFF;
	font-size: 16px;
	padding: 7px;
	}

a.eeweems:visited {
	color: #FFFFFF;
	padding: 7px;
	}

a.eeweems:hover {
	color: #FFFF00;
	padding: 7px;
		text-decoration: none;
	}

a.eeweems:active {
	padding: 7px;
	color: #FFFF00;
	}	
	
	
a.big:link {
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #000066;
}
a.big:visited {
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #000066;
}
a.big:hover {
	text-decoration: none;
	background-color: #000099;
	color: #FFFFFF;
}
a.big:active {
	text-decoration: none;
}	
	
	

h1 {
	font-size: 24px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

.h2-24 {
	font-size: 24px;
	font-weight:bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

.helv10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.white12px {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.white18px {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.sidemenublack {
	font-family: Arial;
	font-size: 10px;
	font-weight: Bold;
	
	color: #000000;
	text-decoration: none;
	
}



.topmenuwhite {
	font-family: Arial;
	font-size: 11px;
	font-weight: Bold;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}


/*TABLES*/
table.helvsmall th, table.helvsmall td {
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCC;
}


/* BLOCKS */

#announce {
	
	border: 1px;
	border-style: solid;
	border-color: #7b0d11;
	background-color: #bb131a; /*large fat border*/
	width: 900px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
		padding: 10px 10px 10px 10px;

}

#announceinner {
	
	border: 1px;
	border-style: solid;
	border-color: #000066;
	background-color: #bb131a; /*large fat border*/
	width: 650px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
		padding: 10px 10px 10px 10px;

}

#supercontainer {
	
	border: 1px;
	border-style: solid;
	border-color: #7b0d11;
	background-color: #bb131a; /*large fat border*/
	width: 900px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
}

#speacialevent {
	width: 809;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}


#container { 

	width: 890px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px;
	border-style: solid;
	border-color: #7b0d11;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#containerwhite {
	width: 890px;
	background: #FFFFFF;
	background-image:url(_images/white-10x10.jpg);
	height: 10px;
	margin: 0 auto;
}



#headercontainer {
	width: 890px;
	background: #ffffff;
	margin: 0 auto;
}


#sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 515px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 00px 0px 15px 10px;
}
#sidebar-left { 
	margin: 0 550px 0 0; /* the right margin on this div element creates the column down the right 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: 00px 0px 15px 10px;
} 

#sidebar-leftbox { 
	margin: 0 550px 0 0; /* the right margin on this div element creates the column down the right 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: 10px 0px 15px 10px;
} 


#flashhome {
	float: right; /* since this element is floated, a width must be given */
	width: 525px; /* 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 */
	height: 200px;
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(_images/logo-fill-x-height.jpg);
	
	
}

#flash {
	float: right; /* since this element is floated, a width must be given */
	width: 525px; /* 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: #2b4af; /* the background color will be displayed for the length of the content in the column, but no further */
	
	
}

img.floatright {
	float: right;
	margin: 4px;
	margin-right: 25px;
}

img.floatright2 {
	float: right;
	margin: 4px;
	margin-right: 25px;
	margin-top: 25px;

}

#addresstag {
	background-color:#EBEBEB;
	width: 210px;
	margin-left: 10px;
	
	padding: 5px 0px 5px 12px;
}

#linkbox {
	margin: 0 0 0 20px;
}

#headerlogobig {
	background-image: url(_images/logo-365x200.jpg);
	width: 365px;
	height: 200px; !IMPORTANT
	margin: 0 525px 0 0; /* the right margin on this div element creates the column down the right 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: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#headerlogosmall {
	background-image: url(_images/sam-logo-365x235.jpg);
	width: 365px;
	height: 235px; !IMPORTANT
	margin: 0 525px 0 0; /* the right margin on this div element creates the column down the right 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: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




#headerblack {
	
	background: #;
	float: right;
	width: 525px;
	height: 365px;
	height: 20px;
	padding: 0px 00px 0px 0px;
	
}

#header { 
	background: #bb131a; 
	
	padding: 5px 10px 5px 5px;  /* 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. */
} 


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




#footer { 

	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bb131a;
	margin: 0 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. */
}


#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 */
}
.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;
}

#menu-picture {
	text-align: right;
	
}

#eeweems {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding: 10px ;
}

img {
	border: 0px;
}

#box488 {
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

#counter {
	margin-top:25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom;
}