@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:"Helvetica, Arial", sans-serif;
	font-size:12px;
	line-height:200%;
	background: #090817;
	background-image:url(../images/site/bg.gif);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	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:#CCCCCC;
}
.oneColFixCtr #container {
	width: 723px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #373640;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #headerNav {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/site/contents_bg.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtr #footer {
	margin: 0;
	padding: 20px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.text{
	text-align: justify;
}

.centertext{
	padding:0 130px 13px 120px;
	margin:0;
	text-align: center;
}

#mainContent sup{font-size:smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
h2
{
	color:White;
	font-size:19px;
	font-weight:normal;
	line-height:160%;
	letter-spacing: 1px;
	padding:10px 0 25px 0px;
	text-align:center;
}
h3
{
	font-size:12px;
	line-height: 100%;	
	font-weight:normal;
	color:#9999CC;
	margin:0 0 10px 0;
}
.textLineSpace
{
	font-size:6pt;
	line-height:100%;
}

.textContent
{
margin:0 130px 0px 100px;
}

.textList{	
	line-height: 120%;	
	margin-top: 1px;
	margin-bottom: 9px;	
}

#pgnum {
	text-align:center;
	color: White;
	margin:0 auto 20px auto;
}
.selected{
	padding:3px;
}
.thumbnails{
width: auto;
margin: 0 80px 0 80px;
padding: 0 0 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.purple {
	font-weight:normal;
	font-size:15px;
	line-height: 100%;	
	color:White;}
.date{
	font-weight:bold;
	color:White;
}
strong {
	margin:0;
	padding:0;
	font-family:"Helvetica, Arial",sans-serif;font-size:12px;line-height:70%;
	color:#9999CC;
	font-weight:normal;
}
em {
	margin:0 0 0 5px;
	padding:0;
	font-size:10px;
	font-style:normal;
	line-height:70%;
	color:#090817;
	font-weight:normal;
}
.clearboth { clear: both; }

.center {
	text-align:center;
}

.pgnum {
	padding: 2px 4px 2px 4px;
	margin:0 0 0 7px;
}

div.hr {
	margin: 22px 0;	
	height: 13px;
  	background: url(../images/site/hr.gif) no-repeat scroll center;
}

table, tr, td
{
border-collapse: collapse;
border: none;
margin:0;
padding:0;
}


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

a.link:link{text-decoration: none; padding: 3px; color:#666666;}
a.link:active{text-decoration: none; padding: 3px; color:#666666;}
a.link:visited{text-decoration: none; padding: 3px; color:#666666;}
a.link:hover {text-decoration: none; padding: 3px; background:#666666; color:White;}

a.pgnum_link:link{text-decoration:none;color:#666666;padding: 2px 4px 2px 4px;margin:0 0 0 7px}
a.pgnum_link:visited{text-decoration:none;color:#666666;padding: 2px 4px 2px 4px;margin:0 0 0 7px}
a.pgnum_link:active{text-decoration: none; color:#666666;padding: 2px 4px 2px 4px;margin:0 0 0 7px}
a.pgnum_link:hover{text-decoration:none; color:#ffffff; background:#666666; padding: 2px 4px 2px 4px;margin:0 0 0 7px}

