/*
-----------------------------------------------
Adobe Graphics
Author:   Jason Cooper
Version:  October 1 2007
----------------------------------------------- */


/* Global
----------------------------------------------- */


/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
	
/* Pseudo Links
----------------------------------------------- */
a:link {
	color: #0022d1;
    text-decoration: underline;
	}    
a:visited {
	color: #0022d1;
    text-decoration: underline;
	} 
a:hover {
	color: #0022d1;
    text-decoration: none;
	}  
a:active {
	color: #0022d1;
    text-decoration: underline;
	}   
	
	
/* Navigation
----------------------------------------------- */
#mainNav {
	margin: 0px;
  	padding: 0px;
  	background-color: #000;
  	text-align: left;
  	vertical-align: top;
	}
	
	
/* Body 
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
  	background-color: #000;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11vpx;
  	line-height: 15px;
  	color: #363e7e;
	}
	
#main {
	margin: 0px;
  	padding: 0px;
  	background-color: #e5e5e5;
  	text-align: left;
  	font-size: 11px;
	}	
	
.mybutton {
	paddin: 0 0 0 0;
	margin: 5px 10px 5px 10px;
	}
	
.homeBox1 {
	margin: 0px;
  	padding: 0px 15px 0px 15px;
  	font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
  	font-size: 12px;  
  	line-height: 16px;
  	background-image: 
	background-repeat: no-repeat;
	background-position: top;
	color: #333333;
	border-left: solid 2px #737373;
	border-bottom: solid 1px #000;
	vertical-align: top;
	}
	
.homeBox1bottom {
  	background-image: 
	background-repeat: no-repeat;
	}	
	
.homeBox2 {
	margin: 0px;
  	padding: 15px;
  	font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
  	font-size: 12px;  
  	line-height: 16px;
	background-repeat: no-repeat;
	background-position: top;
	color: #333333;
	border-left: solid 2px #737373;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	vertical-align: top;
	}

#homeBoxMain {

	}

#SubBoxMain {
	margin: 0px;
  	padding: 15px;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 12px;  
  	line-height: 18px;
	color: #2a2a2a;
	border-right: solid 2px #aeaeae;
	border-bottom: solid 3px #737373;
	vertical-align: top;
	}
	
.mainHeader {
	color: #bc0909;
	font-size: 18px;
	font-weight: bold;
	}
	

/* Footer 
----------------------------------------------- */
#footer {
	background-color: #ffd220;
	}	

#foot-a {
	color: #000;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	

#foot-b {
	color: #000;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-b a {
	color: #000;
    text-decoration: none;
	}
		
#foot-b a:hover {
	color: #000;
    text-decoration: none;
	}