body { background-color: #CCCCCC; padding: 20px; text-align: center }
a { color: #6666FF }

h1 {
	font-style: italic; font-size: large;
	display: inline; vertical-align: top; margin: 20px;
}
dl { text-align: left }
dt { font-weight: bold; margin-top: 5px }
dd { margin-right: 100px }
ol li { margin-bottom: 10px }

img { border: none }

table {
	font-family: Verdana,Helvetica,Arial,sans-serif; 
}

table.outer {
	width: 760px; background-color: white; font-size: smaller
}

#main { padding-left: 30px; text-align: center;} 
#menu { vertical-align: top; }
#header { padding: 30px; }
#footer { text-align: center; font-size: smaller; padding-top: 30px }


.maintext{
	margin: 5px; text-align: left
}

.section{
	margin-top: 10px; text-align: left; font-size: x-small
}

.notice{
	font-weight: bold; border: solid thin #999999; text-align: justify; padding: 5px
}

.head{
	font-size: x-small; font-weight: bold
}

table.menu {
	font-size: smaller; margin: 20px; width: 200px; text-align: center;
} 

.menuitem, .activemenuitem { 
	padding-right: 5px; width: 85px; height: 55px; font-weight: bold; 
	background-color: #FFFFFF; background-repeat: no-repeat; 
}

.menuitem{ 
	background-image: url(menuitem.gif); 
}

.activemenuitem{ 
	background-image: url(activemenuitem.gif); 
}

a.menu { text-decoration: none }

.item{
	width: 180px; height: 116px; padding-top: 15px;	vertical-align: top;
	background: #FFFFFF url(item.gif) no-repeat; 
}

.itemhead{
	font-weight: bold; 
}

.itembody{
	padding: 10px
}

.resourcelabels {
	font-size: smaller; vertical-align: top;
} 

.imageleft { margin: 10px 10px 5px 0; float: left; clear: right }
.imageright { margin: 10px 0 5px 10px; float: right; clear: left }
.imagecenter { margin: 10px 0 10px 0; text-align: center}

.caption { font-size: smaller; text-align: center; }

table.options {  margin-left: 10px; font-size: x-small}
td.optionhead, td.optionbody {border-bottom: solid thin #CCCCCC; padding: 10px 5px 5px 5px}
td.optionhead { font-weight: bold}
td.optionbody { }


.smallprint { font-size: xx-small; border: solid thin #CCCCCC; padding: 5px;  }

.navbar { font-size: x-small }			
.copyright, .questions { margin: 5px; font-size: xx-small }

@media print {	
	table.menu { visibility: hidden; width: 0; }
}

.compliance { display: none }

