/*
td {border-bottom:1px dashed red;border-right:1px dashed red;}
table {border-top:1px dashed red;border-left:1px dashed red;}
*/
#print { /* id to disable elements for printed pages - use with '#screen' id in print version of stylesheet */ display:none;}
html {height: 100%; margin-bottom: 1px;}/*permanent scrollbar for mozilla browsers*/
body {font-size:82%; font-family:Verdana, sans-serif;color:#000000;margin:0px 0px 0px 0px;padding:0px;background-color:#ffffff;background-image:url(/images/main-bg.jpg);background-repeat:repeat-x; /*needed to center tables for IE 5+*/}
/* divs ########################################################## */

div.header,div.body,div.footer {
width:760px;
margin:0 auto;
}
div.header {
background: url(/images/header.jpg) no-repeat;
padding-top:96px;
}

div.menu {

}

div.body.one {
text-align:left;
height:222px;
background-color:white;
}

div.body.one #pic1, div.body.one .pic1{
float:right;
}
div.body.one div.col1 {
font-size:82%;
height:222px;
overflow:auto;
background-color:white;
}

div.body.one div.col1 p{
margin:0px;
padding:8px 8px 4px 8px;
line-height:1.4em;
}

div.body.one div.col1 h1,div.body.one div.col1 h2{
font-size:175%;
color:#B18C00;
border-bottom:1px dashed #B18C00;
margin:12px 20px 0px 9px;
padding:0px 0px 8px 0px;
}

div.body.one div.col1 h2{
font-size:120%;
border:0;
}
div.body.one div.col1 h4{
clear:both;
font-size:120%;
color:#B18C00;
border-top:1px dashed #B18C00;
margin:12px 20px 0px 9px;
padding:8px 0px 0px 0px;
}


div.body.two {
text-align:left;
}

div.body.two h2{
	background: url(/images/b2headerbg.jpg) repeat-y;
	margin:0;
	padding:4px 2px;
	font-size:120%
}

div.body.two ul{
	list-style-image: url(/images/bullet.gif);
}

div.body.two ul li{
	margin:8px 2px;
}

div.body.two div {
float:left;
background:#FFEFBF;
font-size:82%
}


div.body.two div.center {
background:#FEF5D7;
}

div.body.two div.left {
width:278px;
}

div.body.two div.right img {
float:left;
margin-right:8px;
}

div.body.two div.right p {
margin:0px;
padding:8px 8px 0px 8px;
font-weight:bold;
}

div.body.two div.center,div.body.two div.right  {
width:241px;
}
div.body.two div.center,div.body.two div.right,div.body.two div.left  {
height:190px;
}

div.footer  {
clear:left;
text-align:right;
color:white;
background: #C9D4EB;
height:20px;
}

div.footer span {
padding:3px 6px;
display:block;
font-size:0.82em
}

div.footer a {
color:white;
}

div.avieimage{
text-align:center;
}
div.avieimage div{
float:left;
width:32%;
text-align:center;
margin:8px 0 16px 0
}

ul.form{
list-style-type:none;
margin:0 0 0 12px;
}
ul.form li{
margin:8px 0
}
ul.form li span{
margin:0 6px 0 0;
width:75px;
float:left;
display:block;
font-weight:bold;
}
/* para ########################################################## */
p {margin-top:0px;margin-bottom:6px;}

/* img ########################################################## */
img {border-width:0px;}
img#left {float:left;margin:4px 12px 0 0}
img#right {float:right;margin:4px 0 0 12px;}
img.bullet {vertical-align:baseline;background-color:black;width:5px;height:5px;margin-left:0px;margin-right:5px;margin-bottom:1px;}
img.bulletBig {vertical-align:baseline;background-color:black;width:7px;height:6px;margin-left:0px;margin-right:5px;margin-bottom:-1px;}
img.vLine {width:1px;height:9px;background-color:#006A46;margin:0px 0px -1px 0px;}
/* forms ########################################################## */
form {margin:0;}
input,select,textarea {font-family:Tahoma,sans-serif;font-weight:normal;color:Black;}
textarea {font-size:0.92em;}
/* lists ########################################################## */
ul {margin:0px 0px 10px 20px;padding-left:0;}
li {margin:2px 0px 0px 0px;}
/* links ########################################################## */
a,.link {/*font-family:Arial, sans-serif;*/
color:#0000ff;text-decoration:none;}
a:hover  {text-decoration:underline;}
/* hr ########################################################## */
hr{background-color:#cccccc;color:#cccccc;border-width:0;height:1px/*margin:0px 0px 0px 0px;*/}
/* general ########################################################## */
iframe {border:0px;margin:0px;}
.trans {background-color:transparent;}
.justified {text-align:justify;}
