/* THIS IS THE LAYOUT CSS*/
body {	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px ; 
		background:#fff;
		padding:0px;
		margin:0px;
		}

#center 	
		{ 	text-align: center;}

#box 
		{	width: 756px; 
			margin: 0 auto;
			margin: 0 auto; 
			text-align: left;
			/*border:3px solid #8B0000; */
			background:#fff;}

#container1 
		{	float: left; 
			width: 575px;}
     
#content 	
		{	float: right; 
			width: 400px;
			background:#fff;}
     
#nav 		
		{	float: left; 
			width: 175px;
			background:#fff;}
     
#info 		
		{	float: right; 
			width: 175px;
			background:#fff;}
			
     
#clearfooter 
		{	clear: both;
			text-align:center;
			color: #eee;
    		display: block;
    		margin-left: auto;
    		margin-right: auto;
			background:#fff;
			}

#logo
		{	text-align:center;
    		display: block;
    		margin-left: auto;
    		margin-right: auto;
			background:#fff;
			}
					
/* THIS IS THE END OF THE LAYOUT CSS*/
/* THIS IS THE TEXT FORMATTING CSS*/
p 		
		{	margin:10px 10px 10px 10px;	
			font-size:12px;
			color:#336699;}

h1 		
		{	margin:0px 10px 10px 12px;
			font-size:14px;
			padding-top:10px;
			color:#8B0000}
			
h2		
		{	margin:0px 10px 10px 12px;		
			font-size:12px;
			padding-top:10px;
			color:#336699;	}
h3 {	
		margin:0px 10px 10px 12px;
		font-size:10px;
		color:#8B0000;
		}			

/* THIS IS THE END OF THE TEXT FORMATTING CSS*/
/* THIS IS THE NAV FORMATTING CSS*/
#nav a:link 
		{	text-decoration:none;
			font-weight:bold;
			background:#fff;
			color:#336699;	}
			
#nav a:visited 
		{	text-decoration:none;
			font-weight:bold;
			background:#fff;
			color:#336699;	}
			
#nav a:hover
		{	text-decoration:underline overline;
			font-weight:bold;
			color:#8B0000;	}
			
#nav li
		{	font-size:10px;
			font-weight:bold;
			line-height: 14px;
			color:#8B0000	}

/* THIS IS THE END OF THE NAV FORMATTING CSS*/
/* THIS IS THE INFO COLUMN CSS*/

#info p { 
		margin:0px 10px 10px 10px;
		font-size:9px;
		line-height: 14px;
		color:#336699
		}

#info h1{ 
		text-align: center ;
		font-size:18px;
		color:#8B0000;
		}
#info a:link {
		text-decoration:none;
		font-weight:bold;
		background:#fff;
		color:#336699;
		}
#info a:visited {
		text-decoration:none;
		font-weight:bold;
		background:#fff;
		color:#336699;
		}
#info a:active{
		text-decoration:underline overline;
		font-weight:bold;
		font-size: 9px;
		color:#336699;
		}
#info a:hover{
		text-decoration:underline overline;
		font-weight:bold;
		color:#8B0000;
		}
/* THIS IS THE END OF THE INFO COLUMN CSS*/		
/* THIS IS THE CONTENT COLUMN CSS*/
		
#content li{ 
		font-size:12px;
		font-weight:bold;
		line-height: 14px;
		color:#336699
		}
#content a:link {
		text-decoration:none;
		font-weight:bold;
		background:#fff;
		color:#336699;
		}
#content a:visited {
		text-decoration:none;
		font-weight:bold;
		background:#fff;
		color:#336699;
		}
#content a:hover{
		text-decoration:none;
		font-weight:bold;
		color:#8B0000;
		}
#clearfooter a:link {
		text-decoration:none;
		font-weight:bold;
		background:#fff;
		color:#336699;
		}
#clearfooter a:visited {
		text-decoration:none;
		font-weight:bold;
		background:#eee;
		color:#336699;
		}
#clearfooter a:active{
		text-decoration:underline overline;
		font-weight:bold;
		font-size: 9px;
		color:#336699;
		}
#clearfooter a:hover{
		text-decoration:underline overline;
		font-weight:bold;
		color:#8B0000;
		}
/* THIS IS THE END OF THE COLUMN CSS*/
/*THIS IS THE MISC SPECIFIC CSS*/
.other {font-size:12px;
		color:#336699;
		}
.other2 {font-size: 12px;
		line-height: 14px;
		font-weight:bold;
		color:#8B0000;
		}
.other3{
		text-align: center; 
		margin-left: auto;
    	margin-right: auto;
		font-size:9px;
		line-height: 14px;
		color:#336699;		
    	}
.other3 a {margin: 7px;}		
.noavail{
		font-size: 12px;
		text-decoration:line-through;
		line-height: 14px;
		font-weight:bold;
		color:#336699;
		}
.floatleft {
		float:left;
		margin:10px 10px 10px 10px; 
		        
  		}
img.displayed {
	text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto; 
     }
input.subbut {
	background-color: #8b0000;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border:2px solid #336699;
	}
		