/* Reset properties */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* left_panel elements styling */

body {
	background:url(images/body_bg.png) repeat-x #0a60d2;
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, H6 {
	color: #084fac;
	cursor: default;
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
	margin: 24px 0 8px 0;
}

h4 {
	font-size: 14px;
	margin: 24px 0 8px 0;
}

h5 {
	font-size: 12px;
	margin: 24px 0 8px 0;
}

h6 {
	font-size: 10px;
	margin: 24px 0 8px 0;
}
p ,address {
	line-height: 23px;
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
	text-align: justify;
	font-size: 14px;
	color: #434141;
	margin-bottom:10px;
}

blockquote {
	padding-left: 40px;
	border-left: 3px solid #084fac;
	color: #084fac;
	margin: 20px 0px;
	font-style: italic;
}
blockquote p ,address {
	color: #084fac;
	font-style: italic;
}
address {
	font-size: 12px;
}
a {
	color: #0a60d2;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #084fac;
	text-decoration:underline;
}


ul{
	font-size: 12px;
	color: #084fac;
	list-style-position: inside;
	line-height: 25px;
}

#container {
	width:950px;
	margin:0 auto;
}

#header {
	height:95px;
}
#logo {
	float:left;
	padding:33px 0 0 45px;
	font-size:32px;
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
}
#logo a {
	display:block; 
	color:#FFFFFF; 
	text-decoration:none;
}
#slogan {
	float:right;
	padding:27px 45px 0 0; 
	color:#FFFFFF; 
	font-size:16px; 
	text-align:center; 
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
}
#slogan h2 {
	margin: 24px 0 8px 0;
}
/* Navigation */
#navigation {
	color:#084fac; 
	font-weight:bold; 
	height:42px; 
	background:url(images/header_bg.png) no-repeat; 
	padding-top:25px;
	padding-left:35px;
	padding-right:50px;
}
/* Force the list to flow horizontally */
#navigation p{
	color: #084fac;
	cursor: default;
	font-size: 16px;
	padding-top:3px;
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
}

#wrapper {
	background:url(images/main_bg.gif) repeat-y;
	float:left; 
	width:100%;
}

#left_panel {
	width:650px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	float: left;
	padding-left:25px;
}
#right_panel {
	width:230px;
	margin:0 auto;
	margin-top:10px;
	margin-right:25px;
	margin-bottom:10px;
	margin:10px 25px 10px 0px;
	float: right;
}
#left_panel h1 {
	margin:5px 0 8px 0;
}
#left_panel h2 {
	margin:5px 0 8px 0;
}
#left_panel li {
	margin-left:20px;
}
#left_panel ul li,#right_panel ul li{
	list-style:none;
	padding:1px 0 1px 12px;
	background:url(images/li.png) 0px 11px no-repeat;
	font-size:14px;
	color: #084fac;
}
#right_panel li a{
	color: #0954b8;
	font-size:12px;
}
#right_panel li a:hover,#right_panel li.current a {
	color: #084fac;
	text-decoration:underline;
}
#left_panel img {
	padding: 2px;
	border: 5px ridge #0a60d2;
	max-width:400px;
	max-height:400px;
	
}
#footer {
	height:50px; 
	background:url(images/footer_bg.png) no-repeat; 
	clear:both;
	margin-bottom:10px;
}
#footer p{
	text-align:center; 
	font-size:12px; 
	padding-top:10px;
}
/* MICS CLASSES */
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}

.pagination{
	padding:1px 0 1px 15px;
	font-size:11px;
}
.pagination a{
	color:#0954b8;
}
.pagination a.selected{
	color: #084fac;
}