@charset "UTF-8";
/* CSS Document */

body {
    margin:0; 
    padding:0px;
	background:#cccccc;
    font: 12px Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
}

#header {
	font-size:15px;
	}
	
#headerpink {
    color:#cc9900;
	font-size:15px;
	}
	
#grayfooter {
    color:#333333;
	}
	
#im1 {
	background: #000000 url(../_images/layout/im1.jpg) repeat-y top left;
	}
	
#im2 {
	background: #999999 url(../_images/layout/im2.jpg) repeat-y top left;
	}
	
#im3 {
	background: #ffffff url(../_images/layout/im3.jpg) repeat-y top left;
	}
	
#im4 {
	background: #000000 url(../_images/layout/im4.jpg) repeat-y top left;
	}
	
#im5 {
	background: #999999 url(../_images/layout/im5.jpg) repeat-y top left;
	}
	
#im6 {
	background: #ffffff url(../_images/layout/im6.jpg) repeat-y top left;
	}
	
	
	
a:link { 
	color: #ffffff; text-decoration: underline;
	}
a:visited { 
	color: #ffffff; text-decoration: underline;
	}
a:hover { 
	color: #ffffff; text-decoration: underline;
	}
a:active { 
	color: #ffffff; text-decoration: underline;
	}
	
	
a.list:link { 
	color: #000000; text-decoration: underline;
	}
a.list:visited { 
	color: #000000; text-decoration: underline;
	}
a.list:hover { 
	color: #cc9900; text-decoration: none;
	}
a.list:active { 
	color: #000000; text-decoration: underline;
	}
	
	

a.white:link { 
	color: #e6e6e8; text-decoration: none;
	}
a.white:visited { 
	color: #e6e6e8; text-decoration: none;
	}
a.white:hover { 
	color: #e6e6e8; text-decoration: underline;
	}
a.white:active { 
	color: #e6e6e8; text-decoration: none;
	}
	

a.gray:link { 
	color: #333333; text-decoration: none;
	}
a.gray:visited { 
	color: #333333; text-decoration: none;
	}
a.gray:hover { 
	color: #333333; text-decoration: underline;
	}
a.gray:active { 
	color: #333333; text-decoration: none;
	}
		
	

a.green:link { 
	color: #00cc66; text-decoration: none;
	font-size:11px;
	}
a.green:visited { 
	color: #00cc66; text-decoration: none;
	font-size:11px;
	}
a.green:hover { 
	color: #e6e6e8; text-decoration: none;
	font-size:11px;
	}
a.green:active { 
	color: #00cc66; text-decoration: none;
	font-size:11px;
	}

div.vert_cont_a {
font-size: 12px;
}
div.vert_cont_a ul {
font-size: 12px;
border-top:1px solid #666666;
margin-left: 0;
border-bottom:1px solid #666666;
xmargin: 12px, 20px, 12px 1.25em;
padding:0;
list-style-type: none;
}
div.vert_cont_a li{
text-align: left;
text-indent: .5em;
border-bottom: 1px solid #666666;
vertical-align:middle;
}
div.vert_cont_a li a{
padding:5px 0; /*controls height of each li*/
display: block;
text-decoration: none;
color: #000000; /*controls type color*/
}
div.vert_cont_a li a:hover{
background-color: #efefef; /*controls highlight color*/
}
