/* Body */

body {
	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 {
	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-right: 15px;
	margin-top: 10px;
	margin-left: 10px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
}




/* Header */

#header {
	width: 960px;
	height: 220px;
	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;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	border-right: 1px solid #333333;
	background: #F2F2F2;
}

#sidebar a {
	line-height: 25px;
	font-size: 14px;
}

#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: #2580a2;
	padding: 8px 12px;
}


/****** Menu-Green ******/

.menu-green {
	background: #F2F2F2;
	color: #2580a2;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
}

.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: #F2F2F2;
	border-bottom: 1px solid #333;
	color: #2580a2;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
	width: 216px;
}

.menu-green  a:hover {
	background: #2580a2 url("images/hover_green.gif") left center no-repeat;
	color: #F2F2F2;
	padding-bottom: 8px;
}         



/****** Menu-Blue ******/

.menu-blue {
	background: #F2F2F2;
	color: #2580a2;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
}

.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: #F2F2F2;
	border-bottom: 1px solid #333;
	color: #2580a2;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
	width: 216px;
}

.menu-blue  a:hover {
	background: #2580a2 url("images/hover_blue.gif") left center no-repeat;
	color: #F2F2F2;
	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: 960px;
	margin: 0px auto;
	background: #F2F2F2;
        color: #333333;
}

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

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

a.footer_main {
	font-size: 14px;
	font-weight: bold;
}

a.footer_sub {
	font-size: 11px;
}

#footer_links {
	width: 920px;
	margin: 0px auto;
	padding: 20px;
	color: #666666;
	margin-left: 240px;
}



/****** Footer Links Table ******/

table.footer_links {
	width: 920px;
	margin: 0px auto;
	background: #F2F2F2;
	padding: 20px;
	vertical-align: top;
}

table.footer_links td {
	width: 200px;
	vertical-align: top;
}
