body {
	margin: 0 px;
	background: #FFFFFF;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
	padding: 5px;
	
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;

}

ul {
	margin-left: 1em;
}

ul li {
}

ol {
	margin-left: 1em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3A69BA;
}

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

img.left {
	float: left;
	padding: 5px
	
}

img.right {
	float: right;
	padding: 5px;
}
/* Header */

#header {
	width: 920px;
	height: 217px;
	margin: auto;
	padding: 0px;
	background: #5E80BD url("images/img01.jpg") no-repeat;
	}

/* Header > Logo */

#logo {
	float: left;
	width: 251px;
	height: 217px;
	font-color: #FFFFFF;
}


/* Header > tagline */

#tagline {

	float: right;
	font-color: #FFFFFF;
	margin: 0;
	padding: 50px 0px 20px 0px;
	font-size: 1em;
}


/* Header > Menu */

#menu {
	float: right;
}

#menu p{
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
	padding-top: 53px;
	}

#menu ul {
	margin: 0;
	padding-top: 55px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	margin-right: 2px;
	padding-top: 10px;
	background:   url("images/menu1.gif") no-repeat;
	text-decoration: none;
	text-align: center;
    font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image:   url("images/menu2.gif");
}

#menu .active a {
	background-image:   url("images/menu3.gif");
}


/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #5E80BD url("images/img3.gif") no-repeat;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 5px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	background:  url("images/g%20img07.gif") repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #5E80BD url("images/img3.gif") no-repeat;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 5px;
}

.post .meta {
	clear: both;
}

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

.post .story {
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	background:  url("images/g%20img07.gif") repeat-x;
}



/* Content */

#content {
	width: 920px;
	margin: auto;
	padding: 0px;
	border-top: 10px solid #FFFFFF;
}

/* Content > Full Page */
#fullpage {
	float: left;
	width: 920px;
	}
	

/* Content > Main */

#main {
	float: left;
	width: 670px;
	padding-left: 5px;
}


/* Content > Sidebar */

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

#sidebar .boxed .title h2 {
background: #5E80BD url("images/img3.gif") no-repeat;
	}

/* Content > Sidebar > Updates*/

#updates {
}

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

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

#updates p {
	line-height: normal;
	font-size: .8em;
}

/*#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 > Sponsors

#sidebar2 {
	float: right;
	width: 210 	px;
	padding-left: 5px;
}

#sidebar2 .boxed .title h2 {
	background: #5E80BD url("images/img3.gif") no-repeat;
}

/* Content > Sidebar2 > ad120x600 

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	width: 920px;
	height: 80px;
	text: left;
	margin-top: 40px;
	}

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

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

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