/* CSS Document */

/* Sets all margins and padding to 0 to override browser defaults */
* {
	margin: 0;
	padding: 0;
}

body {
	background:#000000;
	margin: 0;
	padding: 0;
	/*font-family: Verdana, sans-serif;
	font-size: 1em;
	text-align: left;*/
}

a:link 		{color: #FFFFFF; text-decoration: none;}
a:visited 	{color: #FFFFFF; text-decoration: none;}
a:hover 	{color: #FFFFFF; text-decoration: underline;}
a:active 	{color: #FFFFFF; text-decoration: none;}

.hide_me {
	display: none;
}

.centerMe {
	text-align: center;
}

h2 {
	margin: 25px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left
}

h3 {
	margin: 5px 0 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

h4 {
	margin: 5px 0 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

img {
	border: none;
}
	

p {
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:1.0em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 135%;
}


#background {
	background:#000000;
    max-width:100%;
}

#wrapper {
	background:#000000;
	background-image: url(images/name-630.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 630px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
    z-index: 10;
}

#nav {

	padding: 90px 0 0px 0;
	text-align: center;
    z-index: 20;
}

#nav li {
	list-style: none;
	display: inline;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size:1.1em;
	border-right: 1px solid #FFFFFF;
	padding: 0 30px 0 30px;

}

#nav li.last {
	border-right: none;
}

#nav .current_page {
	font-weight: bolder;
    color: #DDDDFF;
}


#content {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
    border-style:solid;
    border-width:1px;
    border-color:#555555;
    background:#080808;
	z-index: 99;
}

/* A seperate id for text content */
#content-text {
	margin: 6px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	text-align: center;
    border-style:solid;
    border-width:1px;
    border-color:#555555;
    background:#080808;
	z-index: 99;
}

/* A seperate id for simple-viewer content */
#content-sv {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-style:none;
	text-align: center;
	z-index: 99;
}

/* A seperate class for simple-viewer content */
#content .sv {
	margin: 0px 0px 0px 0px;
}

/* Table Styles */
table {
	margin: 35px auto 0 auto;	
}

td {
	text-align: center;
	/*padding: 10px;*/
	width: 150px;
	height: 130px;
}


#footer {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
    z-index: 20;
}