/*****    screenstyles    *****/

/*********    Generics   *********/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
                color: #333;
                margin: 0;
 	padding:0;
 	background: #fff;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #003399;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003399;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #039;
}

hr {
               border:0;
               border-top: 1px solid #ccc;
               height: 0;
               background: #ccc;
 }

table {
              font-size: 1em;
 }

.tx-newloginbox-pi1 td p {
              font-weight:bold;
}
/****    Links    ****/

a:link, a:visited, a:active{
	color: #036;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

strong .central{
	text-align: center;	
}

/*********    Header    *********/

#hdr{
	background-image:url(../images/banner_bg.gif);
}

/*********    Left Nav    *********/

#lh-col{
	font-size: 0.8em;	
}

#lh-col li {
	list-style-type: none;
	border-top-color: #CCC;
	border-top-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 0.5em 0em .5em 0em;
	margin: .5em 0em .5em -2em;	
}



/********    Content     *********/

.skiplink {
	display:none
}

#photo{
	border: solid #ff6600 1px;
}

/****    Lists    ****/
#content li {
	margin-left: 1em;
	margin-bottom: 1.5em;
}
#content ul li {
	list-style-type: square;
}

#content ol.num li {
	list-style-type: decimal;
}
#content ol.aUp li {
	list-style-type: upper-alpha;
}
#content ol.a li {
	list-style-type: lower-alpha;
}
#content ol.rom li {
	list-style-type: lower-roman;
}
#content dt {
	font-weight: bold;
	margin-left: 1.5em;
}
#content dd   {
	margin-left: 1em;
	margin-bottom: 1.5em;
}

/****    Footer    ****/

#footer{
	text-align: center;
	font-size: .65em;
}

