body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:980px;    /* Min width of layout - can remove. does not work in old ver of Internet Explorer */		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
br{
	line-height : 12px;
	margin : 0; 
}
a{
	font-weight:bold;
	color : #006400; 
	text-decoration : none; 
}
a:link {
	font-weight:bold;
	color: #006400;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color : #000000; 
	text-decoration : underline; 
}
img {
	border-style:none;
	text-decoration: none;
}


h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
	 

/* Header styles */


#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:8px solid #333333;
}



/* column container */

.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

	
/* 2 column right menu settings */

.rightmenu {
    background:#333333;
	border-top:2px solid #fff;
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-200px;
	position:relative;
	right:100%;
	background:#fff;	
	font-size: 0.85em;
	line-height: 1.65em;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:0 15px 0 215px;
	padding-left:20px;
	padding-bottom:50px;
	overflow:hidden;
}
.rightmenu .col2 {
	float:right;
	width:170px;
	position:relative;
	left:185px;
	font-size:80%;
}
.rightmenu .col2 a {
	color : #00BFFF;
}
.rightmenu .col2 a:hover {
	font-weight:bold;
	color : #fff; 
	text-decoration : underline; 
}
.rightmenu .col2 label {
	color : #fff;
}



/* Footer styles */

#footer {
	clear:both;
	text-align:center;
	float:left;
	width:100%;
	border-top:2px solid #fff;
	border-bottom: 10px solid #000;	
	background:#333333;
	color:#fff;
	font-size:70%;
}
#footer a {
	color : #00BFFF;
}
#footer a:hover {
	font-weight:bold;
	color : #fff; 
	text-decoration : underline; 
}
#footer p {
	padding-top:10px;
	padding-bottom:20px;
	margin:0;
}


/* Font Styles */

.warning{
	background: #ffffff url(images/exclamation.png) left no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	padding: 5px 5px 5px 45px;
	margin: 0 0 2px 0;
	font-family : Verdana;
	font-size : 12px; 
	font-weight : bold; 
	color : red;
	display: block;
	list-style: none;
}

.bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#036;		
	text-decoration: none; 
}
.bold_red{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#FF4500;		
	text-decoration: none; 
}
.bold_green{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#006400;		
	text-decoration: none; 
}
.grey_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#A9A9A9;		
	text-decoration: none; 
}
.title{
	font-family : verdana;
	font-size : 15px; 
	font-weight : bold; 
	color : #006699;
}
.small {
	font-size: 10px;
}
.price{
	font-family : verdana;
	font-size : 13px; 
	font-weight : bold; 
	color : #5678A2;
}



/* Heading Styles */

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#036;		
	text-decoration: none; 
}
h2{
	font-family : Verdana;
	font-size : 12px; 
	font-weight : bold;
	color : #5678A2;
}
.p_style2 { 
	font-size:1.2em; text-align:justify; line-height:1.6em; 
}

.h_nav{
	margin-top:2px;
	margin-bottom:10px;
	padding:5px;
	font: bold 14px Helvetica, Arial, Verdana, sans-serif;
	color : #696969;
	border-bottom: double;
}


.h2style2{
	margin-top:5px;
	margin-bottom:10px;
	padding:5px; 
	
	font: bold 18px Helvetica, Arial, Verdana, sans-serif;
	color : #444444;
	border-bottom: solid #333333 1px;	  
}

.style3{
	margin-top:5px;
	margin-bottom:10px;
	padding:5px;
	font-size:80%;
	border-top: solid #dcdcdc 1px;
}

.h_sucess{
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	font-family : Verdana;
	font-size : 18px; 
	font-weight : bold;
	color : #008000;  
}

.spacer2{
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: solid #cccccc thin; 
}
