/* These sytles are only used by the current theme. The can be adjusted in any way.*/

body { padding: 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.5em; background: #F0F0F0; color: #454545; }
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }


h1,h2,h3,h4,h5{
	font: 90% Arial, Sans-Serif;
	margin: 0;
	text-decoration: none;font-weight:normal;
	padding: 0;
	text-transform:capitalize;
}
h1{font-size: 20pt;color: #ff5106;}
h2{font-size: 16pt;color: #ff5106;}
h3{font-size: 14pt;color: #ff5106;}
h4{font-size: 12pt;color: #0E4D8B;}
h5{font-size: 7pt;text-transform:uppercase;color: #0E4D8B;}

p {	margin: 0 0 0px 0; line-height: 1.5em; }
form { margin: 0; }
img { border: 0px;}
.content { padding: 0 5px 0 0px;}

/* layout
   ------ */

.container { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(images/big_middle.gif) repeat-y;
	color: #454545;
	
}

/* header */
.header_top { background: #FEFEFE url(images/big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { 
	padding: 0px 10px;
}
.header_bottom { clear: both; background: #FEFEFE url(images/big_bottom.gif) no-repeat; color: #FFF; height: 15px; }

.header div {
	background: #FEFEFE url(images/NewHeader.jpg) no-repeat;
	height: 160px;
}
	
.menuSection {
	padding: 0 3px;
	background: #f0f0f0;
}

/* left side
   --------- */

.main {
	float: left;
	width: 768px;
	margin: 0 0 10px 0;
}

	.pod_top {
		background: #F0F0F0 url(images/pod_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width:180px;
	}
	
	.pod_top h2 {
		color: #0E4D8B;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.pod {
		border-left: 2px solid #F0F0F0;
		border-right: 2px solid #F0F0F0;
		padding: 0 4px 0 7px;
		margin: 0;
		color: #595959;
		background: #FFF;
		width:165px;
	}
	
	.pod_bottom {
		background: #FFF url(images/pod_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		margin: 0 0 7px 0;
		width:180px;
	}
	
		/* left and central column */
		.left_side { float: left; width: 190px; padding: 0px 5px 8px 8px;}
		.right_side { float: right; width: 530px; margin: 0 10px 0 0; text-align: justify;}
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px;}
		.article img { float: left; margin: 0 9px 3px 0;}
		
	.highlight_top { clear: both; width: 382px; background: #EDEDED url(images/grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
	.highlight { width: 362px; margin: 0 0 0 6px; padding: 10px; background: #EDEDED url(images/grey_bottom.gif) no-repeat bottom left; color: #808080;	}
		
	.highlight a {
		color: #0E4D8B;
		background: inherit;
		font-weight: bold;
	}
	
	.highlight a:hover {
		color: #000;
		background: #EDEDED;
	}
		

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 

.thumbnail{
	padding: 3px 3px 10px 3px;
	background-color: #DDD;
	border: 1px solid #AAA;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
