﻿/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url('../images/logo.gif'); width:274px; height:213px; z-index: -1;}
#topheader{float:right; width:526px; height:97px; background-color:#000000; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url('../images/bg_menu.gif'); background-repeat:repeat-x}
#submenu{float:right; width:526px; height:32px; background-image:url('../images/bg_submenu.gif'); background-repeat:repeat-x; z-index:1;}
#contenttext{float:right; width:526px;}
#contenttextcenter{float:right; width:526px;}
#contenttextextra{float:right; width:800px;}
#rightpanel{float:right; width:150px;}
#leftpanelalt{float:left; width:150px;}
#leftpanel{float:left; width:274px;font: 0.85em Tahoma, sans-serif;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding: 1px;}
#wiley{font: 0.80em Tahoma, sans-serif; color: black;}
#dman{float:left; background-image:url('../images/dman-balloon.png'); width:300px; height:162px}
#dman1,#dman2,#dman3,#dman4,#dman5,#dman6,#dman7,#dman8{margin-top:5px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}
.graypanel a:hover{
	text-decoration:underline;
	color: black;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	color: #000000;
	line-height: 1.5em;
}
.bodytext a{
	text-decoration:none;
	color: #444444;
}
.bodytext a:hover{
	text-decoration:underline;
	color: #222222;
}
.bodytext input{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
}
.ballontext1 {
	font: 1.3em Tahoma, sans-serif;
	font-weight:bold;
	font-style: italic;
	color: #ffffff;
}
.ballontext2 {
	font: 1.0em Tahoma, sans-serif;
	font-weight:bold;
	font-style: italic;
	color: #ffffff;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#E3002D;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#E3002D;
}
.smallertitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#E3002D;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallyellowtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: yellow;
}
.smallblacktext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #999999;
}
.smallblacktext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: black;
	text-decoration:none;
}
.smallblacktext a:hover{
	text-decoration:underline;
	color: yellow;
}
.smallblacktextbody a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: red;
	text-decoration:none;
}
.smallblacktextbody a:hover{
	text-decoration:underline;
	color: red;
}
.smallblacktextbody {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: black;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
	color: yellow;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
	color: black;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#E3002D;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#E3002D;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.smallredtextother {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#e3002D;
}
.smallredtextother a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#E3002D;
	text-decoration:none;
}
.smallredtextother a:hover{
	text-decoration:none;
	color:#990022;
}

ul {
	list-style-image: url('../images/checkmark.png');
	text-align: left;
}
li {
	padding: 3px;
}
.auto-style1 {
	text-align: right;
}
.auto-style2 {
	text-align: center;
}
.auto-style3 {
	text-align: left;
}
.auto-style5 {
	border: 1px solid #000000;
}
.auto-style4 {
	text-align: center;
	font-size: small;
}

