@charset "UTF-8";
/* CSS Document */

img, div {
	behavior: url(js/iepngfix.htc)
} /**Fixes the transparent PNGs in IE 5.5+**/
body {
	font: 80% Helvetica, Arial, Verdana, sans-serif;
	background: #343434;
	background-image:url(../images/dots.png);
	background-repeat:repeat-x;
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:842px;
	color: #888888;
}

.oneColFixCtrHdr dt{ /*Definition Titles, used on FAQ page */
 font-weight:bold;
 margin-top:20px;
}

.links{
	font-weight:normal;
}


.oneColFixCtrHdr #container { /* Holds the entire page */
	width: 786px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
}
.oneColFixCtrHdr #header { /* Holds the flash menu at the top of the page */
	margin-left:22px;
}
.oneColFixCtrHdr #headerShadow { /* Puts a shadow around the flash file */
	background-image:url(../images/topShadow.png);
	width: 830px;
	height: 120px;
	background-repeat:no-repeat;
	margin-left:-22px !important; /* IE 6 doesn't understant !important so this margin is replaced by 0 in IE 6, This allows the page to center correctly */
	margin-left:0px;
}
.oneColFixCtrHdr #bodyAndFooter {
	width:830px;
	height:400px;
	margin-left:-22px !important; /* IE 6 doesn't understant !important so this margin is replaced by 0 in IE 6, This allows the page to center correctly */
	margin-left:0px;
	margin-top:-25px;
}
.oneColFixCtrHdr #content { /*holds the content from the of the external html files */
	width:826px;
	float:left;
	display: inline;
}

.oneColFixCtrHdr #footer {
padding-top:70px;
padding-left:50px;
}

.oneColFixCtrHdr #footerP {
padding:0;
margin:0;
}

.oneColFixCtrHdr #divider { /* The divider of the Bio page */
	margin-left:20px;
	margin-top:20px;
	border-right-width:thin;
	border-right-style:solid;
	border-right-color:#000000;
	width:1px;
	height:300px;
	float:left;
}
.oneColFixCtrHdr #external { /* Syles the external html files */
	background-image:url(../images/m.png);
	background-repeat:repeat-y;
	min-height:200px;
	width:830px;
	overflow: hidden;
}
.oneColFixCtrHdr #tagline { /* Make it special! */
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}
.oneColFixCtrHdr #t { /* The top image of the middleContainer */
	background-image:url(../images/t.png);
	width:830px;
	height:47px;
	background-repeat:no-repeat;
	float:left;
}
.oneColFixCtrHdr #b { /* The bottom image of the middleContainer - Also contains the image for the footer*/
	background-image:url(../images/b.png);
	width:830px;
	height:119px;
	margin-top:0px;
	background-repeat:no-repeat;
	float:left;
}
a:link {
	text-decoration:underline;
	color:#33CCCC;
}
a:visited {
	text-decoration:underline;
	color:#33CCCC;
}
a:hover {
	text-decoration:underline;
	color:#0099FF;
}
a:active {
}
.bigLinks a:link {
	text-decoration:none;
	color:#33CCCC;
}
.bigLinks a:visited {
	text-decoration:none;
	color:#33CCCC;
}
.bigLinks a:hover {
	text-decoration:underline;
	color:#0099FF;
}
.bigLinks a:active {
}
.links a:link {
	text-decoration:none;
	color:#888888;
}
.links a:visited {
	text-decoration:none;
	color:#888888;
}
.links a:hover {
	text-decoration:none;
	color:#0099FF;
}
.links a:active {
}
