


/* 
*BROWSER COMPT  
*/
* { margin:0; padding:0; }
html,body{ height:100%}
/* html{overflow: -moz-scrollbars-vertical;} */
body {
	background:#144868;
	color:#525251;
	text-align:center;
	font:.75em/1.6em  Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0;
	margin-top:0px;
	}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	}
h1 {
	color:#787A76;
	font-weight:normal;
	font-size:18pt;
	}
	
h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1.8em;
	font-weight : bold;
	padding : 0 0 15px 0;
	color : #434343;
}
h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1.5em;
	font-weight : bold;
	padding : 25px 15px;
	color : #204DA6; 
}
h4 { font-size:1.05em; }
h5 { font-size:1.2em; color:#7CBE42; }
h6{  font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#434343; margin:0px;}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover,h4 a, h4 a:hover { font-weight:bold;}
table { width:100%; }
th, td { padding:0 5px; text-align:left; vertical-align:top; }
p, address { margin:0 0 .9em 0; }
address { font-style:normal; }
fieldset { border:none; }
legend {display:none;}
cite { color:#787A76; font-style:normal; font-size:.79em;}
cite strong { font-weight:bold; color:#787A76;}
form { display:inline;margin:0px; padding:0px;}
small { font-size:.80em;font-weight:normal}
big { font-size:1.25em; }
hr { margin:0; border:0; height:1px; overflow:hidden; visibility:hidden; }
dt { display:block; font-weight:bold;}
blockquote { color:#787A76; font-size:1.17em ;}
blockquote p { margin-bottom:.5em; }
abbr, acronym, span.abbr {
/* cursor: help; */
border-bottom: 1px dashed #434343;
}

/* 
************* In-line **************
*/
input, select { vertical-align:middle; }
label, .label { color:#666; font-weight:bold; }
.label { padding-right:8px; }
a img { border:0; vertical-align:middle; }
a { color:#787A76; text-decoration:underline; }
a:hover { color:#787A76; text-decoration:none; }

/* 
* CLEAR 
*/
	.clearfix:after 
		{
		content : ".";
		display : block;
		clear : both;
		visibility : hidden;
		line-height : 0;
		height : 0;
		
		}
		
	.clearfix 
		{
		display : inline-block;
		}
		
	html[xmlns] .clearfix 
		{
		display : block;
		}
		
	* html .clearfix 
		{
		height : 1%;
		}

.clear-both
	{
		clear:both;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
	}


/*  
* LAYOUT  
*/

	
	#wrapper {
		width:100%;
		margin:0 auto;
		text-align:center;
		padding:10px 0px 10px 0px;
		background: #ffffff;
		width:960px;		
		}
		
#container {
	margin:0 auto;
	padding:0px 0px 0px 0px;	
	text-align:center;
	background: #ffffff url(../../images/content-bg.jpg) repeat-y;
	}
	
	
/* PAGE HEADER  */

#content{
	margin:0 auto;
	width:900px;
	background:#ffffff;
	padding:10px;
	text-align:left; 
}
 
	
/* Home Page */
			.home-header {				
				height:216px;
				background:url(../../images/header.jpg) no-repeat;
				width:938px;
				margin:0 auto;
				}


/* 
* FOOTER  
*/
			.footer{
			text-align:center; 
			font-family:Arial, Helvetica, sans-serif; 
			font-size:12px; 
			color:#ffffff; 
			background:#ffffff;
			background:#1B508D;
			width:940px;
			padding-top:20px;
			padding-bottom:10px;
			margin:0 auto;
			}
