@charset "utf-8";
/* CSS Document */


body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CEC413;
}
.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}


img.type1 {color: #000000; border-style: solid;  border-width: thin;

}

body {
	background-color: #484848;
}
a:link {
	color: #5E5E5E;
	font-weight: normal;
}
a:hover {
	color: #5E5E5E;
	
}
a:visited {
	color: #5E5E5E;
}

a:active {
	color: #5E5E5E;
}

     a.nav:link    {color: #CEC413; }
     a.nav:visited {color: #CEC413; }
     a.nav:hover   {color: #CEC413; background: #000000; text-decoration: underline overline; }
     a.nav:active  {color: #CEC413; }    

 
     a.url:link    {color: #CEC413; font-size: 10px; }
     a.url:visited {color: #CEC413; }
     a.url:hover   {color: #CEC413; background: #000000; text-decoration: underline overline; }
     a.url:active  {color: #CEC413; }    
 


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: xx-large;
	color: #CEC413;
}
h2 {
	font-size: x-large;
	color: #CEC413;
}
h3 {
	font-size: large;
	color: #CEC413;
}
#holder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #5E5E5E;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
	overflow: auto;
	z-index: auto;
	height: auto;
	list-style-position: outside;
}



#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	padding: 15px;
	background-color: #484848;
	text-align: left;
	width: 770px;
	vertical-align: middle;
	height:40px;
	color: CEC413;
}
#nav_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #484848;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 770px;
	padding: 15px;
	border-top-style: outset;
	border-top-color: #787878;
	border-top-width: thin;
	border-top-style: dotted;
	text-transform: uppercase;
	color: #CEC413;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #5E5E5E;
	padding: 15px;
	width: 768px;
	height: auto;
	border-style: solid;
	border-color: #787878;
	border-width: thin;
}

#spacer {
    border-bottom-style: ridge;
	border-bottom-color: #DEDEDE;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	height:20px;
	background-color: #484848;
	width: 798 px;
}

#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #484848;
	text-align: center;
	font-variant: small-caps;
	padding: 15px;
	width: 770px;
	height: auto;
	clear: both;
}