* { /* zero everythign and be explicit later */
	padding:0;
	margin:0;
}
body {
    background-image:url(images/bgtile.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#DCE5DF;
	min-width:775px;
	
	font-family:Century Gothic;
	line-height:1.7em;
	font-size:10px;
	color:#636363;
}
p {
	margin: 10px;
	font-size: 12px
}
a:link, a:visited {
	color: #568A9E;
}
a:hover, a:active {
	color: #BBD0D8;
}
ul {
	font-size: 12px;
	list-style-type: disc; 
	margin-right: 10px;
	line-height:1.2em;
	list-style-position: outside
	text-indent: 5px;
	margin-left: 20px;
	padding-left: 20px;
}
.large { 
	font-weight: bolder;
	color: green;
	font-size: 16px
 }
.med { 
	font-size: 11px;
	line-height:1.4em
 }
.small { 
	font-size: 10px;
	line-height:1.2em
 }
 .indent {
 	margin-left: 20px
 }
 .img1 {
 	padding: 5px;
 	border: 5px;
 	border-color: #FFFFFF
 }
 .img2 {
 	border: 1px;
 }

/* ****** BASE STRUCTURAL STYLES ****** */

div.section {
    width:775px;
    margin-left:auto;
    margin-right:auto;
}

#content {
    width:775px;
    padding:0 20px;
}

div.subsection {
    margin:1em 0 0 0;
    padding:0;
}

div.subsection.leftcol {
    width:345px;
    margin-left:0px;
    margin-right:15px;
    padding:0;
    clear:left;
    float:left;
}
div.subsection.rightcol {
    width:345px;
    margin-left:15px;
    margin-right:0px;
    padding:0;
    float:left;
}

div.subsection.onecol {
    width:720px;
    margin-left:0px;
    margin-right:0px;
    padding:0;
    clear:both;
}
iframe { 
	border: 1px dashed #666;
 }
div.arrows { width:300px; text-align:center }
div.arrows img { padding:8px }



