body { 
	padding : 0; 
	margin : 0; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	font-size : 11pt; 
	text-align : center; 
	background : url('../images/bg_1.jpg') no-repeat top right;
	background-color:#FFFFFF;
} 

h1 { 
	color : #000000; 
	font-variant : small-caps; 
	font-weight : bold; 
	font-size : 1.5em; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
} 

h2 { 
	color : #6772AA; 
	font-variant : small-caps; 
	font-weight : bold; 
	font-size : 11pt; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	text-align : left; 
} 

h3 { 
	color : #6772AA; 
	font-variant : small-caps; 
	font-weight : bold; 
	font-size : 11pt; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	text-align : left; 
} 

.logo { 
	border : 0px solid #a7b2c6; 
	float : none 
} 

#top { 
	background-color: transparent;	
	border : 0px solid #bcb39f; 
	border-bottom : 2px solid #808080; 
	position : relative; 
	height : 130px; 
	padding-left : 0; 
	padding-right : 0; 
	padding-top : 5px; 
	padding-bottom : 0 
} 

.pic_text { 
	background-color : transparent; 
	border : 0px solid #938262; 
	color : #000000; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	font-size : 8pt; 
	line-height : 1.5;
} 

div#content h1, p { 
	line-height : 1.2; 
	text-align : left; 
} 

div#navigation p, h2 { 
	border : 0px solid #bcb39f; 
	background-position : 0% 0%; 
	text-align : center;
	background-color:transparent;
	background-attachment : scroll 
} 

div#extra p, h2 { 
	float : right; 
	width : 20%; 
	margin-left : -20%; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	background-position : 0% 0%; 
	text-align : center; 
	background-color: transparent;
	background-attachment : scroll 
} 

div#wrapper { 
	float : left; 
	border : 0px solid blue; 
	background-color : transparent; 
	width : 100% ;
} 

div#contenttop { 
	margin : 0% 20%; 
	background-color : #DDDDDD; 
	border-bottom : 0px solid #1D216B; 
	padding-left : 0px; 
	padding-right : 0px; 
} 

div#content { 
	margin : 0 20%; 
	background-color :transparent; 
	background:url('../images/semi_trans.png');
	text-align : left; 
	border-top : 3px solid #000000;
	border-bottom : 3px solid #000000; 
	border-left : 1px solid #808080;
	border-right : 1px solid #808080; 
	padding-left : 10px; 
	padding-right : 10px; 
	padding-top : 1px 
} 

div#navigation { 
	float : left; 
	width : 20%; 
	margin-left : -100%; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	font-size : 11pt; 
} 

/****** MENU STUFF *****************/

ul { 
	list-style-type : circle; 
	color : #655a46; 
} 

#menu { 
	background-position : 0% 0%; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	font-weight : bold; 
	font-size : 11pt; 
	border : 0px solid green; 
	position : relative; 
	top : 0; 
	width : 100% 
} 

#menu ul { 
	padding : 5px 0; 
	margin : 0; 
} 

#menu li { 
	display : inline; 
	margin : 0 11px; 
	font-size : 11pt; 
	color : #6772AA; 
} 

#menu li a:link, #menu li a:visited { 
	text-decoration : none; 
	padding : 3px; 
	border-bottom : 0px solid #ffcc99; 
	color : #6772AA 
} 

#menu li a:hover, #menu li a:active { 
	border-bottom : 0px solid #ffffff; 
	color : #A5ABCF 
} 

.current { 
	color : #1D216B !important ; 
	padding : 3px; 
} 

/*** VARIOUS SUNDRIES ************/

.sundries { 
	margin : 0 20px; 
	width : 90%; 
} 

.sundries a { 
	display : block; 
	width : 90%; 
	padding : 5px; 
	border-top : 0px solid #eee; 
	border-left : 0px solid #eee; 
	border-right : 0px solid #d8d8d8; 
	border-bottom : 0px solid #d8d8d8; 
} 

.sundries a:link, .sundries a:visited { 
	background-color : transparent; 
	color : #000000; 
	text-decoration : none; 
} 

.sundries a:hover { 
	border:0px solid #003399; background:url('../images/semi_trans.png'); text-decoration : none; 
 
} 

.sundries a:hover .sundries_title { 
	color : #fff; 
} 

.sundries_title { 
	line-height : 100%;

	display : block; 
	font-size : 0.9em; 
	font-family : Tahoma, Verdana, Arial, Serif; 
	font-weight : bold; 
	font-variant : small-caps; 
	color : #CE9D47; 
	padding : 0 0 0 0; 
} 

.sundries_excerpt { 
	color : #FFFFFF;
	font-size : 0.8em; 
	line-height : 100%; 
} 

.posted { 
	display : block; 
	padding : 5px 0 0 0; 
	font-size : 81%; 
	text-transform : uppercase; 
	color : #999999; 
} 

/****** FOOTER and LINK STUFF *****************/

#footer p { 
	border-top : 0px solid #aaa291; 
	font-size : 9pt;
	clear : left; 
	text-align : center; 
	margin : 0; 
	padding : 0; 
	color : #000;
} 

a { 
	text-decoration : none; 
} 

a:link, a:visited { 
	color : #655a46; 
} 

a:hover, a:active { 
	color : #FF0000;
}