
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
    height: 44px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img1 {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    width:150px;
}


img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.titleLog {
	background:url(../Images/LoginTitle.jpg);
}

.boxed .title h2 {
	background: #3C74E6 url(../Images/LoginTitle.jpg) repeat-x;

	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(../Images/img07.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #266972;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 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 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(../Images/img07.gif) repeat-x;
}
.DivCont {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background:url(../Images/img07.gif) repeat-x;
	/*background: #3C74E6 url(../Images/LoginTitle.jpg) repeat-x;*/

}
.DivVideo
{
    -moz-border-radius-topleft: 50px;
-webkit-border-top-left-radius: 50px;
 border-top-left-radius: 50px;
-moz-border-radius-topright: 50px;
-webkit-border-top-right-radius: 50px;
border-top-right-radius: 50px;
width:200px;
height:120px;
}
/* Header */

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background:  url(../Images/img01.jpg) no-repeat;
}
#header1 {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background:  url(../Images/img01old1.jpg) no-repeat;
}
#login {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	
}
/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#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;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
/*	background: url(../Images/img03.gif) no-repeat;*/
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	/*background-image: url(../Images/img04.gif);*/
}

#menu .active a {
	/*background-image: url(../Images/img05.gif);*/
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(../Images/img022.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 480px;
	padding-left: 20px;
}
.mainlog {
	float: left;
	width: 440px;
	padding-left: 150px;
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(../Images/img07.gif) repeat-x;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}
.sidebarlog {
	float: left;
	width: 50px;
}
#sidebar .boxed .title h2 {
	background: #00666D  url(../Images/img08.gif) no-repeat;
}

/* Content > Sidebar > Login */

#login {    height: 0px;
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}
.inputtext
{
    width:160px;
    color: #666666;
    font: small "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    padding: 2px 5px;
}
.inputsubmit {
	margin: 0;
	padding: 0;
	  font: small "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    padding: 2px 5px;
}

/* 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 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(../Images/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../Images/img02.jpg) no-repeat;
	height:35px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color:Black;
}

#footer a {
	text-decoration: underline;
	color: Black;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
/*Custom side tab*/
.sideTab
{
    width: 200px;
height: 35px;

border: 1px rgb(10, 1, 1) outset;

-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;

-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;

-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;

}

p.ex {
    color: rgb(255,255,255);
	font-size: 2em;
    height: 51px;
    padding: 5px 0 0 50px;
    text-transform: uppercase;
    text-align: center;
}
span.Titlestyle
{
    color: rgb(255,255,255);
	font-size: 1em;
    height: 38px;
    padding: 1px 0 0 150px;
    text-transform: uppercase;
}
div.gridTitle
{
 
width: 920px;
height: 40px;

border: 1px rgb(10, 1, 1) outset;
background-color:#43BFC7;

-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;

-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;

-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}

div.gridTitleVideo
{
 
width: 420px;
height: 40px;

border: 1px rgb(10, 1, 1) outset;
background-color:#43BFC7;

-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;

-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;

-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}


div.pageTitle
{
width: 920px;
height: 40px;
background-color:#43BFC7;
border: 1px rgb(89,89,89) solid;

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}
.loginTab
{
    float:right;
	width: 150px;
	margin: -20px auto;
	padding-left: 150px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;

	/*background: url(../Images/img07.gif) repeat-x;*/
}
.h2Side
{
    background:#3c74e6;
}