/*Main style for all pages*/
body {
	background-image:url(../images/bg.gif);
	margin:0;
   padding:0; }
	
.outline { 
	border: 2px solid #8998BD;
	width:790px;
	margin: 0 auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;}
	
.headerimg {
	width: 790px;
	margin: 0 auto 0 auto;
	border-bottom:1px solid #000066; }

.headerimg img {border:0;}
/*Main style for all pages ends here*/
/*Sub header starts here */
#sectionhdr {
	border-top:solid 1px #1A1A71;
	background: #21418c;
	height:68px;}
	
#hdrtxt {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:28px;
	display:inline;
	position:relative;
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	left:130px;
	top:12px;}
/*Sub header ends here */

#sidebar {
	background:#BA0202;
	width:131px;
	height:688px;
	float:left;
}
html>body #sidebar {height:660px;}
*:first-child+html #sidebar {height:692px;}

#sidebar ul {
	text-align:right;
	padding:0 10px 0 5px;
	margin-top:50px;}
	
#sidebar li {
	float:none;
	margin-left:-40px;
	margin-bottom:10px;
	list-style:none;}
html>body #sidebar li{margin-left:0;}
*:first-child+html #sidebar li{margin-left:-37px;}
	
#sidebar a {
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	color:#FFFFFF; }	
	
#sidebar a:hover {color: #21418c;}

#content {
	/*margin-left:131px;*/
	width:642px;
	height:559px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
	padding:7px;
}
/*html>body #content {margin-left:131px;}*/
*:first-child+html #content{height:575px;}

#content h2 {
	margin-top:1px;
	margin-bottom:-3px;
	color:#1E90FF;
	text-align:center;
}

#content h6 {margin-bottom:0;}
/*#content p{margin-bottom:-7px;}
html>body #content p {margin-bottom:-5px;}
*:first-child+html #content p {margin-bottom:-7px;}*/

#content p {margin-bottom:-8px;}
#content a {text-decoration:none;}
#content a:hover {text-decoration:underline;}

.redtext {color:#ba0202;}
.redtextBold{
	color:#ba0202;
	font-weight:bold;}
.bluetext {color:#21418c;}
.boldtxt{font-weight:bold;}

.specialred{
	color: #BD0000;
	font-weight: bold;
}

.specialMargin{margin-left:11px;}
*:first-child+html .specialMargin{margin-left:0;}

.specialblue{
	margin-top:3px;
	color:#1E90FF;
	font-size:16px;
	margin-bottom:-5px;
}
/* V V V V V V V V V V  Buying Tips section V V V V V V V V V V V V */
.tipsul {list-style-type:none;}
/*--------------------- End of Buying Tips Section ----------------*/

/* V V V V V V V V V V  Buying Tips section V V V V V V V V V V V V 
.specialP {margin-bottom:-8px;}
--------------------- End of Buying Tips Section ----------------*/

.footer {
	margin-left:131px;
	margin-top:-3px;
	font-size: 11px;
	padding:5px;}


