/*		bg 91268F (A154A1)	bg FFFDEA (FFFFFF0	*//*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
font-size: 12px;
	/*margin: 0;
	padding: 0;*/
}

body {
	/*background: #F5F5F5 url(images/img01.gif) repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.5em;*/
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

h1, h2, h3 {
	margin-bottom: 1em;
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	/*color: #E58C43;*/	/*color: #91268F;*/	color: #23408F;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}


h1 {
	/*letter-spacing: 0px;*/
	font-size: 24px;
	padding:8px 0 14px 15px;
	background:url(images/titlebar.gif) no-repeat;
	margin-left: -10px;
	margin-top: -10px;
	/*font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px solid #CCCCCC;
	margin-bottom:5px;*/
	/*color:#555555;*/
}

h2 {
	/*letter-spacing: -1px;*/
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

p {
	margin-bottom: 1em;
	line-height: 120%;
 text-align:justify;
}

ul, ol {
	margin-bottom: 1em;
	margin-left: 2em;
	line-height: 120%;
	/*color: #0033CC;*/	/*color: #91268F;*/	color: #23408F;	
 text-align:justify;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	/*text-decoration: none;*/
	/*color: #E58C43;*/	/*color: #91268F;*/	color: #23408F;
}

a:hover {
	/*background: #DEA8DE;*/	background: #537CEB;
	text-decoration: underline;
	/*color: #91268F;*/	color: #23408F;
}

th{
/*background: #E58C43;*//*background: #91268F;*/background: #23408F;
	/*background: #E58C43;*/
color: #FFFFFF;
}
.right_side{		/*background-color: #E1EFCB;*/	background-color: #FFFDEA;}

/* Header */

#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 30px;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;
}

#logo h2 {
	padding: 45px 0 0 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	padding-left: 20px;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: url(images/img02.gif) repeat-y;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding-top: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 40px;
	margin: 0;
	padding: 5px 10px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Sidebar1 */

#sidebar1 {
	background: url(images/img03.gif) no-repeat;
}

#sidebar1 h2 {
	text-align: right;
	background: url(images/img05.gif) no-repeat;
}

#sidebar1 li li {
	padding-right: 20px;
	text-align: right;
}

/* Sidebar2 */

#sidebar2 {
	background: url(images/img04.gif) no-repeat;
}

#sidebar2 h2 {
	background: url(images/img06.gif) no-repeat;
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

#search h2 {
	background-image: url(images/img07.gif);
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	background-image: url(images/img08.gif);
}

.sidebar #recent-posts ul {
	padding: 0 20px;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
	padding: 30px 10px 10px 10px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
	background: url(images/img10.gif) repeat-x;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}
/* left bar  */#ddblueblockmenu{	margin:0px 0 0 0px;	/*order: 1px solid black;*/	border-bottom-width: 0;	width: 200px;}#ddblueblockmenu ul{		margin: 0;	padding: 0;		list-style-type: none;}#ddblueblockmenu li a{	display: block;		/*width: 200px; /*185px minus all left/right paddings and margins*/	height: 20px;	/*padding-left: 5px;*/		/*text-indent:5px;*/		line-height:200%;		letter-spacing:-1px; 	word-spacing:-1px;		text-decoration: none;	font-weight: bold;	font-size: 12px;		font-family: Verdana, Arial, Helvetica, sans-serif;	/*border-bottom: 1px solid #006633;*/	/*border-left: 4px solid #003300;*/		/*color:#1271D0;*/	/*color:#3366FF;*/	color:#23408F;		/*color:#FFFFFF;*/	background-color: #FEBF8C;	background:url(images/btn_s.jpg); 	background-repeat: no-repeat;	}* html #ddblueblockmenu li a{ /*IE only */	width: 200px; /*IE 5*/	w\idth: 200px; /*185px minus all left/right paddings and margins*/}#ddblueblockmenu li a:hover {	background:url(images/btn_s_on.jpg); 	background-repeat: no-repeat;	background-color: #FFFDEA;	}/* left bar end */
/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}/* for project award */table.sample_2 th {	background-color: #FEBF8C;	color:#88357D;}/* for project award */table.sample_2 td {	background-color: #FFFDEA;	color:#000000;}/* for project award */table.sample th {	background-color: #FEBF8C;	color:#88357D;}/* for project award */table.sample td {	background-color: #FFFDEA;	color:#000000;}/* for validation only */input.disabled {	border: 1px solid #F2F2F2;	background-color: #F2F2F2;}input.required, textarea.required {	/*float:left;*/	/*border: 1px solid #000000;*/}input.validation-failed, textarea.validation-failed {	border: 1px solid #FF3300;	color : #FF3300;}input.validation-passed, textarea.validation-passed {	border: 1px solid #00CC00;	color : #000;}.validation-advice {	margin: 5px 0;	padding: 5px;	background-color: #FF3300;	color : #FFF;	font-weight: bold;}.custom-advice {	margin: 5px 0;	padding: 5px;	background-color: #C8AA00;	color : #FFF;	font-weight: bold;}fieldset {	padding: 1em;	margin-bottom: 0.5em;}label {	font-weight: bold;}.form-row {	clear: both;	padding: 0.5em;}.field-label {}.field-widget {	float:left;}/* end for validation only */
