/* MAIN STYLES */
body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* TEXT STYLES */

.header {
	font-size: 16px;
	color: #333399;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.sub_header {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
}


.side_body {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.caption {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.white_body {
	font-size: 12px;
	color: #ffffff;
}

.message { 
	font-size: 12px; 
	color: red; 
	font-weight: bold; 
} 
.paragraph_header {
	font-size: 13px;
	color: #282828;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
}

.staff {
	color: #314993;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.staff_name {
	color: #008F2F;
}

/* Only difference between this and nature_canada.css is the link styles
 LINK STYLES */
a:link, a:visited, a:active    {
	color: #333333;
	text-decoration: none;
}    
a:hover   { color: #0033FF; }

a.to_top:link, a.to_top:visited, a.to_top:active    { font-size: 10px; color: #0066FF; }    
a.to_top:hover   { font-size: 10px; color: #0033FF; }

a.sub_header:link, a.sub_header:visited, a.sub_header:active { font-size: 14px; color: #0066FF; }    
a.sub_header:hover { font-size: 14px; color: #0033FF; }

a.side_link:link, a.side_link:visited, a.side_link:active { font-size: 11px; }    
a.side_link:hover{ font-size: 11px; }

a.view_all:link, a.view_all:visited, a.view_all:active    { font-size: 9px; color: #999999; }    
a.view_all:hover   { font-size: 9px; color: #999999; }

a.back:link, a.back:visited, a.back:active    { font-size: 9px; color: #999999; }    
a.back:hover   { font-size: 9px; color: #999999; }


#sub_nav {
	font-size: 10px; 
	text-decoration: none; 
	color: #666666; 
	font-weight: bold; 
}

#sub_nav a:link, #sub_nav a:visited, #sub_nav a:active {
	font-size: 10px; 
	text-decoration: none; 
	color: #666666; 
	font-weight: bold; 
}

#sub_nav a:hover{
	font-size: 10px; 
	text-decoration: underline; 
	color: #666666; 
	font-weight: bold;
}


/* FORMATTING */
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#main {
	width: 746px;
	margin:0 auto;
}

#SEO{

}

#home {
	font-size: 11px;
	color: #666666;	
}

#home a {
	font-size: 11px;
	color: #0066FF;	
}

#content {

}

#footer {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

#footer a {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

#action_alert {
	color: #333333;
}

#action_alert a {
	color: #0066FF;
}

/* STYLES */
.border{
border:solid;
border-width:1px;
border-color:#DFDFDF;
background-color: #F8F8F8;
}

.border2{
border:solid;
border-width:1px;
border-color:#009248;
background-color: #FFFFED;
}

ul {
	list-style-image: url(media/img_bullet.gif);
	list-style-position: outside;
}


.nav_border{
border:solid;
border-width:1px;
border-color:#009966;
}

