/* CSS Document */
body {
	color:#000000;
	margin:0;
	padding:10px 0 0 0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width:900px; 
	margin:auto;
}
#header { 
	 display:none;
	
}

/*Top navigation bar*/

#navbar 
{
    display:none;
}


/*End of top navigation bar*/





#wrapper {
	width:900px; 
	background:#fff ; 
	margin: 0px; 
	
}


#leftcl {
	width:649px;
	height: 100%; 
	margin:0px; 
	padding:0px; 
	float:left; 
	border-right:1px solid #9C0743; 
}
#inwrapperleft{
	margin:20px 35px 30px 40px;
	text-align: justify;	
}
#inwrapperright{
	margin:10px 10px 10px 10px;
	text-align: justify;
}
#rightcl{
	width:248px; 
	height: 100%; 
	margin:0px; 
	padding:0px; 
	float:right; 
}
#bottomnav
{
	height:20px;
	clear:both;
	margin-bottom: 15px;
	margin-left:50px;
	
	
}

#bottomnav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font-size: 10px;
   }

#bottomnav ul li {  
    display: inline;
	border-left: 1px dotted #999999;
    float: left;
    line-height: 1.1em;
    margin: 2px;
    padding: 2px;
    }



#copyright { 
    float: right; 
	color:#FFFFFF; 
	width:240px;
}
.imagenospace {
	margin: 0px;
	padding: 0px;
}

h1{ font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 22px;
	color: #6B052E;
	text-align: center;
	
}
h2{
    font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 20px;
	color: #6B052E;
	text-align: center;
}
h3{
	font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 18px;
	font-style: normal;
	color: #6B052E;
}
h4{
    font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 16px;
	font-style: normal;
	color: #6B052E;
}
h5{
    font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 14px;
	font-style: normal;
	color: #6B052E;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6B052E;
}
li{
	list-style-position: outside;
	list-style-image: url(../images/tick.png);
}
#inwrapperright .p1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#inwrapperright .p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-align: justify;
}
#search{
	float: right;
}