/*								  *
*			   TYPE Selectors                    	  *
*								 */
body {
	padding: 10px;			 
	margin: 0; 				font-family: arial, sans-serif; 
	color: #000; 				voice-family: inherit;	
	font-size: 15px;			background-color: #009999;
}
unknown {
	font-size: 15px;
}
h1 {
	font-size: 20px;			color: #009999;
	margin: 10px 0;
}
h2 {
	font-size: 18px;			margin: 0;
	text-align: left;			margin-left: 20px;
}
h3 {
	font-size: 16px;			text-align: center;
	margin: 0;				margin-left: 20px;
}
h4 {
	font-size: 15px;			margin: 0;
	margin-left: 20px;
}
p {
	text-indent: 15px;			width: 760px;
	margin: 10px 20px;			font-size: 15px;
	text-align: left;
}
p:first-letter {
	font-size: 20px;			text-shadow: black;
}
a {
	color: #55a;
}
a:visited {
	color: #666;
}
img {
	border: 0;
}

/*								     *
*			      ID Selectors                           *
*                                                              	    */
#benelist li {
	margin: 8px;				list-style-image: url('images/icon.gif');
}
#benelist {
	margin: 10px 100px; 			text-align: left;
}
#foot {
	text-align: center; 			padding: 5px; 
	border-top: 1px solid #009999;
}
#membertable {
	width: 750px;				border-collapse: collapse;
	margin-left: auto;			margin-right: auto;
}
#membertable tr td {
	font-family: "Times New Roman", serif;
	border: 1px solid #009999;		
	text-align: center; 			padding: 2px;
	-moz-border-radius: 3px;		-khtml-border-radius: 3px;
	border-radius: 3px;			
	font-size: 14px;			background-color: #fff;
}
#membertable tr th {
	font-family: "Times New Roman", serif;
	border: 1px solid #009999;		font-weight: bold;
	text-align: center; 			padding: 2px;
	-moz-border-radius: 3px;		-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;			background-color: #f9ffff;
}
#page {
	width: 800px;				text-align: center; 
	padding: 0;				border: 1px solid #00f;
	background-color: #fff;			color: inherit;
	margin-left: auto;			margin-right: auto;
}

/*   Menu Tabs                                                 */
#tabs1 {
	float:left;				width:100%;
	background:#fff;			font-size:13px;
	line-height:normal;			border-bottom:1px solid #009999;
	font-weight: bold;
}
#tabs1 ul {
	margin:0;				padding:10px 10px 0 50px;
	list-style:none;
}
#tabs1 li {
	display:inline;				margin:0;
	padding:0;
}
#tabs1 a {
	float:left;				background:url("images/tableft1.gif") no-repeat left top;
	margin:0;				padding:0 0 0 4px;
	text-decoration:none;
}
#tabs1 a span {
	float:left;				display:block;
	background:url("images/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;		color:#009999;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
	color:#009999;
}
#tabs1 a:hover {
	background-position:0% -42px;		color: black;
}
#tabs1 a:hover span {
	background-position:100% -42px;		color: black;
}
#tabs1 #current a {
	background-position:0% -42px;
}
#tabs1 #current a span {
	background-position:100% -42px;	color: black;
}
#trimage {
	float: right;				 margin-right: 20px; 
	margin-top: 15px;
}

/*								     *
*			    Class Selectors			     *
*								    */
.alc {
	text-align: center;
}
.all {
	text-align: left;
}
.arch {
	border-top: 1px solid #009999;		padding: 12px 0;
	text-align: center;
}
.container {
    width: 640px;				        padding: 15px;
    margin: 3px 0 20px 0;			    border: 1px solid #009999;
	-moz-border-radius: 9px;		    -khtml-border-radius: 9px;
	border-radius: 9px;			        background: #fff;
}
.event {
	border: 1px solid #009999;		    background-color: #f9ffff;
	width: 550px;				        padding: 5px 10px;
	font-family: "Times New Roman", serif;	
    margin: 20px;                   	margin-left: 110px;
}
.exec {
	border-top: 1px solid #009999;		padding: 12px 0;
	height: 150px;
}
.small {
	font-size: 11px;
}
.m10 {
     margin-left: 10px;
}
.m20 {
     margin-left: 20px;
}