/* ------------------------------------- */
/* --------------- GLOBAL -------------- */
/* ------------------------------------- */
body
	{
	margin: 10px 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*background: url(images/background.png) center top no-repeat;*/
	background: #ffffff;
	}
p
	{
	font-size: 0.9em;
	line-height: 1.5em;
	}

a
	{
        /* Link colors*/
	color: #ddd;/*#3bb;*/
	text-decoration: underline;
	}

a:visited, a:hover
	{
	text-decoration: none;
	}

ul, ol {font-size: 0.9em}
ul a, ol a {text-decoration: none}
ul a:hover, ol a:hover {color: #388}

#page
	{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 40px 10px 40px; 
	/*border: 1px solid #eee;*/
	}

#sidebar
	{
	width: 150px;
	padding: 0 10px 0 0;
	float: left;
	}

#main_column
	{
	width: 800px;
	padding: 0 0 0 20px;
	float: left;
	}

#footer	
	{
	clear: left;
	}

.clear {clear: both}


/* ------------------------------------- */
/* ------------- TextStyles ------------- */
/* ------------------------------------- */

textstyle0 {
 FONT-WEIGHT: normal;
 FONT-SIZE: 24pt;
 COLOR: #0000ff;
 FONT-STYLE: normal;
 FONT-FAMILY: Times New Roman 
 }
 
textstyle1 
 { 
 FONT-WEIGHT: bold;
 FONT-SIZE: 10pt;
 COLOR: #0000ff;
 FONT-STYLE: normal;
 FONT-FAMILY: Arial
 }
textstyle2 
 { 
 FONT-WEIGHT: normal;
 FONT-SIZE: 10pt;
 COLOR: #0000ff;
 FONT-STYLE: normal;
 FONT-FAMILY: Arial
 }
textstyle3 
 { 
 FONT-WEIGHT: normal;
 FONT-SIZE: 10pt;
 COLOR: #0000ff;
 FONT-STYLE: italic;
 FONT-FAMILY: Courier New
 }
textstyle4 
 { 
 FONT-WEIGHT: bold; 
 FONT-SIZE: 10pt; 
 COLOR: #0000ff; 
 FONT-STYLE: normal; 
 FONT-FAMILY: Courier New 
 }
textstyle5 
 { 
 FONT-WEIGHT: normal; 
 FONT-SIZE: 10pt; 
 COLOR: #0000ff; 
 FONT-STYLE: italic; 
 FONT-FAMILY: Courier New 
 }
htmlink1
 { 
 FONT-WEIGHT: bold; 
 FONT-SIZE: 12pt; 
 COLOR: #0000ff; 
 FONT-STYLE:normal; 
 FONT-FAMILY:Arial 
 }
banner1
 { 
 FONT-WEIGHT: bold; 
 FONT-SIZE: 20pt; 
 COLOR: #0000ff; 
 FONT-STYLE:normal; 
 FONT-FAMILY:Times New Roman 
 }


h1 {
	display: block;
	width: 241px; height: 35px;
	background: url(images/logo.gif) no-repeat;
	margin: 10px 0; padding: 0;
	text-indent: -9999px;
	float: left;
   }
h1 a {
		display: block; 
		width: 241px; height: 25px;
		overflow: hidden;
	}
	
h2 {
	font-size: 1.7em;
	color: #ddd;
	margin: 0; padding: 0;
	}
	h2 a {color: #666; text-decoration: none}
	h2 a:hover {color: #39f}

h3 {    // Section headers
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
/*	color: #59708C;  */
	color: #ddf;
	border-bottom: 1px solid #59708C;
	}
h4 {
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
    /*	color: #59708C;  */
        color: #ccf;
	}
h42 {
    font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
        color: #389;
    }

h5 {
	font-size: 2.0em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #eee;
	margin: 0; padding: 0;
	}
	
	
/* ------------------------------------- */
/* ------------- NAVIGATION ------------ */
/* ------------------------------------- */

ul#nav {
	margin: 0px 0px 0 0; padding: 0;
	list-style-type: none;
	float: center;
	font-weight: bold;
	font-size: 0.8em;
	}
ul#nav li
	{
	float: left;
	display: block;
	border-right: 1px solid #59708C;
	}
ul#nav li.last {border: none}
ul#nav li a
	{
	display: block;
	padding: 0 0px;
	}
ul#nav li a:hover {text-decoration: underline}
	
/* ------------------------------------- */
/* --------------- EXTRAS -------------- */
/* ------------------------------------- */

p.about {
	font-size: 0.75em;
	line-height: 1.3em;
}

div.post {
	padding-bottom: 20px;
}

#footer p {
	font-size: 0.75em;
	color: #666;
	margin: 0; padding: 0;
	}
	#footer p.credit {
		float: left;
	}
	
	#footer p.credit a {
			color: #777;
	}
	#footer p.copyright {
		text-align: right;
	}