body		{
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: small;
		text-align: center;
		}

a:link		{color: #11006D;}
a:visited 	{color: #11006D;}
a:hover		{color: silver;}
a:focus		{color: silver;}
a:active	{color: #11006D;}


#header		{
		width: 100%;
		height: 82px;
		background: #11006D url("images/skygradient.png") top left repeat;	
		text-align: center;
		}

#header .logo	{
		position: absolute;
		top: 3px;
		right: 3px;
		border: 5px solid white;
		}

#header .title	{
		margin: 25px 0 0 20px;
		}

#toplinks	{
		width: 100%;
		background-color: white;
		padding: 5px 0 5px 0;
		text-align: center;
		}

#container	{
		min-height: 260px;
		width: 100%;
		padding: 0 0px 0 0px;
		text-align: left;
		background-color: #11006D;
		color: white;
		}

#left		{
		width: 15%;
		}

#center		{
		width: 70%;
		margin: 0 15% 0 15%;
		padding: 10px 0px 10px 0px;
		background-color: #11006D;
		}

#center a:link		{color: silver;}
#center a:visited	{color: silver;}
#center a:hover		{color: silver;}
#center a:focus		{color: silver;}
#center a:active	{color: silver;}

#center .floatright	{
		float: right;
		margin: 0 0 10px 15px;
		border: 5px solid white;
		clear: right;
		}

#right		{
		width: 15%;
		}

#footer		{
		width: 100%;
		padding: 5px;
		background-color: silver;
		color: white;
		font-size: x-small;
		text-align: center;
		}