@import url("structure.css");
@import url("navigation.css");

/* GLOBAL SETTINGS
--------------------------------------------------------------------------------------- */
html, body {
	border:0;
	margin:0;
	padding:0;
}

body{
	background:#f8f9fb url(../images/bground.jpg) repeat-x;
	color:#50504c;
	font: normal 80%/1.5em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
	
.clearfix:after {
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/* mac hide \*/
	* html .clearfix {height: 1%;}
	 .clearfix {display: block;}

h1 {
	color:#CC0000;
	font-size:20px;
}

h2 {
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding:5px 0;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

p  {
    color:#211c50;
    line-height:1.6em;
    margin:0;
    padding:0 10px 8px 0;
}

blockquote {
    margin:22px 40px;
    padding:0;
}

ul, ol {
list-style:none;
padding:0 0 8px 0;
}

li {
padding:0 0 5px 0;
}

img {
border:0;
}


/* LINKS
--------------------------------------------------------------------------------------- */
a{
color:#3961a3;
text-decoration:underline;

}

a:hover{
color:#66c4f4;
text-decoration:none;
}

/* LISTS
--------------------------------------------------------------------------------------- */


/* FORMS
--------------------------------------------------------------------------------------- */


/* TABLES
--------------------------------------------------------------------------------------- */
	

/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clr{
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}

