/* 
----------------------------------------------------------------------------- 
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, Palatino Linotype, Serif;
	color: #000;
	background-color: #BDC9D1;
}

a.link {
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	color: #921803 ;
}
a.link:hover {
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	color: #fff;
}

a.link2 {
	font: 14px Palatino, Palatino Linotype, Serif;
	color: #C5DAE9;
}
a.link2:hover {
	font: 14px Palatino, Palatino Linotype, Serif;
	color: #fff;
}

a.textlink {
	font: 14px Palatino, Palatino Linotype, Serif;
	font-weight: bold;
	color: #000 ;
}
a.textlink:hover {
	font: 14px Palatino, Palatino Linotype, Serif;
	font-weight: bold;
	color: #921803 ;
}
p
{
	padding: 20px 20px 0px 20px;
}

table
{
	width: 100%;
}

th,td
{
	vertical-align: top; 
	font: 14px Palatino, Palatino Linotype, Serif;
	text-align: left;
}

strong 
{
	font-weight: bold;
}

#header 
{
	background: url(../images/header2.jpg) no-repeat;
	width: 800px; 
	height: 90px;
	outline: none;
	border-bottom: 1px solid #455D83;
	}

#container {
	margin: 0;
	padding: 0;
	left: 0; 
	top: 90px;
	width: 800px; 
	outline: none;
	background-color: #35415B;
	align: center;
	}
	
.maintitle {
	font: 28px 'Lucida Grande', Verdana, sans-serif;
	color: #EA8255 ;
	font-weight: bold;
	line-height: 64px;
	margin-left: 20px;
}

.subtitle {
	font: 24px Palatino, Palatino Linotype, Serif;
	color: #000;
	font-weight: bold;
}

.featured-subtitle {
	font: 18px Palatino, Palatino Linotype, Serif;
	color: #C5DAE9;
	font-weight: bold;
}

.author {
	font: 17px 'Lucida Grande', Verdana, sans-serif;
	color: #EA8255 ;
	font-weight: bold;
}

.primary { 
	background: #fff;  
}

.secondary { 
	background: #C66439; 
	}
	

.featured { 
	background: #778A62;
	color: #fff;
}

.footer {
	background: #35415B;

}

a.menu {
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 5px 20px 5px;
	display: block;
	font-weight: bold;
	border-top: 3px solid #48618A;
}

a.menu:hover {
	color: #fff;
	display: block;
	padding: 5px 5px 20px 5px;
	background-color: #48618A;
	border-top: 3px solid #C66439;
}

.mini {
	font: 12px Palatino, Palatino Linotype, Serif;
	color: #fff;
	font-weight: normal;
}