/* lynck style sheet version  03/17/09 */

/*
Page dimensions:  	Width:	760 px	Height: 570 px Minimum, can expand with content
Header:				Height:	 100 px
NavigationBar:		Height:	 30 px
Footer:				Height:	 30 px	 
*/

/* setup  */
*{
	margin: 			0;
	padding: 			0;
}
body{
	border: 			0;
	vertical-align: 	baseline;	
	background-color: #336699;
	background-image: url(img/stripe_pattern.gif); 	
	text-decoration:    none;
	text-align: 		center;
	color:   		   #222;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight:  500;
	font-size:			8pt;
	letter-spacing:		0.1em;
}

a:link{
	text-decoration:	none;
 	outline:			none;   
}

a.small:link{
	color: #0071BC;
  	text-decoration:	none;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	font-size: 7pt;
	word-spacing: normal;
	letter-spacing:1px;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
 	}
a.small:visited {color: #0071BC; 
	text-decoration: none;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	font-size: 7pt;
	word-spacing: normal;
	letter-spacing:1px;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	}
a.small:hover {text-decoration: underline}
a.title:link {
	color: #0071BC; 
	text-decoration: none;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 550;
	font-size: 11pt;
	line-height: 2em;
	word-spacing: normal;
	letter-spacing:1px;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;}
a.title:visited {color: #0071BC; 
	text-decoration: none;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 550;
	font-size: 11pt;
	line-height: 2em;
	word-spacing: normal;
	letter-spacing:1px;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;}
a.title:hover {
	text-decoration: underline;}


a img:link{
	border-top: none;
	border-right: none;
	border-bottom:  none;
	border-left: none;
	color: #0071BC;
}
a img:visited{
	border-top: none;
	border-right: none;
	border-bottom:  none;
	border-left: none;
	
}
a img:hover{
	border-top: none;
	border-right: none;
	border-bottom:  solid;
	border-left: none;
	color: #0071BC;
}
:focus {
  	-moz-outline-style: 	none;    
}

/* ----  basic page layout ---- */

#wrapper {
	margin: 			0 auto;
	width: 				760px;
	padding-top: 		10px;
}
#header {
	width: 				760px;
	height: 			100px;	
	color:   			#eee;
	background-color:   #336699;
	background-image: url(img/banner.gif); 	  
}

#navigation {
	width: 				410px;
/* 	height: 			30px;
	background-color:   #eeeeee; */
}

#footer {

	display:			block; 
	width: 				760px;	
	height:				30px;
	background-color:   #eeeeee;  
}
/* end - basic page layout */

/* navigation */
ul#nav{
	list-style-type:	none;
	position:			relative;
/*	height:				20px; */
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	font-weight:		600;
	letter-spacing:		0px;
/*	padding:			4px 10 0 10px; */
	overflow: 			hidden;
	
}
ul#nav li{
	display:			block;
	float:				left;
	/*
	margin:				0 0px 0 0;
	height:				30px; */
}
ul#nav li a{
	display:			block;
	float:				left;
	color:				#eeeeee;
	background-color:   #808080; 
	text-decoration:    none;
	/* padding:			0 5 0 5px; 
	margin-right:		5px;*/
	padding:0px 0.5em; height:1.8em; line-height: 1.8em; border-left:#eeeeee 5px solid;
/*	
	width: 				70px; */
	
}
ul#nav li a:hover{
text-decoration: underline;
	/*color:				#0000dd;ffff60; bbeeff; a4eeff;  92f2ff; 2E3192; #ff3 */
}
ul#nav li a.selected{
	color:				#0000dd;
	text-decoration: none;
}
/* end - navigation */

/* other elements */


#footertext{
	margin: 			0 auto;	
	padding:			6px 0 0  0;
	font-size:          14px;
	color:   			#555;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:		1px;
	text-align: 		center;
}
/*  Text  */

.page_title{
	color:#998675;
	text-decoration: none;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-size: 11pt;
	line-height: 3em;
	word-spacing: normal;
	letter-spacing:1px;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	height: 2em;
	}
.event_title {
	color:#2e3192;
	text-decoration: none ;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	font-size: 10pt;
	line-height: 2em;
	word-spacing: normal;
	letter-spacing:1px;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	background-color:   #d8e4ef;
	margin-left:50px;
	margin-bottom:20px;
	margin-top:20px;
	margin-right:50px;
	 
	/* padding:			0 5 0 5px; 
	margin-right:		5px;*/
	padding:0.3em 0.5em; height:2em;
	/* padding:130px 20px; height:2em; */
	}
p.event_content {
	margin-left:130px;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:130px;
}
	
p.home_page {
	margin-left:30px;
	margin-bottom:10px;
	margin-top:30px;
	margin-right:30px;
}


