@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	text-align: center;
	font-size: 100%;
	background-image: url(../layout/4063804754_6af7c4f9f0.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
	background-repeat: repeat;
	background-position: right bottom;
	background-color: #F2F2F2;
	border: 1px solid #333;
} 
#header {
	height: 160px;
	background-image: url(../layout/gwm_header_wf1.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	font-size: .85em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 a:link {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #900;
	font-weight: bold;
}
#sidebar1 a:active {
	text-decoration: none;
}
#mainContent {
	clip: rect(auto,auto,auto,auto);
	font-size: 100%;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10;
	padding-right: 20;
	padding-bottom: 10;
	padding-left: 6;
} 
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
	text-align: justify;
}
#mainContent a:link {
	color: #41A8DF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #41A8DF;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 1em;
	font-weight: bold;
}
#mainContent a:active {
	text-decoration: none;
	color: #635AA6;
}

#mainContent ul li {
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	top: 0px;
	font-size: 0.9em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar2 a:link {
	color: #41A8DF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#sidebar2 a:visited {
	text-decoration: none;
	color: #41A8DF;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
#sidebar2 a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#sidebar2 a:active {
	text-decoration: none;
}


#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
} 
#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 */
	color: #CCC;
	text-align: center;
	font-size: 0.65em;
}


#footer a:link {
	color: #CCC;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: underline;
	color: #CCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #41A8DF;
}
#footer a:active {
	text-decoration: none;
}

.boldText {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.boldItalicText {
	font-style: italic;
	font-weight: bold;
}
.smallItalicText {
	font-size: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
}
.italicYellowText {
	font-size: .85em;
	font-style: italic;
	font-color: #F9F6A7;
	color: #f9f6a7;
}
.underLineText {
	text-decoration: underline;
}
.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;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #333;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
	color: #333;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
	color: #333;
}
.specialText {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-align: center;
	padding: 10px;
	cursor: default;
}
#container #header #FlashID {
	position: relative;
	left: -6px;
	top: 16px;
	border: 2px solid #333;
}
