

/** Common Styles */

body {	
	
	margin: 30px 0 20px 0;
	padding: 0px;
	background: #E6E6E6;
	text-align: justify;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #686868;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #5CB01C;
}

p, ul, ol {
	margin-bottom: 1.3em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #5EB711;
}

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

/** Style for header starts here */

#header {
	width: 800px;
	height: 100px;
	margin: 0px auto;
	background: url(images/images1.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-family: arial, Times, serif;
	font-weight: normal;
	color: #ffffff;
}

#header h1 {
	padding: 40px 0px 20px 260px;
	font-size: 40px;
	font-weight: normal;
	color: #ffffff;
}

#header h2 {
	margin-top: -4px;
	padding: 0px 0px 0px 100px;
	font-size: 14px;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #4656EE;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 36px;
	margin: 0px;
	padding: 14px 25px 0px 34px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #2D2D2D;
	color: #FFFFFF;
}

#menu .active a {
	background: #2D2D2D;
}
/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
	border: 5px solid #DBDBDB;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
	color: #4656EE;

}

#content h3 {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;

}

#content span {
	color: #2D2D2D;
}


#content p {
}

#content strong {
	color: #2D2D2D;
}

#left {
	float: left;
	width: 570px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {

}


#left .post {
	font-family: Arial, Helvetica, sans-serif;
	
}

#right {
	float: right;
	width: 180px;
	margin-bottom: 20px;
	padding-right: 0px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding: 6px 10px;
	border-bottom: 1px solid #2D2D2D;
	background: url(images/images01.gif) no-repeat left 14px;
}

#right li a {
	text-decoration: none;
	color: #4656EE;
}	


#right la {
	text-align: center;
	font-size: 12px;
	padding: 6px 10px;
	color: #2D2D2D;
	background: url(images/images01.gif) no-repeat left 14px;

	
}

#right h2 {
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4656EE;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	border-top: 1px solid #444444;
	text-transform: uppercase;
	font-size: 10px;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .copyright2 {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
	color: #D6D6D6;

}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer a {
	color: #D6D6D6;
}

