/*Our House Style Sheet*/
body	{
	margin:	0;
	padding: 0;
	font: 13px/15px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	color:	#000;
	background: #004287 url(images/gradientbg1.jpg) repeat-x;
	}

	
div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 13px/15px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;	
    }
    
#mainfront {
	position: relative;
	width: 930px;
	border: 1px solid black;
	margin: 10px auto 0 auto;
	}
	
#main {
	position: relative;
	width: 860px;
/*	border: 1px solid black;*/
	margin: 5px auto 0 auto;
	background: #fff
	}

#header {
 	/*border: 1px solid red;*/
	width: 711px;
	height: 135px;
	position: relative;
	text-align: center;
	margin: 0 0 0 60px;
	padding: 0;
	}


#leftside {
	position: absolute;
	top: 160px;
	left: 0;
	margin: 0 20px 10px 10px;
	width: 160px;
	font-size: 12px;
	padding-right: 10px;
	/*border: 1px solid blue;*/

	}	

#rightside {
/*	border: 1px solid #600;*/
	position: absolute;
	top: 195px;
	left: 160px;
	text-align: center;
	float: right;
	margin: 0 0 10px 620px;
	width: 130px;
	font-size: 12px;
	padding-left: 10px;
	}
	
#rightside img {
	margin: 8px auto;
	border: 1px solid black;
	}

.nav {
	width: 740px;
	height: 22px;
	position: absolute;
	top: 120px;
	left: 60px;
	font-size: 22px;
	background: #fff;
	border: 2px solid #772a2c;
	margin: 10px auto;
	text-align: center;

	}
	
.nav ul {
	margin: 0 auto;
	text-align: center;
	list-style: none;
	padding: 0;
	}	

.nav ul li {
	text-align: center;
	display: inline;
	padding: 0;
	margin: 0 10px;
	}	
	
.nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #004b6d;
	padding: 2px;
	}	
	
.nav ul li a:hover {
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

/*menu page indication*/
#home a.linkhome, 
#adrates a.linkadrates, 
#features a.linkfeatures, 
#archives a.linkarchives,
#links a.linklinks,
#about a.linkabout,
#subscribe a.linksubscribe,
#readers a.linkreaders,
#ourhouse a.linkourhouse,
#contact a.linkcontact
	 {
	color: #F00;
	}	
	
#home a.linkhome:hover, 
#adrates a.linkadrates:hover,
#features a.linkfeatures:hover, 
#archives a.linkarchives:hover,
#links a.linklinks:hover,
#about a.linkabout:hover,
#subscribe a.linksubscribe:hover,
#readers a.linkreaders:hover,
#ourhouse a.linkourhouse:hover,
#contact a.linkcontact:hover
	 {
	color: #F00;
	text-decoration: none;
	}	


	
#content {
	position: relative;
	margin: 40px 0 0 170px;
/*	border: 1px solid #600;	*/
	width: 500px;
	padding: 0 10px 0 10px;
	border-left: 2px solid #600;
	}

#content p {
	line-height: 140%;
	width: 400px;
	margin: 0 0 10px 0;
	}

#content ul {
	line-height: 130%;
	width: 325px;
	margin: 0 0 10px 0;
	}

#content ul li {
	margin: 6px 0 0 0;
	}
	
#content a, #content a:link, #content a:visited {
	font-family:  arial, helvetica, sans-serif;	
	text-decoration: none;
	color:	#999;
	font-size: 13px;
	line-height: 15px;

	}

#content a:hover {
	font-family:  arial, helvetica, sans-serif;	
	text-decoration: underline;
	color:	#000;
	font-size: 13px;
	line-height: 15px;
	}	
	
	
#contentin {
	border: none;
	position: relative;
	margin: 40px 0 0 25px;	
	width: 600px;
	padding: 0 26px 6px 20px;
	}	
	
#contentin p {
	line-height: 130%;
	margin: 0 0 20px 0;
	text-align: justify;
	}
    
#contentin a, #content a:link, #content a:visited {
	font-family:  arial, helvetica, sans-serif;	
	text-decoration: none;
	color:	#009;
	font-size: 13px;
	line-height: 15px;
	}

#contentin a:hover {
	font-family:  arial, helvetica, sans-serif;	
	text-decoration: underline;
	color:	#000;
	font-size: 13px;
	line-height: 15px;
	}	
	
#contentin h1 {
	margin: 20px 0;
	}	
	
	
#contentin h1 {
	margin: 20px 0;
	}	
	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	margin: 0;
	}
	
h1	{
	font-size:	38px;
	line-height: 44px;
	}
	
h2	{
	font-size:	14px;
	line-height: 16px;
	}
	
h3	{
	font-size:	12px;
	line-height: 16px;
	}
	
img {
	border: 1px solid black;
	}
	
#footer {
	clear: both;
	background: #600;
	font: 12px "Trebuchet MS", verdana, lucida, arial, san-serif;
	position: relative;
	width: 605px;
	height: 50px;
	text-align: center;
	padding: 5px 0 5px 5px;	
	margin: 10px 100px 10px 160px;
	}

#footer a {
	color: white;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
#footer a:visited {
	color: white;
	text-decoration: none;
	}
	

	
#footerin {
	background: #600;
	color: white;
	text-decoration: none;
	font: 10px "Trebuchet MS", verdana, lucida, arial, san-serif;
	position: relative;
	width: 711px;
	text-align: center;
	padding: 5px 0 5px 5px;	
	margin: 10px 100px 10px 160px;
	}
