#top .panel .content.center,
#bottom .panel .content.center,
#leftcol .panel .content.center,
#rightcol .panel .content.center {
	text-align: center;
}

#top .panel .content.justify,
#bottom .panel .content.justify,
#leftcol .panel .content.justify,
#rightcol .panel .content.justify {
	text-align: justify;
}

#top .panel .content.left,
#bottom .panel .content.left,
#leftcol .panel .content.left,
#rightcol .panel .content.left {
	text-align: left;
}

#top .panel .content.right,
#bottom .panel .content.right,
#leftcol .panel .content.right,
#rightcol .panel .content.right {
	text-align: right;
}

.panel a img {
	/*display: block;*/
}

/*== TOP AREA ==*/
#top .panel {
	width: 100%;
	/*background: url(/css/design/panel-bottom-bg.gif) left bottom no-repeat;*/
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

#top .panel .title {
	color: white;
	font-weight: bold;
	/*background: url(/css/design/panel-top-bg.gif) left top repeat;*/
	background: #7D9F13;
	border: 5px solid #8CB80B; 
	padding: 5px;
}

#top .panel .content {
	background: white /*url(/css/design/panel-content-bg.gif) left top repeat*/;
	/*border: 1px solid #5D9109;*/
	border-top-width: 0;
	padding: 10px 5px;
}

#top .panel .content p {
	padding: 0;
	margin: 0;
}

#top .plain .title {
	display: none;
}

#top .panel.plain {
	background-image: none;
	padding: 0; 
}

#top .plain .content {
	background: none;
	border: none;
	padding: 0;
}

/*== HEADER AREA ==*/
#header .panel {
	float: right;
	width: 735px;
	height: 65px;
	overflow: hidden;
	/*background: url(/css/design/panel-bottom-bg.gif) left bottom no-repeat;*/
	margin: 5px 0px 0 0;
	padding: 0 0 0 0;
}

#header .panel .title {
	color: white;
	font-weight: bold;
	/*background: url(/css/design/panel-top-bg.gif) left top repeat;*/
	background: #7D9F13;
	border: 5px solid #8CB80B; 
	padding: 5px;
}

#header .panel .content {
	background: white /*url(/css/design/panel-content-bg.gif) left top repeat*/;
	/*border: 1px solid #5D9109;*/
	border-top-width: 0;
	padding: 10px 5px;
}

#header .panel .content p {
	padding: 0;
	margin: 0;
}

#header .plain .title {
	display: none;
}

#header .panel.plain {
	background-image: none;
	padding: 0; 
}

#header .plain .content {
	background: none;
	border: none;
	padding: 0;
}

/*== LEFT COLUMN ==*/

#leftcol .panel {
	width: 210px;
	/*background: url(/css/design/panel-bottom-bg.gif) left bottom no-repeat;*/
	margin-bottom: 10px;
	padding: 0 0 0 0;
}

#leftcol .panel .title {
	color: white;
	font-weight: bold;
	/*background: url(/css/design/panel-top-bg.gif) left top repeat;*/
	background: #7D9F13;
	border: 5px solid #8CB80B; 
	padding: 5px;
}

#leftcol .panel .content {
	background: white /*url(/css/design/panel-content-bg.gif) left top repeat*/;
	/*border: 1px solid #5D9109;*/
	border-top-width: 0;
	padding: 10px 5px;
}

#leftcol .panel .content p {
	padding: 0;
	margin: 0;
}

#leftcol .plain .title {
	display: none;
}

#leftcol .panel.plain {
	background-image: none;
	padding: 0; 
}

#leftcol .plain .content {
	background: none;
	border: none;
}

/*== RIGHT COLUMN ==*/

#rightcol .panel {
	width: 210px;
	background: url(/css/design/panel-bottom-bg.gif) left bottom no-repeat;
	margin-bottom: 15px;
	padding: 0 0 0 0;
}

#rightcol .panel .title {
	color: white;
	font-weight: bold;
	background: url(/css/design/panel-top-bg.gif) left top repeat;
	padding: 5px;
}

#rightcol .panel .content {
	background: white url(/css/design/panel-content-bg.gif) left top repeat;
	border: 1px solid #5D9109;
	border-top-width: 0;
	padding: 10px 5px;
}

#rightcol .panel .content p {
	padding: 0;
	margin: 0;
}

#rightcol .plain .title {
	display: none;
}

#rightcol .panel.plain {
	background-image: none;
	padding: 0; 
}

#rightcol .plain .content {
	background: none;
	border: none;
	padding: 0;
}

/*== BOTTOM AREA ==*/
#bottom .panel {
	width: 100%;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

#bottom .panel .title {
	color: white;
	background: #FF8500;
	-moz-border-radius: 0 10px 10px 10px;
	padding: 7px 8px;
}

#bottom .panel .content {
	color: #78A6AF;
	background: white;
	padding: 10px 0;
}

#bottom .panel .content a {
	color: #78A6AF;
}

#bottom .panel .content a:hover {
	text-decoration: none;
}

#bottom .panel .content p {
	padding: 0;
	margin: 0;
}

#bottom .plain .title {
	display: none;
}

#bottom .panel.plain {
	background-image: none;
	padding: 0; 
}

#bottom .plain .content {
	background: none;
	border: none;
}
