*{
margin: 0px;
padding: 0px;
}
body {
	margin-top: 49px;
	padding: 0;
	background: /*url(images/img01.jpg) repeat-x left top*/;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #4C76A0;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #000066;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h4 {
	margin-top: 5px;
}



p, ul, ol {
	margin: 0 0 1em;
	text-align: justify;
	line-height: 26px;
	font-size: 14px;
}

a:link {
	color: #000066;
}

a:hover, a:active {
	text-decoration: none;
	color: #000066;
}

a:visited {
	color: #000066;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}
#name{
	float:left;
	width: 100px;
	margin-left: 10px;
/*padding: 3px;*/
}


fieldset {
	margin: 0;
	padding: 3px;
	border: none;
}

/*legend {
	display: none;
}*/

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

select{
	font-size: 11px;
	margin-left:15px;
	width:115px;
	margin-top:5px;

}


/* Header */

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

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 54px;
}

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

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

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

#menu .current_page_item a {
	color: #FFFFFF;
	}

/** LOGO */

#logo-wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	background:#FFFFFF;
	/*background: url(images/img03.jpg) no-repeat left top;*/
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background:#FFFFFF;
	text-align: justify;
}

/* Content */

#content {
	float: right;
	width: 540px;
	background: url(images/img10.jpg) no-repeat left top;
	
}

/* Post */

.post {
	padding: 15px 15px 5px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(images/red_bar.jpg) no-repeat left top;
	font-size: 18px;
	color: #FFF;
}

.post .entry {
	padding: 0 15px;

}

/* Sidebar */

#sidebar {
	float: left;
	width: 335px;
}
#sidebar img{
	margin-left:20px;

}

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

#sidebar li {
	margin-bottom: 20px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/blue_bar.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/blue_bar.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

.s {
	float:right;
	width: 115px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #4C76A0;
	margin-top: 4px;
	margin-left: 4px;
}

#x {
	padding: 3px;
	border: none;
	background: #000066;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
	margin-left:120px;
	margin-top:20px;

}


/* Footer */
#footer-wrap {
	width: 900px;
	height: 64px;
	margin: 0 auto;
	background: #3F6183 no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #999999;
}
#download{
	width:260px;
	margin-left:auto;
	margin-right:auto;
	background: #E6F0F7;
	padding: 4px;
	text-align: left;
}

.project{
	color:#000000;
	text-transform:uppercase;
	font-size:16px;
	font-weight: bolder;
}
.two{
	color:##000066;
	text-transform:uppercase;
	font-size:26px;
	font-weight: bolder;
}
.reg{font-size:20px; font-weight: bolder; margin-top:-10px; height:20px;}

.bold{ font-weight: bold;}

#intro{ width:280px; margin-right:auto; margin-left:auto;}