
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background: url(images/bg.jpg) #9191a1 repeat-y center;
	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;
}

#header { 
	background: url(images/header.jpg) #DDDDDD;
	height:200px; 
	border-bottom:#000 solid 7px;
	
} 

#header h1 {
}

.purple #container { 
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #663399;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.purple #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #663399; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.purple #mainContent { 

background: #663399; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 30px 210px; /* 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: 10px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
} 

.green #container { 
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #006633;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.green #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #006633; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.green #mainContent { 
background: #006633; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 30px 210px; /* 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: 10px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
}

.pink #container { 
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #990066;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pink #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #990066; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.pink #mainContent { 
background: #990066; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 30px 210px; /* 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: 10px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
}

.blue #container { 
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #006699;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.blue #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #006699; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.blue #mainContent { 
background: #006699; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 30px 210px; /* 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: 10px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
}

.maroon #container { 
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #660000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.maroon #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #660000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.maroon #mainContent { 
background: #660000; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 30px 210px; /* 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: 10px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
}
 


#footer { 
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	height:30px;
}

#clearly { 
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color:#333333;
}

#clearly a {
font-size:9px;
color:#333333;
text-decoration:underline
}

#clearly a:hover {
color:#FFFFFF
}

.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;
}


.footerleft {
    float:left;
	left:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-left:10;
}

.footerright {
    float:right;
	left:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-right:10;
}

.members{padding-left:10; padding-top:20;}
.content{
}


.copyright {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;color:#FFFFFF}
.title {font-family:Verdana, Times, serif; font-size:20px;color:#CCCCCC;font-weight:normal;}
.link {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;color:#FFFFFF;text-decoration:none;font-weight:bold}
.openedlink {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:16px;color:#1E4A6F;text-decoration:none;font-weight:bold}
.CodeForeground {margin:0in;margin-bottom:.0001pt;font-size:9.0pt;font-family:Courier New;}
.CodeInText {font-family:Courier New;font-weight:bold;}
.ScreenText {font-family:Tahoma;}
.ImportantWords	{font-weight:bold;}
.Highlight {font-family:Arial;color:red;}

input{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;color:#818181;}
td {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:#FFFFFF;white-space:normal;}
ul {margin-left:15;}

.abstract {background-color:#c1b785; padding:10px; border: 1px dashed #FFFFFF; line-height:20px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;}
a.ablink {
	font-weight:bold;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration: none;
}
a.ablink:hover {font-weight:bold;font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;color:#FFCC00;}



select{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;color:#818181;}

a {font-weight:bold;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:#999999; text-decoration:none}
a:hover {font-weight:bold;font-family:Verdana,Arial,Helvetica,sans-serif;color:#FFFFFF;}

a.printlink {
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#0099FF;
	text-decoration: none;
}
a.printlink:hover {font-weight:bold;font-family:Verdana,Arial,Helvetica,sans-serif;color:#FFFFFF;}

.menustatic {
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding:10px;
	background-color: #663399;
	text-transform:lowercase;
	text-align:center;
	border:1px solid #FFF;
	text-decoration:none;


}

.menubox {float:right; padding:10px 10px 10px 10px}
.menu {margin-top:150px;padding:10px 10px 10px 10px}
	}
	
a.menu {
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	margin-right:5px;
	background-color: #000000;
	text-transform:lowercase;
	text-align:center;
	border:1px solid #FFFFFF;
	text-decoration:none

}
a.menu:hover {background-color:#FF0000}
a.menu:active {background-color:#663399}
