/*

*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #0066CC;
	text-decoration: none
}

a:hover {
	color:#800000
}

img {
	border: none;
}

/* Header */

#header {
	height: 40px;
	background: #5975DB url(images/tlo00.gif) repeat-x;
}

#header h1 {
	width: 760px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	font-size: 1em;
}

#header h2 {
	width: 760px;
	margin: -18px auto 0 auto;
	text-align: right;
	font-size: 1em;
}

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

/* Pages */

#pages {
	height: 110px;
	padding-top: 0px;
	background: url(images/tlo01.gif) repeat-x;
}

#pages h2 {
	display: none;
}

#pages ul {
	display: block;
	width: 760px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	width: 152px;
	height: 56px;
	padding: 10px 0 0 0;
	text-align: center;
	text-decoration: none;

	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
}

#pages a:hover {
	color: #000000;
}

#page1 { background:  url(images/button3.gif) no-repeat; }
#page2 { background:  url(images/button3.gif) no-repeat; }
#page3 { background:  url(images/button3.gif) no-repeat; }
#page4 { background:  url(images/button3.gif) no-repeat; }
#page5 { background:  url(images/button3.gif) no-repeat; }

:hover#page1, #pages .active2 #page1 { background-image: url(images/button2.gif); }
:hover#page2, #pages .active2 #page2 { background-image: url(images/button2.gif); }
:hover#page3, #pages .active2 #page3 { background-image: url(images/button2.gif); }
:hover#page4, #pages .active2 #page4 { background-image: url(images/button2.gif); }
:hover#page5, #pages .active2 #page5 { background-image: url(images/button2.gif); }

:active#page1, #pages .active #page1 { background-image: url(images/button1.gif); no-repeat; }
:active#page2, #pages .active #page2 { background-image: url(images/button1.gif); no-repeat; }
:active#page3, #pages .active #page3 { background-image: url(images/button1.gif); no-repeat; }
:active#page4, #pages .active #page4 { background-image: url(images/button1.gif); no-repeat; }
:active#page5, #pages .active #page5 { background-image: url(images/button1.gif); no-repeat; }

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
}

/* Latest Post Box */

#latest-post {
	float: left;
	width: 400px;
}

#latest-post .title {
	letter-spacing: -1px;
	font-size: 2.2em;
}

#latest-post .posted {
	margin-bottom: 2em;
	font-size: .8em;
	font-weight: normal;
}

#latest-post .image {
	float: left;
	margin: .3em 1em 0 0;
}

#latest-post p, #latest-post blockquote, #latest-post ul, #latest-post ol {
	line-height: 155%;
}

/* Recent Posts Box */

#recent-posts {
	float: right;
	width: 220px;
}

#recent-posts h3 {
	width: 210px;
	height: 32px;
	padding: 12px 0 0 10px;
	background: #6D89E5 url(images/button4.gif);
	font-size: 1em;
	color: #6D89E5;
}

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

#recent-posts li {
	padding: 5px 10px;
	border-bottom: 1px solid #5A5A5A;
}

#recent-posts li:hover {
	background: #EFEFEF;
}

/* Column One */

#colOne {
	padding-bottom: 0px;
}

/* Column Two */


}

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

#colTwo li, #colTwo form {
	padding: 10px;
}

#colTwo li {
	display: block;
	float: left;
	width: 220px;
}

#colTwo li ul {
}

#colTwo li li {
	display: list-item;
	float: none;
	padding: 0 0 0 0px;
}

#colTwo h2 {
	margin: 0 0 .5em 0;
	padding: 0 0 0 10px;
	background: url(images/p1.gif) no-repeat left center;
	font-size: 1em;
}

/* Footer */

#footer {
	width: 110;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/tlo02.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: x-small;
}