/* Winpad32 */

* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

html {
  margin: 0;
  padding: 0;
}

img {
	display:block;
	float:none !important; /* fix overlapping images in IE mobile */
}


body {
  padding: 0px;
  background: #4c4f5b none repeat scroll 0% 50%;
  text-align: center;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
 
}

a {
  color: #04090e;
  text-decoration: underline;
}

a:visited {
  color: #04090e;
}

a:active {
  color: #04090e;
}
a:hover {
  color: #c31e17;
}
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}


#container {
  border: 3px solid #000;
  margin: 25px auto 250px auto;
  width: 90%;
  background: #708cb3 url(../images/back.jpg) repeat scroll left top;

  color: #333333;
  line-height: 111%;
  min-width: 230px;
  max-width: 230px;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
}

#topbase {
  background: #ececec;

}

#tophandheld {
  background: #ececec;
margin: 0px 0px 20px 0px;
}

#top {
  background: #ececec;
display: none;
}

#topnav {
  background: #ececec;
font-size: 0.8em;
word-spacing: 0pt;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
min-width: 230px;
max-width: 230px;
background: #708cb3;
}

ul#navtop li {
list-style-type: none;
display: inline;
text-align: right;
margin: 0px 5px 0px 0px;
padding: 0px 0px 0px 0px;
}

ul#navtop li.active {
  color: #d1e2f9;
/*  background: #000 none repeat scroll 0% 50%; */
  font-weight: normal;
border-bottom: 0px solid #fff;
}

#leftnav {

border: 0px solid #000;
float: left;
margin: 5px 0px 0px 5px;
padding: 20px 0px 0px 0px;
min-width: 60px;
max-width: 60px;
text-align: center;
display: none;
}

#rightnav {

margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #000;
font-size: 0.8em;
}

ul#navright li {
border: 0px solid #708cb3;
text-align: left;
list-style-type: square;
margin: 5px 0px 3px 35px;
}

#rightnavbanner {

border: 0px solid #000;
margin: 10px 0px 20px 20px;
padding: 0px 3px 0px 3px;
  text-align: left;
font-size: 1.2em;
color: #04090e;
}

#content {
  border: 0px solid #000000;

  margin: 10px 0px 20px 10px;
  padding: 0px 3px 0px 3px;
  text-align: justify;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  color: #000;
  min-width: 180px;
  max-width: 180px;
  list-style-position: outside;
  list-style-type: square;

}

#contentpic {
  border: 0px solid #000000;
display: none;
}

#contentpicpda {
  border: 0px solid #000000;
}

#contentilink {
  border: 0px solid #000000;
display: none;
}

#contentilinkpda {
  border: 0px solid #000000;
  margin: -10px 0px 20px -7px;
}

#footer {

  border-top: 3px solid #000;
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 1px 10px;
  color: #444444;
background: #ececec;
  clear: both;
  text-align: left;
  font-size: 0.7em;
}

#footerright {

float: right;
margin: -14px 0px 0px 0px;
padding: 0px 10px 0px 0px;
font-size: 0.7em;
}


