* {
  padding: 0;
  margin: 0;
}


body		{
		background-color:#ffffff;
		color:#666699;
		font:80% Verdana,Tahoma,Arial,sans-serif;
		min-width: 741px;
		max-wdith: 741px;
} 

#container	{
	 	width:741px;
		position: relative;
		left: 50%;
		margin-left: -370px;
		background: #fff;
}

/*************** Site Header Area - includes the site header image and everything above ***********/

#addresstext	{
		position: absolute;
		top: 10px;
		left: 0;
		width: 741px;
		border-bottom:1px solid #9EA2C6;
}

#pageheaderimage	{
		position: absolute;
		top: 52px;
		left: 0;
}

.titletextenlarge	{
		font-size: 24px;
}

/********* Menu Area ***************/

#menu		 {
		position: absolute;
		top: 255px;
		left: 0;

		width:130px;
		border:1px solid #9EA2C6;
		padding:20px 10px 20px 10px;
		line-height:17px;
		text-align : center;
		font-size: 110%;
}

/**************** Content Pane ****************/

#content	{
		height: 650px;
		border:1px solid #9EA2C6;
		position: absolute;
		top: 255px;
		left: 163px;
		width: 576px;
}

#content img	{
		border:1px solid #9EA2C6;
}

#contenttext	{
		position: absolute;
		top: 18px;
		left: 10px;
		width: 360px;
}

#contenttext ul	{
		line-height: 1.9em;
		list-style-type: disc;
		margin: 0 0 0 30px;
}

#imagepanelrhs	{
		position: absolute;
		top: 10px;
		right: 17px;
		width: 175px;
}

#imagepanelrhs img	{
		margin: 0 0 15px 0;
}

#imagepanelbottom	{
		position: absolute;
		top: 415px;
		left: 17px;
		width: 360px;
		height: 115px;
}

/********** Menu and Link Styling **********/

a		{
		color: #4FA1A0;
		text-decoration:none;
}

a:hover		{
		color:#666699;
}

/************** Footer ************/

#footer		{
		position: absolute;
		top: 815px;
		left: 222px;
}

#footerimages	{
		position: absolute;
		top: 845px;
		left: 325px;

}

/*************** General Styling **********/

p		{
		line-height:1.5em;
		margin:0 0 15px;
}

h1		{
		font-size: 140%;
		font-style: italic;
		padding: 0 0 15px 0;
}

h2		{
		font-size: 105%;
		font-weight: bold;
}






