body {
	margin: 0;
	padding: 0;
	background: #A5BAFF url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #000099;
}
body, th, td, input, textarea, select, option 
{
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3.6em;
}

h2 {
	font-size: 2em;
	color: #FFFFFF;
	padding-top: 15px;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.6em;
	font-weight: lighter;
	font-family: Arial;
}

h5 {
	font-size: 2.5em;
	padding-bottom: 5px;
}

ul, ol {
	line-height: 200%;
}

p {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #0000CC;
}

a:hover {
	text-decoration: none;
}

/* Header */
#header2 {
	clear: both;
	padding: 0px;
	text-align: center;
	font-size: smaller;
	background-color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000066;
}

#header {
	width: 778px;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header3b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#header  h1, #header  p, #header h4{
	float: left;
	margin: 0;
	padding-top: 80px;
	line-height: normal;
}

#header h6{
	float: right;
	margin: 0;
	padding-top: 110px;
	line-height: normal;
	padding-right: 20px;
}

#header h1, h4 {

}

#header p {
	padding-left: 10px;
}

#header a {
}

#header live {
	font-variant: small-caps;
	font-size: 12px;
}

/* Menu */

#menu {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-top: 5px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
}

#menu-center {
	height: 40px;
	width: 778px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 15px;
	background: url(images/img04.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}
#table {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#table-content {
	padding: 10px;
}


/* Content */

#content {
	float: left;
	width: 480px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	text-align: right;
	color: #646464;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4A3903;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img09.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	font-size: smaller;
	background-color: #0000CC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000066;
	color: #CFEBF3;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Popup */

.popup {
	padding-right: 15px;
	padding-left: 15px;
}

