@font-face  {
	font-family: 'DesignationRegular';
	src: url('designation-webfont.eot');
	src: local('?'), url('designation-webfont.woff') format('woff'), url('designation-webfont.ttf') format('truetype'), url('designation-webfont.svg#webfont2gQKTcGt') format('svg');
	font-weight: normal;
	font-style: normal;
}

body /* body text */
{
	background: #FCF6EB url(images/background.jpg) top center no-repeat;  /* Background Color with Background Image */
     /* background: #6699ff top center no-repeat;  Background Color  */
	color: #003366;  /*  Text on webpage  */
	font: 84% Tahoma,Verdana,sans-serif;
	line-height: 1.6em;
}

p.exp
{
	margin: 0 0 20px 0;
	padding: 10px;
	font-weight: bold;
}

p.slogan
{
	font-size: 1.4em;
	padding: 15px 0 15px 60px;
}

a /* links*/
{
	color: #003366;  /* links*/
	text-decoration: none;
} 

a:hover 
{
	color: #B7A285;  /*links - hover*/
	text-decoration: none;
}

p.slogan,h1,h2,h3,#sidebar li a
{
	font-family: 'DesignationRegular', Tahoma, sans-serif;
	letter-spacing: -1px;
	font-weight: 400;
	text-shadow: 1px 1px 4px #bbb;
}

h1
{
	font-size: 3em;
	padding: 30px 0 0 0;
	margin: 0;
}

h2
{
	font-size: 2.2em;
	margin: 20px 0 20px 0;
}

h3 { font-size: 1.4em; }

h4 { font-size: 1.2em; }

img.alignleft
{
	display: inline;
	float: left;
	margin: 5px 25px 5px 0;
}

img.alignright
{
	float: right;
	margin: 5px 0 5px 25px;
}

img.aligncenter
{
	display: block;
	margin: 10px auto;
}

hr.clear
{
	visibility: hidden;
	clear: both;
}

#wrap
{
	width: 984px;
	margin: 0px auto;
	padding: 0;
}

#header
{
	width: 984px;
	margin: 0px;
	height: 154px;
        padding-left: 0px;
	background: transparent url(images/masthead.jpg) top left no-repeat;
}

#content
{
	width: 640px;
	margin-left: 240px;
}

#content .meta
{
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.4em;
}

#sidebar
{
	padding: 0;
	float: left;
	width: 220px;
}

#sidebar ul
{
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li a
{
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-family: 'DesignationRegular', Tahoma, sans-serif;
	font-size: 1.3em;  /* menu text size */
}

#sidebar li a.current { color: #6699ff; } /* selected menu item */

#sidebar li a:hover { color: #B7A285; } /* hover over menu item */


#sidebar h2
{
	font-size: 1.8em;
	margin: 0 0 12px 0;
	padding: 0 0 3px 0;
}

#footer  /* footer text*/
{
	width: 984px;
	clear: both;
	margin: 20px 0 20px 20px;
	color: #003366;
	font-size: 0.9em;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a { color: #003399; }