/*	==global
--------------------------------------*/
body {
	padding: 0px;
	margin: 7px 0px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #666666; /*#6A5C47; /*#666666; */
	color: #333333;
	text-align: left;
	height: 100%;
}

html {
	height: 100%;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}
h1, h2, h3, h4, h5 {color: #1A4A57; text-transform: uppercase;}
h1, h2, h4, h5 {margin: 5px 0 5px 0px; text-align: left;}
h3 { margin: 5px 0 5px 0px; text-align: left;}
h6 {color: #000000; margin: 5px 0 5px 0px;}

li {text-align:left;}

img
{
   border: 0;
   text-decoration: none;
}

a, a:link, a:visited {
	color: #318AA3;
	text-decoration: none;
}
a:hover {
	color: #318AA3;
	text-decoration: underline;
}

/*	==framework
--------------------------------------*/
div#posbox {
	/* width defined with margin auto-centers the div */
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	display: block;
}

/*	==header
--------------------------------------*/
div#posbox div#header {
	/* width defined with margin auto-centers the div */
	width: 760px;
	height: 201px;
	margin:	0px;	
	padding: 0px;
	background: url('../i/header.jpg') no-repeat 0 0;
	clear: both;
}


/*	==content
--------------------------------------*/
div#posbox div#content {
	/* width defined with margin auto-centers the div */
	width: 760px;
	margin:	0;	
	padding: 0;
	clear: both;
	text-align: justify;
}

div#posbox.twocol div#content {
	background: url('../i/bg.gif') repeat-y 0 0;
}
div#posbox.fullpage div#content {
	background: url('../i/bg.gif') repeat-y 0 0;
}


	/* content internal positioning	*/
	div#content img {
		padding: 0;
		margin: 0;
		padding-right: 10px;
		vertical-align: middle;
	}

	/* content internal positioning	*/
	div#content div#wrap {
		width: 740px;
		margin: 0 -10px 0 10px;
		min-height: 260px;
	}

	div#main {
		font-size: 0.9em; font-style: normal;
	}

	/*  set the size of the internal pos.div based on the class of the posbox
		if set to fullpage then span it all across, otherwise set the width to
		a two-col layout. */
	div#posbox.twocol div#wrap div#main {
		width: 389px;
		margin: 15px 10px 15px 15px;
		float: left;
		/*	fix margin doubling bug in IE floats
			http://www.positioniseverything.net/explorer/doubled-margin.html */
		display: inline;
		clear: none;
	}
	div#posbox.fullpage div#wrap div#main {
		margin: 20px;
		float: left;
		/*	fix margin doubling bug in IE floats
			http://www.positioniseverything.net/explorer/doubled-margin.html */
		display: inline;
	}

	/* the sub div is only used in a two-col layout. */
	div#sub {
		font-size: 0.9em; font-style: normal;
	}

	div#posbox.twocol div#wrap div#sub {
		width: 269px;
		margin: 15px 15px 15px 10px;
		float: right;
		/*	fix margin doubling bug in IE floats
			http://www.positioniseverything.net/explorer/doubled-margin.html */
		display: inline;
		clear:none; 
	}

div#content div.clear {
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	clear: both;
}

/* ==footer
--------------------------------------*/
div#posbox div#footer {
	/* width defined with margin auto-centers the div */
	width: 760px;
	height: 40px;
	padding: 11px 0;
	margin:	0;
	text-align: center;
	font: normal 0.71em Arial, Helvetica, sans-serif;
	color: #333333;
	clear: both;
}

div#posbox.twocol div#footer {
	background: url('../i/footer.jpg') #666666 no-repeat 0 0;
}
div#posbox.fullpage div#footer {
	background: url('../i/footer.jpg') #666666 no-repeat 0 0;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

div.hideMe {
	display: none;
}

div.showMe {
	display: block;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.just {
	text-align: justify;
}

div.separator {
	padding: 0;
	display: block;
	clear: both;
	margin-bottom: 7px;
	width: 100%;
	font-size: 1px;
	overflow: hidden;
}
