/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 100%;
}
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:13px;
	margin:0;
	line-height:14pt;
	background:#212b07 url(../giffs/bgdtile.gif) repeat;
	height: 100%;
}

/*  navigation styling  */

#navigationrow {
width: 600px;
height: 32px;
background:url(../giffs/menu.gif);
margin-bottom:5px;
}

#navigation{
height: 32px;
overflow: hidden;
margin:auto;
background-image: url(../giffs/menu.gif);
}

#navigation ul {
list-style: none;
display:block;
}

#navigation li {
display: inline;
float: left;
}

#navigation a {
height: 34px;
background:url(../giffs/menu.gif) ;
text-indent: -5000px;
}

#s1 a { display: block; width: 62px; background-position: 0px 0px;}
#s1 a:hover {background-position: 0px -32px;}

#s2 a {display: block; width: 95px; background-position: -62px 0px;}
#s2 a:hover {background-position: -62px -32px;}

#s3 a { display: block; width: 88px; background-position: -157px 0px;}
#s3 a:hover {background-position: -157px -32px;}

#s4 a { display: block; width: 78px; background-position: -245px 0px;}
#s4 a:hover {background-position: -245px -32px;}

#s5 a { display: block; width: 62px; background-position: -323px 0px;}
#s5 a:hover {background-position: -323px -32px;}

#s6 a { display: block; width: 105px; background-position: -385px 0px;}
#s6 a:hover {background-position: -385px -32px;}

#s7 a { display: block; width: 92px; background-position: -490px 0px;}
#s7 a:hover {background-position: -490px -32px;}

/* navigation */

div.spacer{clear:both; height:0px; display:block;}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height:normal;
}

h1
{
	font-size:22px;
	color:#95bc0e;
	padding:5px;
	padding-bottom:3px;
	padding-left:10px;
	margin-bottom:0px;
	margin-top:0px;
	background:#212b07;
	font-weight:bold;
	
}
h2
{
	font-size:16px;
	color:#467ebc;
	margin-bottom:15px;
}

h3
{
	font-size:16px;
	color:#fff;
	padding:5px;
	padding-bottom:4px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:0px;
	background:#212b07;
	font-weight:bold;
}

h4
{
	font-size:18px;
	color:#96bf0d;
	font-weight:bold;
}
h5
{
	font-size:17px;
	color:#e2007a;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:0px solid #011a24;
}

/* Text Styles */
p, th, td, dd, dt, ul,ol,li,blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
}



#content ul,#content li
{
	margin:0;
	padding:0;
	margin-left:10px;
}

#content li
{
	border-bottom:1px solid #212B07;
	margin-bottom:4px;
	padding-bottom:4px;
	color:#95BC0E;
}

#content ol
{
	margin:0;
	padding:0;
	margin-left:15px;
}

p
{
	margin-bottom:10px;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
  color:#95bc0e;
}
img {
  border: none;
  vertical-align:top;
  padding:0;
  margin:0;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; margin-right:20px; }
.floatRight { float: right; margin-left:10px; }
.floatRight-border { float: right; margin-left:10px; border:2px solid #fff; padding:2px;}
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

.maintextpadding
{
	padding-left:25px;
	padding-right:25px;
}