* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF url(images/img1.jpg) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #4F789F;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}


a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

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

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

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 20px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 5px;
}

.boxed ul {
	list-style: none;
}

	
/* Post */

.post {
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: .5em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 810px;
	height: 79px;
	margin: 0 auto;
	background: #69B10A url(images/logo2.png);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 25px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 55px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 810px;
	margin: 0 auto;
	background: url(images/img4.gif) repeat-y;
	border-top: 9px solid #3B3B3B;
}

#content {
	float: right;
	width: 645px;
	padding-right: 14px;
}
.table1  {
	float: left;
	margin: 0 20px 0 0;
	width: 145px;
	height: 97px;
}

#sidebar {
	float: left;
	width: 150px;
	padding-left: 1px;
}

/* Menu */

#menu {
font-size: 12px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 7px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

#menu2 {
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu2 a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu2 .active a {
	background: #BABABA;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 2px;
}

#inputtext1, #inputtext2 {
	width: 120px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	font-size: 12px;
	margin-bottom: 4px;
}

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

/* Footer */

#footer {
	width: 780px;
	height: 17px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #150517;
	font-size: .99em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#sidebar2 .boxed2 {
    text-align:center;

}
#icon {
	border: 0px solid #3B3B3B;
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

#header2 {
	width: 810px;
	height: 33px;
	margin: 0 auto;
}


.glossymenu{
	position: relative;
	padding: 0px 0 0 6px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 43px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

p.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 32em
}