/* 
----------------------------------------------------------------------------- 
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: 13px 'Lucida Grande', Verdana, sans-serif;
	color: #000;
	background-color: #75A6CA;
}

p
{
	padding: 20px 20px 0px 20px;
}

table
{
	width: 100%;
}

th,td
{
	vertical-align: top; 
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	text-align: left;
}

strong 
{
	font-weight: bold;
}

#header 
{
	width: 900px; 
	height: 100px;
	background-color: #1A9BB3;
	outline: none;
	padding: 10px 10px 12px 10px;
	}

#container {
	margin: 0;
	padding: 0;
	left: 0; 
	top: 100px;
	width: 900px; 
	outline: none;
	background-color: #99ccff;
	}
	
.maintitle {
	font: 28px 'Lucida Grande', Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
}

.subtitle {
	font: 15px 'Lucida Grande', Verdana, sans-serif;
	color: #000;
	font-weight: bold;
}

.featured-subtitle {
	font: 15px 'Lucida Grande', Verdana, sans-serif;
	color: #C5DAE9;
	font-weight: bold;
}

.author {
	font: 15px 'Lucida Grande', Verdana, sans-serif;
	color: #29527B;
	font-weight: bold;
}

.primary { 
	background: #fff;  
}

.secondary { 
	background: #BDD6E6; 
	}
	

.featured { 
	background: #29527B;
	color: #C5DAE9;
}

.footer {
	background: #75A6CA;

}

a.menu {
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	color: #C5DAE9;
	padding: 5px 5px 15px 5px;
	display: block;
	font-weight: bold;
}

a.menu:hover {
	color: #fff;
	display: block;
	padding: 5px 5px 15px 5px;
	background-color: #C5DAE9;

}

.mini {
	font: 10px 'Lucida Grande', Verdana, sans-serif;
	color: #C5DAE9;
	font-weight: normal;
}
