@charset "utf-8";
body  {
	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: #000000;
	background-image: url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 750px;
	background-repeat: repeat-y;
	background-position: bottom;
	background-image: url(images/NewDrop.jpg);
} 
.thrColFixHdr #header {
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/x.jpg);
	font-size: 11px;
	color: #000000;
	text-align: right;
	height: 72px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	margin: 0px;
	padding: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 225px;
	margin-bottom: 10px;
	margin-left: 185px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
#mainContent h1 {
	font-size: 25px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 15px;
	font-weight: normal;
}
#mainContent h3 {
	font-size: 14px;
}
#mainContent p {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar1 h3 {
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	padding: 4px;
	background-color: #000000;
	margin: 0px;
	font-variant: small-caps;
}
#mainContent ol {
	font-size: 12px;
}
#mainContent li {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent ul {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar1 p {
	font-size: 12px;
	line-height: 140%;
	padding: 5px;
	margin: 0px;
}
a:visited {
	font-weight: bold;
	color: #991B1E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sidebar2 h3 {
	font-size: 12px;
	background-color: #991B1E;
	padding: 4px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	font-variant: small-caps;
}
#sidebar2 p {
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2 li {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
a:link {
	color: #991B1E;
	text-decoration: none;
	font-weight: bold;
}

#sidebar2 ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}



.thrColFixHdr #footer {
	background-image: url(images/MissionBox.jpg);
	background-repeat: repeat-y;
	height: 75px;
	margin: 0px;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
#Contact {
	float: right;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-weight: bold;
}

.thrColFixHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: normal;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #000000;
}
#footer h4 {
	text-transform: uppercase;
	color: #990000;
	line-height: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 15px;
}

.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;
}

/* Structure */

#BarTop {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/TopRed.jpg);
	height: 8px;
	background-repeat: no-repeat;
}

#BarBottom {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/BottomRed.jpg);
	background-repeat: no-repeat;
	height: 14px;
}

#Flash {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/FlashDropShadow.jpg);
	background-position: left top;
}

#Ticker {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/TickerDropShadow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#sidebar1 li {
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(images/Red.jpg);
	width: 155px;
	height: 17px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-indent: 10px;
	list-style-type: none;
}
#sidebar1 ul {
	padding: 0px;
	margin: 0px;
}

#accordion {
	margin:0px;
	padding: 0px;
}

h3.toggler {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #991B1E;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
#Title {
	height: 20px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/NewDrop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 721px;
}

#Stuff {
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/BackgroundDropShadow.jpg);
	background-position: left top;
	width: 736px;
	clear: both;
}

.LineThrough {
	text-decoration: line-through;
	color: #981C1E;
	font-size: 12px;
}
.Title {
	font-size: 15px;
	padding-left: 30px;
	color: #981C1E;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar2 img {
	padding: 10px;
	margin: 0px;
}
#sidebar2 h5 {
	font-weight: normal;
	color: #981C1E;
	font-size: 12px;
}
#sidebar2 p {
	font-size: 11px;
}

#sidebar1 a {
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#mainContent ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 140%;
}
#Black {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 155px;
	clear: both;
}
#Black p {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	margin: 0px;
}

#header img {
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header p {
	margin: 0px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header a {
	font-weight: normal;
	color: #000000;
}

#Right {
	float: right;
	width: 520px;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}

#Right h2 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#Right img {
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Black h3 {
	font-weight: bold;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Black h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
