/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: smaller;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	
	font:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h4 {color: #3300CC;
font-size: 1em;
}

h5 {
font-size:1px;
color:#02076D;
	}
 
h6 {background:#02076D;
font-size:14px;  
text-align:center;
}


p {
		margin-bottom: 1.2em;
	 	line-height: 1.2em;
		color: #666666;
		padding: 10px 20px 1px 20px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}



ul li {
	list-style:circle;
		}
	


ol {
	margin-left: 10em;
}

ol li {
}

a {
	text-decoration:none;
		
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

.news {
	float: left;
	width: 233px;
	padding-left: 10px;
	background:#FFFFFF;
	color: #666666;
}
.news a{
	color: #666666;
	text-decoration:underline;
	float: left;
	padding-left: 10px;
	background:#FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 29px;
	padding: 8px 0 0 10px;
	font-size: 1em;
	color: #FFFFFF;
}


.boxed .content {
	padding: 10px;
	
}

/* Post */

.post {

}

.post .title {
	height: 30px;
	padding: 1px 0 8px 10px;
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
		color: #FFFFFF;
		
		
}

.post .title span {
	display: block;
	height: 20px;
	padding: 8px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
    margin: 0;
	padding: 10px 20px 1px 1px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}


/* Header */

#header {
padding-left:8px;	
}

/* Header > Logo */

#logo {
	float: left;
	}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#menu {
}

/* Content */

#content {
padding: 10px;
	height:350px;
		
}

#content2 {
	padding: 20px;
	background:#FFFFFF;
	
}

#content3 {
	padding: 20px;
	background:#FFFFFF;
	}
	


#content3 table {
margin-left:20px;

	background:#FFFFFF;
	}	


/* Content > Main */

#main {
	float: left;
	width: 730px;
	padding-left: 20px;
	
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 170px;
	
}

#sidebar .boxed .title h2 {
	}



/* Content > Sidebar > Updates*/

#updates {
}

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

#content3 ul {
	list-style:circle;
	padding: 1px 1px 1px 35px;
	}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: 1.4em;
	padding-left:10px;
	padding-bottom:5px;
	
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 233px;
	padding-left: 10px;
}

#sidebar2 .boxed .title h2 {
	
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 10;
	padding-left: 10;
	}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;

}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

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

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}




