html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}
img{
	display:block;
	border:0;
}
#container{
	width:720px;
	height:100%;
	margin:auto;
	text-align:left;
}
#row1{
	width:720px;
	height:36px;
}
#logo{
	float:left;
	width:239px;
	height:168px;
}
#topPic{
	float:right;
	width:479px;
	height:168px;
}
#icsWords{
	float:left;
	width:239px;
	height:38px;
}
#buttonRow{
	float:right;
	width:479px;
	height:38px;
}
#button1{
	float:right;
	margin:0px 0px 0px 2px;
	width:119px;
	height:38px;
}
#button2{
	float:right;
	margin:0px 0px 0px 2px;
	width:118px;
	height:38px;
}
#button3{
	float:right;
	margin:0px 0px 0px 2px;
	width:118px;
	height:38px;
}
#button4{
	float:right;
	width:118px;
	height:38px;
}
#leftStuff{
	float:left;
	width:239px;
}
#leftStuff h1{
	margin:0px 0px 5px 0px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#004980;
}
#leftBlurb{
	width:227px;
	height:226px;
	background-color:#BFD1DF;
	border: 1px solid #BFBFBF;
}
#leftBlurb p{
	margin:0;
	padding:3px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}
#leftDivider{
	float:left;
	width:2px;
	height:250px;
	background-color:#666666;
}
#content{
	float:left;
	width:324px;
}
#content h1{
	margin:0;
	padding:0px 10px 5px 15px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#006000;
}
#content p{
	margin:0;
	padding:5px 10px 5px 15px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}
#content ul{
	padding:0;
	margin-top:0;
	margin-bottom:0;
}
#content li{
	list-style-type:square;
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}
#flash{
	float:right;
	width:150px;
	height:265px;
}
#bottomDivider{
	width:720px;
	height:2px;
	background-color:#666666;
}
#footer{
	width:720px;
	height:49px;
	text-align:center;
}
#footer p{
	margin:0;
	padding:3px 0px 0px 0px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#333333;
}
#footer a{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#333333;
}
#footer a:link{
	color:#333333;
}
#footer a:visited{
	color:#333333;
}
#footer a:hover{
	color:#999999;
}
#footer a:active{
	color:#333333;
}

