@CHARSET "UTF-8";

	/* 0X21TbXyiw0wt */
	.primary-1 { background-color: #FFDFA0 }
	.primary-2 { background-color: #BFAD8A }
	.primary-3 { background-color: #A68034 }
	.primary-4 { background-color: #FFE7B8 }
	.primary-5 { background-color: #FFEECB }
	
	.complement-1 { background-color: #7688B1 }
	.complement-2 { background-color: #636D85 }
	.complement-3 { background-color: #263D73 }
	.complement-4 { background-color: #A2B3D8 }
	.complement-5 { background-color: #B1BDD8 }




	body, p, td {
		margin: 0px;
		font-family: "lucida grande", "tahoma", "verdana", "arial", sans-serif;
		font-size: 10pt;
	}
	
	td {
		vertical-align: top;
	}
	
	ul {
		list-style-type:disc;
		padding-left: 3em;
	}
	li {
		margin-bottom: .3em;
	}
	
	p {
	
	padding-left: 1em;
	margin-bottom: .5em;
	margin-right: 1em;
	line-height:1.35em;
	
	}
	
	p + p {
	
	}
	
	h1 {
		font-size: 18pt;
		font-family: AlbiaNova; 
		color: #60a;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
	}


	
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic; 
	}
	
	h2 {
		font-size: 14pt;
		color: #743;
		
	}
	
	
	A:ACTIVE, A:HOVER, A:VISITED, A:LINK {
		
		text-decoration: none;
		/* color: #642; */
		color: #931;
	}
	A:HOVER {
		text-decoration: underline;
	}
	
	#two_columns {
	}
	
	#two_columns TD {
		width: 50%;
	}
	
	.column {
		float: left;
		width: 50%;
	}

	body {
		background-color: white;
		color: black;
		font-family: "lucida grande", "tahoma", "verdana", "arial", sans-serif;
		/*text-shadow: 1px 1px 1px #aaa;*/
		background-image: url(/images/bg1.jpg);
		background-repeat: no-repeat;
		text-align: center;
	}

	.header  {
		background-color: black;
	}
		
	.header {
		width: 100%;
		float:left;
		min-height: 112px;
		_height: 142px;
		color: #636D85;
		background-position: left;
		margin: 0px;
		background-image: url(/images/seamless_nebula.jpg);
		background-repeat: repeat-x;
		position: relative;
		text-align:right;

	}
	.page_centered {
		width: 930px;
		padding: 0px;
		margin: 0px;
		
		background-repeat:repeat-y;
		background-position: right;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page {
		width: 900px;
		padding: 0px;
		float:left;
		text-align: left;
		padding: 0px;
	}
	

	.shadow_bottom {
		background-image: url(/images/background_bottom.png);
		background-repeat: no-repeat;
		background-position: left;
		
		height: 20px;
	}

	.menu {
		width: 900px;
		background-color: white;
		color: white;
	}

	.top {
		width: 100%;
		margin: 0px;
		background-color: black;
		padding-top: 10px;
	}

	.centered {
		margin-left: auto;
		margin-right: auto;
	}

	
	.footer {
		clear:both;
		margin:0px;
		width: 900px;
		float:left;
		min-height: 30px;
		_height: 30px;
		background-color: #bcc6c5;
		border-top: 1px dotted #999;
		
		position: relative;
	}
	
	#page_bottom {
		width: 618px;
		padding: 0px;
		margin: 0px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		color: #eed;
		font-size: 10px;
	}
	#page_bottom h1,h2,h3,h4 {
		color: #300;
		
	}
	h3 {
		color: #070;
	}
	
	#page_bottom A {
		color: #842;
		font-size: 10px;
	}
	
	.copyright_notice {
		padding-top: 5px;
		padding-right: 10px;
		color: white;
		float: right;
		text-align: right;
	}
	.fb-like {
		padding-right: 10px;
	}
	.copyright_notice A {
		color: white;
		font-weight: bold;
		font-family:serif;
	}


	
		
	
	.header h1 {
		margin: 0 0 0 150px;
		font-size: 18pt;
		position: absolute;

		
		bottom: 4px;
		color: white;
		right: 0px;
		padding-right: 12px;
		padding-left: 24px;
		
		border-bottom: 0px;
	}
	
	.main_content {
		width: 690px;
		margin: 0px;
		float: left;
		min-height: 500px;
		_height: 500px;
		border-right: 1px solid #BFAD8A;
		background-color: white;
		padding-left: 10px;
		
	}
	
	
	.outer_padding {
		margin: 5px;
	}
	
	.side_bar {
		width: 198px;
		margin: 0px;
		float: left;
		min-height: 500px;
		_height: 500px;
		position: relative;
		
	}
	
	.centering_span {
		
		margin-left: auto;
		margin-right: auto;
	}
	.pager {
		margin-left: auto;
		margin-right: auto;
	}
	.pager_pages {
		margin: 0px 3px 0px 3px;
	}
	
	.shadow {

-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


	
