body {

	background-color: #BED2FA;

	font-size: 11px;

	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;

	color:#564b47;

	padding:0px;

	margin:0px;

}

a {

	color: #DB7093;

}

a:visited {

	color:#DB7093;

}

a:hover {

	color: #564b47;

}

a:active {

	color:#000000;

}

 

h1 {

	font-size: 11px;

	text-transform:uppercase;

	background-color: #8492AD;

	border-top:1px solid #050505;

	border-bottom:1px solid #050505;

	padding:5px 15px;

	margin:0px 

}

h2 {

	font-size:20px;

	font-weight: normal;

	padding: 5px 10px;

	margin:0px;

}

img.download {

	vertical-align:middle;

}

 

/* ----------container to center the layout-------- */

#container {

	width: 950px;

	padding:0px;

	margin: 0px;

	margin-left: auto;

	margin-right: auto;

} 

 

/* ----------banner for logo-------------- */

#banner {

	text-align: left;

	background-color: #BED2FA;

	padding: 0px;

	margin: 0px; 

}

 

#banner img {

	padding:10px 0px;

} 

 

/* ----------outer and inner----------------- */

 

#outer{ 

	border-left: solid 200px #A1B2D4; /* color of the left column  */ 

	border-right: solid 200px #A1B2D4; /* color of the right column  */ 

	background-color: #ffffff;  /* color of the content column */

} 

#inner{

	margin:0; width:100%; 

} /* The ie/pc pecularity */ 

 

/* --------------left and right navi------------- */

#left {

 	width:200px; 

 	float:left; 

 	position:relative; 

 	margin-left:-200px; 

 	margin-right:1px;

}

#right {

 	width:200px; 

 	float:right; 

 	position:relative; 

 	margin-right:-200px; 

 	margin-left:1px;

}

 

/* -----------------content--------------------- */ 

#content{ 

	position: relative; 

	margin: 0px; 

}

p{

	padding: 5px 10px;

	margin:0px; 

}

pre{

	font-size: 12px;

	padding: 5px 10px;

	margin:0px;

}

 

/*  ----------------footer---------------------- */ 

#footer {

	clear:left;

	padding:0px;

	margin:0px;

	text-align: right; 

} 

 

/*  ----------------navigation menu---------------------- */ 

#menu {

	background: #8492AD;

	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

	width: 100%;

	border-top:1px solid #050505;

	border-bottom:1px solid #050505;

}

#menu li {

	float: left;

	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;

	margin: 0;

	padding: 0;

}

#menu a {

	background: #8492AD url("images/seperator.gif") bottom right no-repeat;

	color: #564b47;

	display: block;

	float: left;

	margin: 0;

	padding: 8px 12px;

	text-decoration: none;

}

#menu a:hover {

	background: #2580a2 url("images/hover.gif") bottom center no-repeat;

	color: #fff;

	padding-bottom: 8px;

