/*img{
behavior:  url(pngbehavior.htc);
}
*/
body {
	width: 100%;
/*	height: 100%; */
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	 
} 

p {
	font-size: 10pt;
}

th {
	font-size:14px; font-weight: bold;
}

td {
	padding-left: 10px;
}

a:link img {border-style:solid; border-color:#000000;}
a:visited img {border-style:solid; border-color:#000000;}
a:hover img {border-style:solid; border-color:#AAAAAA;} 
a:active img{border-style:solid; border-color:#AAAAAA;}

#bigdiv {
	position:absolute;
	left: 10%;
	width: 70%;
/*	border: 1px solid #000000; */
}

#bigdivTable {
	width: 100%;
	text-align: center;
/*	border: 1px solid #000000; */

}
.header {
	background: #FFDD99;
	height: 60px; 
	text-align: left;
/*	vertical-align: middle; */
	padding: 20px;
}
.header div {
	font-size: 22px;
	font-weight: bold;
/*	position: relative;
	left: 20px;
	top: 10px; */
}

.navigation {
	width: 160px;
	background: #FFDDFF;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}

#navigationTable {
	text-align: left;
}

.bigLink, .activeLink {
	padding-left: 0px;
}

.bigLink a:link {color: #000000; text-decoration: none; font-size: 14px;} 
.bigLink a:visited {color: #000000; text-decoration: none; font-size: 14px;}
.bigLink a:hover {color: #AAAAAA; text-decoration: none; font-size: 14px;} 
.bigLink a:active {color: #AAAAAA; text-decoration: none; font-size: 14px;}

.activeLink a:link {color: #AAAAAA; text-decoration: none; font-size: 14px;} 
.activeLink a:visited {color: #AAAAAA; text-decoration: none; font-size: 14px;}
.activeLink a:hover {color: #AAAAAA; text-decoration: none; font-size: 14px;} 
.activeLink a:active {color: #AAAAAA; text-decoration: none; font-size: 14px;}

.smallLink {
	padding-left: 10px;
}

.smallLink a:link {color: #000000; text-decoration: none; font-size:12px;} 
.smallLink a:visited {color: #000000; text-decoration: none; font-size:12px;}
.smallLink a:hover {color: #AAAAAA; text-decoration: none; font-size:12px;} 
.smallLink a:active {color: #AAAAAA; text-decoration: none; font-size:12px;}

.content {
	/*width: 75%;*/
	background: #FFFFCC;
	text-align: left;
	padding: 20px;
	font-size: 14px;
}

.content a:link {color: #000000; text-decoration: underline; font-size:14px; font-weight: normal;} 
.content a:visited {color: #000000; text-decoration: underline; font-size:14px; font-weight: normal;}
.content a:hover {color: #AAAAAA; text-decoration: none; font-size:14px; font-weight: normal;} 
.content a:active {color: #AAAAAA; text-decoration: none; font-size:14px; font-weight: normal;}

.section {
	font-size: 16px;
	font-weight: bold;
}

.subsection {
	font-size: 14px;
	font-weight: bold;
}

.subsubsection {
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	margin-top: 5px;
	margin-bottom: -5px;
}



.title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;

}
.description {
	padding: 20px;
	border: 1px solid #000000;
	width: 100%;
	font-size: 14px;
}

.smaller td {
	font-size: small;
}

.smaller a:visited {font-size: small;}
.smaller a:link {font-size: small;}
.smaller a:hover {font-size: small;} 
.smaller a:active {font-size: small;}
