body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffff99;
	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;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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. */
}
.oneColLiqCtrHdr #header {
	background: #ffffff; 
	width:100%;
	padding: 0 0 0 0px;  /* 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. */
}
.oneColLiqCtrHdr #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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width:100%;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	text-align:center;
} 
.oneColLiqCtrHdr #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: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFF99;
	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;
}

/*------------------------------------------------------------------------------------------------Font Definitions   */

A { font-size:12px; color: #000000; border:1px white ;text-decoration:none }

a:hover {color: red;text-decoration:none}

h1	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px; 
	color: #000000; 
	text-decoration:none
}

h3	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #000000; 
	text-decoration:none
}

h4	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 900; 
	color: #000000; 
	border:1px white ;
	text-decoration:none
}

h4 a:link{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 900; 
	color: #000000; 
	border:1px white ;
	text-decoration:none
}

h4 a:active	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 900; 
	color: yellow; 
	border:1px white ;
	text-decoration:none
}

h4 a:visited	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 900; 
	color: yellow; 
	border:1px white ;
	text-decoration:none
}
h4 a:hover	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 900; 
	color: white; 
	border:1px white ;
	text-decoration:none
}

h5	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 900; 
	color: #ffffff; 
	text-decoration:none
}

h5 a:link{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 900; 
	color:#FFFF00; 
	text-decoration:none
}

h5 a:hover	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 900; 
	color:#FF6600; 
	border:1px white ;
	text-decoration:none
}

h5 a:visited	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 900; 
	color:#FFFF00; 
	border:1px white ;
	text-decoration:none
}

/*------------------------------------------------------------------------------------------------Table Definitions   */

table.bio {
	background-color:#FFCC99;
	padding:0;
}

table.blackb2 {
	background-color:#ffffff;
	width:100%;
	margin:0;
}

table.cal {
	background-color:#777777;
	border-width: medium;
	border-style: solid;
	border-color: #000000;
}

table.cgbox {
	background-color:#666666;
	border-width: medium;
	border-style: solid;
	border-color: #000000;
	padding-left:2%
}

table.contact {
	background-color:#EEF0AE;
}

table.contact2 {
	border-color:#000000;
	border-style:solid;
	border-width:medium;
	background-color:#999999;
}

table.doc {
	background-color:#333333;
	padding:0 5% 0 5%;
}

table.equip {
	background-color:#000000;
	border-width: medium;
	border-style: solid;
	border-color: #000000;
}

table.maintab{
	border-color:#000000;
	border-style:solid;
	border-width:thick;
	background-color:#FFFFFF;
	vertical-align:top
}

table.mem{
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	background-color:#888888;
	width:100%;
	vertical-align:top
}

table.mem2{
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	background-color:#B54040;
	width:100%;
	vertical-align:top
}

table.newprog{
	background-color:#FFFF99;
	width:100%;
	border-left-color:#FFFF99;
}

table.photo {
	background-color:#666666;
}

table.photo2 {
	background-color:#bbbbbb;
	border-style:solid;
	border-color:#000000;
	border-width:thick;
}

table.PresLevel {
	background-color:#ffff99;
	padding:0 0 0 0;
}

table.Preslevel2 {
	background-color:#800000;
}

table.Preslevel3 {
	background-color:#ff3300;
	border-style:solid;
	border-color:#000000;
	border-width:thin;
	margin:0;
	height:80%;
}

table.sharedboxtest {
	vertical-align:top;
	margin-left:20px;
}

table.selection {
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	background-color:#ffffff;
	width:100%;
}

table.selectionno {
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	background-color:pink;
	width:100%;
}

table.selection2 {
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	background-color:#ffffff;
	width:50%;
}

table.selection3 {
	border-color:#000000;
	border-style:double;
	border-width:thick;
	background-color:#ffffff;
	width:100%;
}

table.selection4 {
	border-color:#ffffff;
	border-style:solid;
	border-width:thin;
	background-color:#000000;
	width:100%;
}

table.som {
	border-color:#ffffff;
	border-style:solid;
	border-width:medium;
	background-color:#333333;
	width:100%;
}

table.taux {
	background-color:#CC9900;
}

table.temoi {
	background-color:#804000;
}

table.princ {
	background-color:#FFFFFF;
	width: 100%;
	margin:0;
	padding:0;
}

table.typecg {
	border-color:#000000;
	border-style:solid;
	border-width:medium;
	background-color:#FFCC33;
	vertical-align:top
}


