* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(Images/bkgFade.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #385B88;
}


h2 {
	margin-bottom: 0.8em;
	font-size: 2em;
	font-weight: normal;
	font-style:italic;
}

h3 {
	margin-bottom: 0.8em;
	font-size: 1.8em;
	font-weight: normal;
}

h4 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	margin-bottom: 0.8em;
	font-size: 1em;
	font-weight: normal;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.4em;
	text-align: justify;
}

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: #73B0E2;
}

a:hover {
	text-decoration:underline;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #EBEBEB;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
	padding: 10px 0 0 20px;
	border-bottom: 1px solid #D6D5D5;
}

.post .date {
	margin-top: -26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .date .month {
	display: block;
	float: right;
	width: 60px;
	margin-bottom: 3px;
	padding: 5px 0;
	background: #D6D5D5;
	text-align: center;
	font-size: 11px;
}

.post .date .day {
	display: block;
	float: right;
	clear: right;
	width: 60px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #EAEAEA;
	text-align: center;
	font-size: 24px;
}

.post .date .year {
	display: none;
}

.post .meta {
	padding: 30px 0 5px 10px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 9px;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 20px 0px 20px 20px;
}

/* Background */

#background {
	width: 1024px;
	margin: 0 auto;
	height: auto;
}

/* Menu Top */

#menuTop {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	text-align:right;
}
#menuTop h1 {
	padding: 7px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #666666;
}

/* Logo */

#logo {
	width: 800px;
	height: 140px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 600px;
}

#mainV {
	float: right;
	width: 500px;
	margin-top: -100px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: small;
	font-weight: bold;
}

#login input {
	border: 1px solid #385B88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menuV {
	margin-bottom: 15px;
	border-bottom: 4px solid #EBEBEB;
	font-weight: bold;
}

#menuV ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menuV li {
	display: inline;
}

#menuV a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #385B88;
}

#menuV a:hover, #menuV .active a {
	background: #EBEEF3;
	text-decoration: none;
	color: #385B88;
}

/* Content > Sidebar > Certification*/

#certification{
	text-align:center;
	margin-bottom: 30px;
}

/* Content > Sidebar > Info*/

#info {
	text-align: center;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h4 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #D6D5D5;
	background: #EAEAEA;
}

#footer p {
	width: 800px;
	margin: 0 auto;
	font-size: 11px;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


/* Images > News */

.imageStory{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:3px;
	margin-left:10px;
	margin-right: 0px;
	float: right;
}

.imageStory2{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding: 3px;
	margin-right: 0px;
	float: none;
}
.imageNews{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding: 3px;
	margin-right: 5px;
	float:left;
}

/* News */

.new{
}
.newImage{
	float: left;
	width:150px;
}

.newContent{
	float:right;
}

.form {
	font-size:12px;
	text-align:left;
}
.paga {
	font-size:12px;
	text-align:left;
	padding-left:20px
}
.paga tr {
	height:25px;
}
.paga td {
	padding-right:5px;
}
.form tr {
	height:30px;
}

.form td {
	padding-right:5px;
}
.form input {
	padding:3px;
	font-size:12px;
	color:#35312F;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	}
	
.h7 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:15px;
	
	}