body {
	margin: 0px;
	margin-left: 15px;
	
	font-family: verdana, arial, "times new roman";
	font-size: 12px;
}

img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
/********************************** layout ***********************************/
#containerLogo {
	width: 785px;
	height: 123px;
}

#containerHeader {
	width: 788px;
	height: 144px;
}

#containerContent {
	width: 765px;
	margin-top: 2px;
	padding-left: 20px;
	background: url('/images/bg_content.jpg') repeat-x;
}
/************************************ nav ************************************/
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	margin-left: 463px;
}
li.nav {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
a.nav, a.navGrabs {
	display: block;
	height: 40px;
	width: 105px;
	padding-top: 30px;
	
	color: #000000;
	background-color: #F0AD07;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a.nav:hover, a.navSel {
	background-color: #01A371;
}
a.navGrabs {
	background: url('/images/logo-grabs.jpg') no-repeat;
}
img.cornerTopLeft {
	position: relative;
	top: -44px;
	float: left;
}
img.cornerTopRight {
	position: relative;
	top: -44px;
	left: 97px;
	float: left;
}
img.cornerBottomLeft {
	position: relative;
	top: 22px;
	left: -8px;
	float: left;
}
img.cornerBottomRight {
	position: relative;
	top: 22px;
	left: 89px;
	float: left;
}

/******************************* content *************************************/
#title {
	font-size: 14px;
	font-weight: bold;
	color: #01A371;
	margin-top: 15px;
}
div.subtitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}
img.cornerTopLeftContent {
	position: relative;
	top: -9px;
	left: -20px;
}
img.cornerTopRightContent {
	position: relative;
	top: -9px;
	left: 753px;
}
#text {
	margin-top: 20px;
	line-height: 150%;
	float: left;
}

#news {
	width: 250px;
	margin-left: 20px;
	background-color: #E6E6E6;
	
	float: right;
}
#newsTitle {
	border-bottom: 1px solid #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	background: url('/images/news_title.jpg') no-repeat 8px 6px;
}
ul.news {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
li.news {
	padding-top: 15px;
}
img.cornerNewsTopLeft {
	position: relative;
	top: -2px;
	left: -20px;
	float: left;
}
img.cornerNewsBottomRight {
	position: relative;
	left: 240px;
	float: left;
}
a.text {
	color:  #01A371;
}
a.text:hover {
	color: #D39908;
}
img.portrait {
	width: 100px;
	height: 120px;
	border: 1px solid #000000;
	float: left;
	margin-right: 10px;
}
/*********************************** footer **********************************/
#containerFooter {
	width: 785px;
	height: 110px;
	background: url('/images/footer.jpg') no-repeat;
}


/********************************* powered by ********************************/
#poweredBy {
	clear: both;
	text-align: right;
	width: 785px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.orange {
	color: #EB5F19;
}
.gray {
	color: #434444;
}
a.poweredby {
	text-decoration : none;
	color: #787979;
	font-size: 11px;
}

#search {
	height: 1px;
	overflow: hidden;
}
