/* CSS Document */

body {
	text-align: center;
	background-color:#5CB3FF;
}
.wrapper {
	width: 750px;
	text-align: left;
}
.header {
	width: 750px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../Images/title_header.jpg) no-repeat;
}

/* navigatiom */
.navigation { 
	background-color:#CCCCCC;
	}
.navigation li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}
.navigation a {
	text-decoration: none;

	}			
.navigation a:hover {

	text-decoration:underline;
	}

/* navigatiom  end */	


h3 {
	padding-left:2px;
	color: #1b73d6;
	font: 1.2em verdana,sans-serif;
}
p {
	color: #000000;
	font: 1em/1.3em arial,sans-serif;
	padding-left:8px;
	padding-right:5px;
}
strong {
	font-weight: normal;
}
.download {
	text-align: right;
}
.footer {
	width: 750px;
	background: #009933;
}

#redAst{
	color:#FF0000;
	margin-left:10;
	}
.footer p {
	padding: 17px 0 0;
	color: #fff;
	font: 0.8em arial-bold,sans-serif;
	text-align:center;
	font-weight:bold;
}
a {
	color: #194379;
}
a:hover {
	text-decoration: none;
}
/* Quote & Code blocks */
.code {
	margin-left:-10px;
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	word-wrap:break-word; width:500px; overflow:auto;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}