/* Body */

body 
{
	background:transparent url(../images/my.jpg) no-repeat scroll center top;
	margin: 0;
	padding: 0;
	background: #333333;
	font-size: 12px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
}

blockquote {
        background: #2580a2;
        color: #FFFFFF;
        margin: 0px;
}

blockquote p {
        padding: 10px 20px;
}

blockquote ul {
        color: #FFFFFF;
}

blockquote li {
        color: #FFFFFF;
        padding: 0px 0px 10px 0px;
}

blockquote a {
        color: #FFFFFF;
        text-decoration: underline;
}

blockquote a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

a {
	color: #2580a2;
	text-decoration: none;
}

a:hover {
    color: #32c832;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #32c832;
	margin-bottom: 10px;
	padding: 10px 0;
	background: url(../images/underline.gif) repeat-x left bottom;
	font-weight: bold;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

img.left {
	float: left;
	margin: 0px 10px 0 0;
	border: 0px solid #DDDDDD;
	padding: 0px;
}

img.right {
	float: right;
	margin: 0px 0 0 15px;
	border: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 5px;
}



/* Header */

#header 
{	
	width: 960px;
	height: 180px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 240px;
	height: 220px;
	margin: 0;
	padding: 0px 0 0 0;
	background: url(images/header_logo.png) no-repeat;
}

#header h2 {
	float: left;
	width: 720px;
	height: 220px;
	margin: 0;
	padding: 0px 0 0 0;
	background: url(images/header_img.jpg) no-repeat;
}

#header a {
	text-decoration: none;
}



/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(images/page.gif) repeat-y;
}

#page img {
        padding: 0px 5px 0px 0px;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 194px; /*Changed from 220px to 50px*/
	border-right: 1px solid #333333;
}

#sidebar a {
	line-height: 15px; /*Changed from 25 to 15*/
	font-size: 13px;
}

#sidebar p.title {
	line-height: 25px;
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 8px 12px;
}


/****** Menu-Green ******/

.menu-green {
	background: #32c832;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px; /*Changed from 210px to 50px*/
}

.menu-green ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-green  li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.menu-green  a {
	background: #FFFFFF; /* Changed #2580a2 */
	border-bottom: 1px solid #333;
	color: #009900;
	display: block;
	margin: 0;
	padding: 8px 0px 8px 4px;  /*Top right bottom left 8px 16px 8px 4px; */
	text-decoration: none;	
	font-weight:bold;	
	width: 190px; /*Changed from 216 to 50*/
}

.menu-green  a:hover {
	/*background: #2580a2 url("images/hover_green.gif") left center no-repeat;
	color: #fff;*/
	background: #32c832 url("images/hover_blue.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}         



/****** Menu-Blue ******/

.menu-blue {
	background: #FFFFFF; /*2580a2*/
	list-style: none;
	margin: 0;
	padding: 0;
	width: 194px;
	
}

.menu-blue ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}


.menu-blue  li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}

.menu-blue  a {
	background: #009900;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 0px 8px 4px;  /*Top right bottom left 8px 16px 8px 4px; */
	text-decoration: none;
	font-weight:normal;
	width: 190px; /*Changed from 216 to 190*/
}

.menu-blue  a:hover {
	background: #32c832 url("images/hover_blue.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}                   
                    




/****** Content ******/

#content {
	float: left;
	width: 670px;
    padding: 15px 20px;    
    background: #FFFFFF;
}



/* Table - Main */

table.main {
	margin: 1em 1em 1em 0;
	background: #FFFFFF;
	border-collapse: collapse;
	color: #333333;
}

table.main th, td {
	border: 1px #2580a2 solid;
	padding: 0.2em;
}

table.main th {
	background: #2580a2;
	color: #FFFFFF;
}



/* Table - Contact */

table.contact {
	margin: 1em 1em 1em 0;
	background: #F4F4F4;
	border: 1px solid #D4D4D4;
	border-collapse: collapse;
	color: #333333;
	width: 100&;
}

table.contact th, td {
	border: none;
	padding: 0.2em;
}

table.contact th {
	background: #2580a2;
	color: #FFFFFF;
}



/* Post Comments */

.PostCommentContainer {
	background: #CCCCCC;
	color: #000000;
	width: 250px;
	padding: 10px;
}

.PostCommentsTitle{
	width: 100%;
	background: #32c832;
	color: #FFFFFF;
	padding: 5px;
}

.PostCommentsPost {
	border-bottom: 1px solid #32c832;
	padding-top: 10px;
	padding-bottom: 10px;
}

.PostCommentsName {
	font-weight: bold;
	float: left;
}

.PostCommentsDateTime {
	font-weight: bold;
	float: right;
}

.PostCommentsBody {
	clear: both; 
}

.PostCommentsPages {
	width: 100%;
	background-color: #32c832;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 20px;
}

.PostCommentsInputFieldsTitles{
	font-size: 11px;
}



/* Sidebar-Right */

#sidebar-right {
	float: right;
	width: 160px;
    background: #FFFFFF;
    color: #333333;
    padding: 30px 0px;
}



/****** Footer ******/

#footer {
	width: 975px;
	/*height: 200px;*/
	margin: 0 auto;
	background: url(images/footer_bg.png);
    color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	font-size: 11px;
}

#links {
    float: none; /*Changed from right to none*/
	width: 900px;
	/*height: 125px;*/
	padding: 10px 0 0px 0px;
}

#links a {
	color: #009900;
	text-decoration: none;
}

#links a:hover {	
	background: #32c832 url("images/hover_blue.gif") left center no-repeat;
	color: #FFFFFF;
    text-decoration: none;
	text-decoration: underline;
}

.redtxt
{
	color:#FE1100;
}
