body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
background: #444444;
margin:0;
padding:0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* layout structure */

#wrap{
	width:920px;
	margin: 0px auto; /*margin: 0px auto; will autocenter*/
	padding: 0;
	background: white;
}

/* wrap width = block1 width + block2 width + block3 width = 150px + 540px + 230px = 920px*/
#layout1{
	/* background: url("images/layout1.jpg") repeat; /* paints three full-length column borders */
	height:400px;
}

/* 150px total width */
#layout1_block1 {
	float: left;
	padding: 10px;
	width: 130px;
	/* background:#aaa; */
}

/* 540px total width */
#layout1_block2 {
	float: left;
	padding: 10px;
	width: 520px;
	/* background:#bbb; */
}

/* 230px total width */
#layout1_block3 {
	float: right;
	padding: 10px;
	width: 210px;
	/* background:#ccc;	 */
}

/* wrap width = block1 width + block2 width = 150px + 770px = 920px*/
#layout2{
	/* background: url("images/layout2.jpg") repeat; /* paints two full-length column borders */
	height:400px;
}

/* 150px total width */
#layout2_block1 {
	float: left;
	padding: 10px;
	width: 130px;
	/* background:#aaa; */
}

/* 770px total width */
#layout2_block2 {
	float: right;
	padding: 10px;
	width: 750px;
	/* background:#bbb; */
}

/* wrap width = block1 width + block2 width = 770px + 150px = 920px*/
#layout3{
	/*background: url("images/layout3.jpg") repeat; /* paints column borders */ */

}

/* 770px total width */
#layout3_block1 {
	float: left;
	padding: 30px 30px 10px 30px;
	width: 690px;
	/* background:#aaa; */
}

/* 150px total width */
#layout3_block2 {
	float: right;
	padding: 10px;
	width: 130px;
}

/* #end {
	clear: both;
} incorporated into foot*/

#foot {
	clear: both;
	padding:.5em;
	text-align:center;
	background:#444;
	
}

#foot p, #foot a{
	color: white;
}

#tabs {
	width:690px;
	height:35px;
	background: url("images/tabline.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#tabs img{
	margin-right:3px;
	padding:0;	
}
/* end layout structure */

h1{
color:black;
font-size:18px;
margin:1em 0 0.2em 0;
padding:0;
}

h2{
color:black;
font-size:14px;
margin:0;
padding:0;
}

h3{
color:black;
font-size:14px;
font-style:italic;
margin:-.5em 0 10px 0;
}

h4 {
color:black;
font-size:24px;
margin:-2px 20px 40px 0;
padding:0;
}

h5 {
color:black;
font-size:18px;
margin:0;
padding:0;
}

p{
font-size:12px;
line-height:1.5em;
margin:0 5px 11px 0;
}

ul{
margin:0 0 0 20px;
padding:0;	
}

li{
font-size:12px;
line-height:14px;
}

a{
color:#0D88D6;
color:#fe0000;
text-decoration:underline;
font-weight:bold;
}
