/* SOME NOTES */

/*
Content grad dark #D6D2BD
Content grad light#F9F5E3

Indigo dark: #261245
Indigo mid: #7777AA
Indigo light: #CDC5DB

*/

body
{
	background: #F5F1E1 url("/images/shadow_contentxx.gif") repeat-y scroll center top;
	margin: -15px 0px 0px 0px;
	padding: 0 0 0 0;
	font: 85% "Verdana", "Arial", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Verdana", 
					"Futura",sans-serif;
	text-align: center;
	color: #F9F5E3;
	background-color: #FFFFFF;
}

a:link { color: #261245; }
a:visited { color: #261245; }
a:hover, a:active
{
	color: #261245;
}

h2
{
 	font: 150% georgia, times, "times new roman", serif;
	color: #261245;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #7777AA;
 	font: 125% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 6;
}

h4
{		
	background: url(/images/menu_bg_blend.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #7777AA;
 	/*font-family: georgia, times, "times new roman", serif;*/
		
	font-size: small;
	font-weight: bold;
	border-top: 1px solid #CDC5DB;
	padding: 0 15px;
		
	margin: 50px 0 0 0;
}

		
/*634 - 755 */

#container
{
	margin: 1em auto;
	width: 755px;
	text-align: left;
	background-color: #fff;
}

#top
{
	background-color: #210F3F;
	padding: 3px 0;
	margin-bottom: 18px;
}

#header
{
	height: 60px;
	width: 100%;
	background-image: url(/images/indigo_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 5px solid #fff;
	position: relative;
	border: 5px none #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#contact
{
	background-image: url(/images/contact_grad.gif); background-repeat: repeat-x;
	float: right;
	width: 160px;
	background-color: #F4F4F4;
	margin: 2px 3px 0 2px;
	padding: 20px 0 20px 0;
}

#contents 
{ 
	background-image: url(/images/content_grad.gif); background-repeat: repeat-x;
	margin: 2px 168px 0px 7px;
	padding: 20px 65px 20px 60px;
	background-color: #F9F5E3;
}

#contents p 
{ 
	line-height: 130%; 
	color: #261245;	
	/*text-align:	justify;*/
}
/* .entry { border-bottom: 1px solid #C5C877; } */
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #261245;
	text-align: right;
	font-size: 90%;
	background-color: #CDC5DB;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


/*        GLOBAL END      */