@charset "utf-8";
body 
{
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #666666;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl 
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p 
{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img 
{
	border: none;
}

/* ~~ Links ~~ */
a:link 
{
	color: #42413C;
	text-decoration: underline;
}

a:visited 
{
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus 
{
	text-decoration: none;
}

/* ~~ Container ~~ */
.container 
{
	width: 960px;
	background: white;
	margin: 0 auto;
}

/* ~~ Header ~~ */
.header 
{
	background-color: #000099;
	font-size: 24px;
	color: white;
	padding: 10px;
	font-weight: bold;
}

.header a, .header a:link, .header a:visited, .header a:active, .header a:focus 
{
	font-size: 18px;
	color:#999999;
	text-decoration:none;
}

.header a:hover 
{
	font-size: 18px;
	color: #999999;
	text-decoration: underline;
}

/* ~~ Sidebar ~~ */
.sidebar1 
{
	float: left;
	width: 180px;
	padding-bottom: 0px;
	background-color: #DDE3F7;
}

.content 
{
	padding: 10px 0;
	width: 780px;
	float: left;
}

.content a, .content a:link, .content a:visited, .content a:active, .content a:focus 
{
	color: blue;
	text-decoration:none;
}

.content a:hover 
{
	color: blue;
	text-decoration: underline;
}

.content ul, .content ol 
{ 
	padding: 0 15px 15px 40px;
}

ul.nav 
{
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 0px;
}

ul.nav li 
{
	border-bottom: 1px solid #666;
}

ul.nav a, ul.nav a:visited 
{
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background-color: #BAC8EF;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus 
{
	color: white;
	background-color: #5374D7;
}

/* ~~ Footer ~~ */
.footer 
{
	color:#999999;
	font-size:12px;
	padding: 10px 0;
	position: relative;
	clear: both;
	background-color: #BAC8EF;
}

/** ~~ Useful modifiers */
.fltrt 
{
	float: right;
	margin-left: 8px;
}

.fltlft 
{ 
	float: left;
	margin-right: 8px;
}
