@charset 'utf-8';
/* CSS Document */


a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

body {
	margin: 0px;
	padding: 0px;
	background: #666666 url("images/bg.png") repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


/* Page Content */

#header {
	width: 770px;
	height: 100px;
	margin: 0px auto;
	padding: 36px 0px 0px;
	background-color: #424D47;
	text-align: center;
}

#header h1 {
	margin: 0px;
	text-align: left;
	color: #3399FF;
	font-size: 38px;
	text-align: center;
}

#header h2 {
	margin: 0px;
	text-align: left;
	font-size: 16px;
	color: #99CCFF;
	text-align: center;
}


/* Menu */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/* Content */

#content {
	width: 750px;
	margin: 0px auto;
	padding: 20px 8px 0px;
	background-color: #FFFFFF;
}

.entry a {
	color: #3399FF;
	font-weight: normal;
	
}

#TopEntry {
	background-color: #EEEEEE;
	padding: 6px 16px;
}


#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	text-align: center;
}

#content .entry, #content p, #content ul, #content ol {
	line-height: 150%;
}


/* Second Navigation */

#nav2 {
	width: 750px;
	margin: 20px auto;
	padding: 0px 8px 16px;;
	background-color: #FFFFFF;
	text-align: center;
}

#nav2 a {
	text-decoration: underline;
	padding: 2px 5px;
	border: 1px solid silver;
	text-align: center;
}


/* Footer */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background-color: #424D47;

	font-size: 10px;
	text-align: center;
	padding: 0px;
	color: #99CCFF;
}

#footer .tags {
	width: 90%;
	margin: 0px auto;
}

.tags a {
	font-weight: normal;	
	text-decoration: none;
	color: #99CCFF;
}

.tags a:hover {
	text-decoration: underline;
	color: #33CCFF;
}