body {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #121212;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#header {
  height:93px;
  width:100%;
  background:#000 url('/images/logo.png') no-repeat top center;
  margin:0 auto 0 auto;
  }
  
#navbar {
  height:45px;
  width:100%;
  background: url('/images/navbg.png') repeat top center;
  margin: -15px auto 0 auto;
  }

#page {
width:90%;
margin:15px auto 0 auto;
}

#content {
float:none;
width:90%;
text-align:justify;
}

#contentleft {
float:left;
width:48%;
padding:10px 2% 50px 5%;
text-align:center;
}

#contentright {
float:right;
width:48%;
padding:10px 5% 50px 2%;
text-align:center;
}

a:link {
	text-decoration: underline;
 	color:#9D5FBB;
}

a:visited {
	text-decoration: underline;
	color: #AAAAAA;
}

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

.current {
	font-weight: bold;
 	color: #AAAAAA;
	background-color: #666666;
}

.cthumb {
	background-color: #666666;
	border: 1px solid #666666;
}

.thumb {
	background-color: #333333;
	border: 1px solid #666666;
}

.image { border: 1px solid #aaaaaa;}
a:link .image {  border-color: #aaaaaa;}
a:visited .image {  border-color: #aaaaaa;}
a:hover .image { border-color: #ffffff;}

.mthumb { border: 1px solid #aaaaaa;}
a:link .mthumb {  border-color: #aaaaaa;}
a:visited .mthumb {  border-color: #aaaaaa;}
a:hover .mthumb { border-color: #ffffff;}

.slideImage { border-width: 0px; border: 0px solid; border-color: #ffffff;}
a:link .slideImage { border-color: #ffffff;}
a:visited .slideImage { border-color: #ffffff;}

#center	{
	text-align: center;
	position: relative;
}

#justify	{
	text-align: justify;
}

#centerflt	{
	width: 225px;
	text-align:center;
	position: relative;
	left: 50%;
	margin-left: -125px;
	padding: 10px 0 0 5px;
}

#floatl {
	float:left;
	margin-top: 10px;
}

#floatr {
float:right;
}

#red  {
	color:red;
	padding:10px 0 0 0;
	text-decoration: underline;
}

#gray  {color:#121212;
	   padding:10px 0 0 0;
}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.title a:link {
	text-decoration: none;
	color: #000000;
}

.title a:visited {
	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}

H3 {
	color: #CCCCCC;
	font-weight: bold;
	font-size : 20px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top: -10px;
}

#cardtitle {
	color: #CCCCCC;
	font-weight: bold;
	font-size : 20px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

.infotable {
	border: 0px solid #121212;
	border-collapse: collapse;
}

.infotable td {
	border: 0px solid #121212;
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #AAAAAA;
}

.comment {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 100%;
}

.regtxt {
	color: #FFFFFF;
	font-size: 100%;}

.smalltxt {
	color: #888888;
	font-size: 90%;
}

.xsmalltxt {
	color: #888888;
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #558800;
}

#footer {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #121212;
	color: #FFFFFF;
	text-align: justify;
	float: none;
	padding:30px 0px 30px 0px;
	}
	
div#bordernav img {
  width: 10%;
}
