@charset "utf-8";
/* CSS Document */

p
{
}

.center
{
	text-align:center;
}

.floatright
{
	float:right;
	margin-left:10px;
}

.floatleft
{
	float:left;
	margin-right:10px;
}

h1
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#483a94;
}

h2
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#483a94;
}


#header
{
	width:100%;
	height:80px;
	background-color:#00aeef;
	display:table;
}

#logo
{
	width:300px;
	height:60px;
	margin-top:10px;
	margin-left:50px;
	float:left;
}

#navigation
{
	width:500px;
	margin-top:40px;
	float:right;
	text-align:right;
	margin-right:50px;
}
body
{
	margin:0px;
	background-color:#d6effd;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	color:#222;
	text-align:justify;
}

#container
{
	width:1024px;
	margin:auto;
}

#content
{
	width:1024px;
}

#footer
{
	width:1024px;
}

#footer p
{
	text-align:right;
}

#header a
{
	text-decoration:none;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #fff;
}

#header a:hover
{
	border-bottom:dashed 1px #000
}

#footer a
{
	text-decoration:none;
	color:#222;
}

#footer a:hover
{
	color:#000;
}

hr
{
	padding-top:20px;
	border:0px;
	border-bottom:1px dotted #000;
}
	