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

/* 
Go to http://kuler.adobe.com/
Pick a theme and pull these colors:

Neutral   #eeeeee
Lightest  #f0f2f0
Bright    #a7bdd9
Medium    #595766
MedDark   #537acf
Darkest   #232623
Accent    #111
*/

body {
	color:#f0f2f0;
}
.container {
	color: #232623;
}
h1, h2, h3, h4, h5, h6 {
	color:#232623;      /* Accent */
}
a {
	color:#537acf;      /* MedDark */
}
a:focus, a:hover {
	color:#595766;      /* Medium */
}

a.seoLink:link,
a.seoLink:visited {
	text-decoration:none;
	color:#232623;      /* Medium */
}
a.seoLink:hover,
a.seoLink:active {
	text-decoration:underline;
	color:#537acf;      /* MedDark */
}

#navBarHoriz {
	border-color: #515c69;
	background-color: #515c69; /* Bright */
}
ul.MenuBarHorizontal a
{
	background-color: #eee; /* neutral */
	color: #537acf; /* MedDark */
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus,
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #e8effb; /* MedDark */
	color: #595766; /* neutral */
}
#footer {
	color:#537acf;      /* MedDark */
}
/* 
BROWN
Neutral   #eeeeee
Lightest  #f2f0e4
MedLight  #d9d7ba
Medium    #a69e76
MedDark   #59512a
Darkest   #0d0d0d
Accent    #592f16


COOL TONES
Neutral   #eeeeee
Lightest  #fff
Bright    #a7bdd9
Medium    #778786
MedDark   #a69981
Darkest   #48505D
Accent    #736b46
*/
