body { 
	background: #cccccc url("images/bg.gif"); 
	font-family: Arial, Helvetica, sans-serif; 
}

#wrap { 
	margin: 0;
}

#container { 
	width: 643px;
	padding: 0;
	border: 1px solid #333333;
	/* background: #E8E8E8; */
	background: transparent;
}

#container td { 
	padding: 10px;
	vertical-align: top;
}

.borderBottom {
	border-bottom: 1px solid #333333;
}

.borderTop {
	border-top: 1px solid #333333;
}

.borderLeft {
	border-left: 1px solid #333333;
}

#container p { 
	line-height: 20px;
}

#banner {
	width: 640px;
}

#banner td {
	padding: 0px;
	border: none;
}

table {
	color:#000066;
}

li {
	list-style-type:square;
	padding-bottom: 5px;
	color:#000066;
}

li li {list-style-type:disc;}

a:link {
	color:#993300;
	text-decoration: underline;
}
	
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}


a:hover {
	color: #666666;
	text-decoration: underline;
}

#navigation {
	vertical-align: top;
}

#navigation ul, #navigation li {
	width: 100px;
	list-style: none;
	margin: 5px;
	color:#000066;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#navigation li {
	margin-bottom: 20px;
}

#navigation a:link { color:#666666; text-decoration: none; }
#navigation a:visited { color: #666666; text-decoration: none; }
#navigation a:active { color: #666666; text-decoration: none; }
#navigation a:hover { color: #666666; text-decoration: underline; }

.navCurrent {
	color: #666666;
	font-weight: bold;
}

.submenu {
  padding-left: 15px;
  margin-right: 0;
  padding-right: 0;
}

.heading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	font-size: 30px;
	color:#000066;
	font-weight:normal;
	margin-bottom:-10px;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000066;
	font-weight:normal;
	margin-bottom:2px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000066;
	margin-bottom:2px;
	font-size: 16px;	
	font-weight: bold;
	padding-bottom: 15px;
}

.center {
	text-align: center;
}

.imgLeft {
  float: left;
}

.logo {
	margin-right: 20px;
	margin-left: 20px;
}

.presentation {
	background: #FFFFCC;
	border: solid 1px #333333;
}

.key {
	font-size: 12px;
}

.keyYellow {
	background: yellow;
	border: solid 1px #333333;
}

.keyRed {
	background: red;
	border: solid 1px #333333;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000066;
	font-weight:normal;
	font-size: 11px;
	text-align: center;
}

.label {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
}