body {
	margin: 0;
	padding: 0;
	background-color: #FFEFC8;
	text-align: center;
	color:#707070; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}

div, img, p, form, h1 {
	margin:0;
	padding:0;
	text-align: left;
	border:0;
}

p {
	margin-bottom: 8px;	
}

h4, p {
	line-height: 150%;
}

li {
	margin-left: 13px;
}

a {
	text-decoration: none;
}

#head {
	width: 942px;
	height: 62px;
	margin: auto;
}

#imagebar {
	width: 922px;
	margin: auto;
	background: white;	
}

#bigimage {
	float: left;
}

#imagebarright {
	float: left;
	background-color: white;
	border-right: 1px solid #A3A3A3;
	height: 305px;
	width: 330px;
}

#imagebarright img {
	float: right;
	margin-right: 31px;
}

#imagebarright div {
	text-align: right;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;	
	
	margin-top: 203px;
	padding-top: 13px;
	background: url(../images/halfcircle.png) no-repeat top left;	
}

#imagebarright div strong {
	font-size: 28px;
}
	
#main {
	clear: both;
	width: 920px;
	margin: auto;
	padding-top: 30px;
	min-height: 200px;
	border-top: 1px solid white;
	border-left: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
	background-color:white;
}

#leftcolumn {
	width: 280px;
	float: left;
}
	
#contentframe {
	margin-left: 230px;
	padding-top: 21px;
	padding-left: 50px;
}

#bottom {
	clear:both;height: 30px
}


/* topics */
#leftcolumn .section {
	margin-left: 30px;
	margin-top: 10px;
}

#leftcolumn .firstsection {
	margin-left: 30px;
	margin-top: 20px;
}

#topicstop {
	width: 210px;
	height: 71px;
	margin-left: 30px;
	margin-top: 10px;
	background-repeat: no-repeat;
}

#topicstop.firstsection {
	margin-top: 0px;
}

#topicsbottom {
	width: 210px;
	height: 8px;
	margin-left: 30px;
	background: url(../images/topicsboxbottom.png) no-repeat;
}

#topics {
	width: 190px;
	margin:0;
	padding:0;
	margin-left: 30px;
	background: url(../images/topicsboxmiddle.png) repeat-y;
	padding: 10px;
	font-size: 110%;
}

#topics p.goback {
	margin-bottom: 20px;
}

#topics p.goback a {
	color: #FF470A;
}

	
#topics p.goback img {
	vertical-align: middle;
	margin-right: 7px;
}


#topics ul {
	margin:0;
	padding:0;
	list-style: none;	
}

#topics li {
	margin-bottom: 15px;
}

#topics li a {
	color: #FE921A;
}

#topics li img {
	vertical-align: middle;
	margin: 0;
	margin-left: 7px;
}


/* content */
#contenttop, #contentbottom {
	width: 599px;
	height: 9px;
}

#contenttop {
	background: url(../images/contenttop.png) no-repeat 1px top;
}

#contentbottom {
	background: url(../images/contentbottom.png) no-repeat 1px top;
}

#content {
	width: 559px;
	background: url(../images/contentmiddle.png) repeat-y;
	padding: 10px 20px;
	font-size: 110%;
}

#content h1 {
	margin:0;
	background: url(../images/bubbleonblue.png) no-repeat left top ;
	padding-left: 20px;
	padding-top: 10px;
}

#content img {
	border: 5px solid white;
}

#content a {
	color: #FF7700;
}

#content a:hover {
	text-decoration: underline;
}
	
