body {
	background-color:#AAA;
	margin:0px 0 0 0;
	font:50% Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
}


/*Contact Form****************************************
*****************************************************/
form#contact {
	margin:0;
	padding:0;
}

#contact fieldset {
border:none;
margin:0pt;
padding:0;
}

#contact .blocklabel br {
display:none;
}

#questionnaire legend {
font-size:1.5em;
font-weight:bold;
margin:0pt;
padding:0pt;
}

.blocklabel label {
display:block;
margin:0;
}



/*TYPOGRAPHY******************************************
*****************************************************/
h1 {
	font-size:1.6em;
	color:#000;
	margin-top:30px;
}
h2 {
	font-size:1.6em;
	color:#000;
	margin-top:30px;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
}
h3 + p {
	margin-top:0;
}
h3 + ul {
	margin-top:4px;
}

#content p {
	margin-right:60px;
	line-height:1.6em;
}

#content ul {
	padding-left:1.8em;
	margin-left:2px;
	margin-right:60px;
}

#content li {
	margin-bottom:.5em;
}

#content {
	font-size:1.4em;
}
/*LINKS**********************************************
*****************************************************/
a {
	font-weight:bold;
	text-decoration:none;
}
a:link {
	color:#000080;
}
a:visited {
	color:#555;
}
a:hover {
	color:#8C0000;
	border-bottom:1px dotted #999;
	background-color:#EEE;
}
a:active {
	font-weight:bold;
	border-bottom:1px dotted #999;
	background-color:#EEE;
}

/*LAYOUT**********************************************
*****************************************************/
#Table_01 {
	position:relative;
	width:650px;
	height:655px;
	margin:0 auto;
}

#index-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:650px;
	height:0;
	overflow:hidden;
	padding-top:170px;
	z-index:2;
	background:url(../images/index2_01.gif) no-repeat;
}

#index-02_ {
	position:absolute;
	left:0px;
	top:170px;
	width:650px;
	height:418px;
	background:url(../images/bg_02.jpg) repeat-y;
	z-index:0;
}

#index-03_ {
	position:absolute;
	left:0px;
	top:588px;
	width:640px;
	height:67px;
}
#contentContainer {
	position:absolute;
	left:26px;
	top:155px;
	width:598px;
	height:435px;
	z-index:1;
	overflow:hidden;
	background:url(./images/bg2_03.jpg) top left no-repeat #FFF;;
}
#content {
	position:absolute;
	right:0;
	width:430px;
	height:435px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
}
.last {
	padding-bottom:150px;
}
#hand {
	position:absolute;
	right:15px;
	bottom:-1px;
	width:384px;
	height:172px;
	overflow: visible;
}
.floatLeft {
	float:left;
}



/*NAVIGATION******************************************
*****************************************************/
#navlist
{
float:left;
padding: 1px;
margin-left: 15px;
margin-top:30px;
font: 11px verdana, sans-serif;
width: 10em;
color: gray; }

#navlist li
{
list-style: none;
margin: 0px;
border-left:none;
border-bottom: 1px gray dotted;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.4em;
text-decoration: none;
border:none;
border-left:3px #FFF solid;
font-weight:bold;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color:#888; }

#navlist li a:hover
{
font-weight:bold;
color: #000080;
background: #b1d5ed;
border-left: 3px #004080 solid;
}

#navlist li a.active {
	color:#000;
	background:#EEE;
	border-left:3px #DDD solid;
}



/*SUB-NAVIGATION**************************************
*****************************************************/
.tabcontainer {
	padding:0;
	margin:0;
	margin-top:33px;
	background: #fff;
	
	}
	
#miniflex {
	width: 366px;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;

	text-decoration: none;
	color: #999;
	}

#a {
	margin-left:-20px;
	position:relative;
}
#b {
	margin-left:20px;
}
#c {
	margin-left:20px;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	background-color:#FFFFFF;
	padding-bottom: 2px;
	color: #333;
	}
