

* {
	margin: 0;
	padding: 0;
}



body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	

}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #385B88;
	
	
}

h2 {
	background: url(images/img7.gif) bottom repeat-x right;
	padding-bottom: 17px;
	margin-bottom: .8em;
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #c4782e;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
	padding: 10;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #E08934;
	
}

a:hover {
	text-decoration: none;
}


/* Boxed Style */


.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;  
	font-size: 1.4em;
	/*background-color: #fbfbfb;*/
}

.boxed .content {
	padding: 10px;
	/*background-color: #fbfbfb;*/
}


/* Logo */

#logo {
	width: 770px;
	height: 140px;
	margin: 0 auto;
}

#logo h1 {
	padding: 46px 0 0 0px;
	background-color: #ffffff;

}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
	margin-left: 10px;
	
	
	
	
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 44px Georgia, "Times New Roman", Times, serif;
	color: #385b88;

}

#logo h2 {
	padding: 0 0 0 20px;
	text-transform: lowercase;
	font-size: 1em;
}


/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 500px;
	margin-top: -80px;
}



#sidebar {
	float: left;
	width: 240px;
	
}


/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 40px;
	border-bottom: 1px solid #EBEBEB;

}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
	
}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
    letter-spacing: 1px
}







/* Content > Sidebar > Updates*/


#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
	
}



/* Footer */

#footer {
	clear: both;
	padding: 5px 50px 15px 50px;
	width: 720px;
	margin: 0 auto;
	background: #ebeef3 url(images/img7.gif) repeat-x left top;
}

#footer p {
	width: 720px;
	height: 10px;
	margin: 0 auto;
	font-size: x-small;
	text-align: center;
	text-color:  #ebeef3;
}


