/* 
----------------------------------------------------------------------------- 
GLOBAL
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	margin:0;
	padding:0;
	font: 14px Palatino Linotype, Palatino, serif;
	color: #000;
	background-color: #9EADB0;
}

p
{
	padding: 20px 20px 0px 20px;
}

table
{
	width: 100%;
}

th,td
{
	vertical-align: top; 
	font: 14px Palatino Linotype, Palatino, serif;
	text-align: left;
}

strong 
{
	font-weight: bold;
}

hr {
	width: 75%;
	text-align: center;
	color: #474B7A;
	size: 1px solid noshade;
}

#header 
{
	width: 900px; 
	height: 60px;
	background-color: #474B7A;
	outline: none;
	padding: 15px 0px 0px 20px;
	}

#container {
	
	margin: 0;
	padding: 0;
	left: 0; 
	width: 900px; 
	outline: none;
	background-color: #474B7A;
	border: 15px solid #474B7A;
	}
	
.maintitle {
	font: 32px Palatino Linotype, Palatino, serif;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 10px 0px;
}

.subtitle {
	font: 17px Palatino Linotype, Palatino, serif;
	color: #000;
	font-weight: bold;
}

.featured-subtitle {
	font: 17px Palatino Linotype, Palatino, serif;
	color: #CED0E1;
	font-weight: bold;
}

.author {
	font: 17px Palatino Linotype, Palatino, serif;
	color: #fff;
	font-weight: bold;
}

.primary { 
	background: #CED0E1;  
}

.secondary { 
	background: #fff; 
	}
	

.featured { 
	background: #474B7A;
	color: #CED0E1;
}

.footer {
	background: #474B7A;

}

a.menu {
	font: 16px Palatino Linotype, Palatino, serif;
	color: #CED0E1;
	padding: 10px 0px 12px 0px;
	display: block;
	font-weight: bold;
}

a.menu:hover {
	color: #474B7A;
	display: block;
	padding: 10px 0px 12px 0px;
	background-color: #CED0E1;

}

.mini {
	font: 12px Palatino Linotype, Palatino, serif;
	color: #CED0E1;
	font-weight: normal;
}
