/*	////////////////////////////////////////////////////////////////////
	DEFINE HTML TAGS
*/

html {

}

body{
	background-color:#f8f8f8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	text-align: left;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	text-align:left;
	padding:10px 0px 5px 10px;
	margin: 0px;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;
	padding:10px 0px 5px 10px;
	margin: 0px;	
}

h2 a:link,a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:left;
	font-weight: normal;
	text-decoration:none;
}

h2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:left;
	font-weight: normal;
	text-decoration:underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:left;
	padding:0px 0px 3px 10px;
	margin:0px;
	font-weight: bold;
}

h3 a:link,a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:left;
	font-weight: bold;
	text-decoration:none;
}

h3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:left;
	font-weight: bold;
	text-decoration:underline;
}

p, td {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:normal;
	color:#000000;
	text-align:left;
	margin: 6px 6px 6px 10px;	
	
}



a:link,a:active, a:hover, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	color:#3F2C69;
	text-align:left;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 6px 10px;
	text-decoration:underline;
}

a:hover {text-decoration:underline;}

p a:link, p a:active, p a:hover, p a:visited {margin:0px;}


/*	////////////////////////////////////////////////////////////////
	SITE AND PAGE LAYOUT 

/* Controls the overall width of the site */
#wrap {
	width:768px;
	margin: 10px auto;
	padding: 0px;
}


/* Controls the header of the page */
#header {
	height:69px;
	background-image:url(../img/header1.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	}



/* Controls the main content area of the page */


#content_col {
	position: relative;
	background-color:#ffffff;
	float:left;
	width:584px;
/*	height: 320px; */
	padding: 0px;
	margin: auto;
	margin-bottom:30px;
}

#content_col2 {
	position: relative;
	background-color:#ffffff;
	float:left;
	width:584px;
/*	height: 720px; */
	padding: 0px;
	margin-bottom:30px;

}

#content_coltop {
	position: relative;
	background-color:#ffffff;
	float:left;
	width:584px;
	height: 14px;
	background-image: url(../img/content_topedge1.gif);
}


.content_colmain{
	position: relative;
	background-color:#ffffff;
	float:left;
	width:584px;
/*	height: auto; */
	padding: 3px;
	margin:0px;
	background-image: url(../img/content_mainbg1.gif);
	background-repeat: repeat-y;
}

#content_colbot {
	position: relative;
	background-color:#ffffff;
	float:left;
	width:584px;
	height: 14px;
	margin:0;
	padding:0;
	background-image: url(../img/content_botedge1.gif);
}

#news_text {
	background-color:#ffffff;
	float:left;
	width:350px;
	height: 100px;
			
}

#news_text ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

#news_text li {
	display: list-item;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#news_text a:link, #news_text a:visited, #news_text a:active {
	color: #000000;
	text-decoration:none;

}

#news_text a:hover{
	text-decoration:underline;
}


#content_text {
	background-color:#ffffff;
	float:left;
	width:350px;
	height: auto;
	
}

#content_text2 {
	background-color:#ffffff;
	float:left;
	width:560px;
	height: auto;
	
}

#content_adverts{
	position: relative;
	background-color:#ffffff;
	float:left;
	width:206px;
	height: 156px;
/*	background-image: url(../img/adverts1.gif); */
	display: block;
}


#content_diaries{
	position: relative;
	float:left;
	width:206px;
}

#content_diariestitle{
	position: relative;
	background-color:#ffffff;
	float:left;
	width:206px;
	height: 27px;
	background-image: url(../img/diaries_title1.gif);
	display: block;
	margin-top:10px;
}

#content_diariesmain{
	position: relative;
	background-color:#ffffff;
	float:left;
	width:206px;
	height: 50px;
	background-image: url(../img/diaries_bg1.gif);
	display: block;
	background-repeat: repeat-y;
	padding: 5px 5px 5px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#content_diariesmain ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

#content_diariesmain li {
	display: list-item;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-indent:-10px;
	margin-right:10px;	
}

#content_diariesmain a:link, #content_diariesmain a:visited, #content_diariesmain a:active {
	color: #000000;
	font-weight: bold;
	text-decoration:none;

}

#content_diariesmain a:hover{
font-weight: bold;
	text-decoration:underline;
}

#content_diariesbot{
	position: relative;
	background-color:#ffffff;
	float:left;
	width:206px;
	height: 14px;
	background-image: url(../img/diaries_bot1.gif);
	display: block;
}


/* HOME PAGE NEWS PANEL: */


#content_news{
	position: relative;
	float:left;
	width:206px;
}

#content_newstitle{
	position: relative;
	background-color:#ffffff;
/*	float:left;*/
	width:206px;
	height: 27px;
	background-image: url(../img/news_title1.gif);
	display: block;
	margin-top:10px;
}

#content_newsmain{
	position: relative;
	background-color:#ffffff;
	float:left;
	width:206px;
/*	height: 50px; */
	background-image: url(../img/diaries_bg1.gif);
	display: block;
	background-repeat: repeat-y;
	padding: 5px 5px 5px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#content_newsmain ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

#content_newsmain li {
	display: list-item;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left:10px;
	text-indent:-10px;
	margin-right:10px;
}

#content_newsmain a:link, #content_newsmain a:visited, #content_newsmain a:active {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

#content_newsmain a:hover{text-decoration:underline;}

#content_newsbot{
	position: relative;
	background-color:#ffffff;
	float:left;
	width:206px;
	height: 14px;
	background-image: url(../img/diaries_bot1.gif);
	display: block;
}

/* END HOME PAGE NEWS PANEL*/

.logo {

}


#left_col {
	background-color:#ffffff;
	float:left;
	width:162px;
/*	height: auto; */
	margin: 0px;
	padding: 0px;
	
}

.leftnavtop {
	width:158px;
	height: 14px;
	background-image: url(../img/left_topedge1.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
}

.leftnavtop2 {
	width:158px;
	height: 14px;
	background-image: url(../img/left_topedge4a.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 0px 0px;
}

.leftnavtop3 {
	width:158px;
	height: 14px;
	background-image: url(../img/left_topedge4.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
}

.leftnav {
	width:158px;
	background-image: url(../img/left_mainbg1.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


.leftnav ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 5px;
}

.leftnav li {
	display: list-item;
	color: #000000;
	margin:0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: left;
}

.leftnav a:link, .leftnav a:visited, .leftnav a:active {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	background-image: url(../img/button_bg1.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 158px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: left middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftnav a:hover{
	display:block;
	text-decoration:none;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		background-image: url(../img/button_bg2.gif);
	background-repeat: no-repeat;
			height: 26px;
	width: 158px;
}

.leftnav2 {
	width:158px;
	background-image: url(../img/left_mainbg4a.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.leftnav2 ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 5px;
}

.leftnav2 li {
	display: list-item;
	color: #000000;
	margin:0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: left;
}

.leftnav2 a:link, .leftnav2 a:visited, .leftnav2 a:active {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	background-image: url(../img/button_bg1a.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 144px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: left middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.leftnav2 a:hover{
	display:block;
	text-decoration:none;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		background-image: url(../img/button_bg2a.gif);
	background-repeat: no-repeat;
			height: 26px;
	width: 144px;
}


.leftnav3 {
	width:158px;
	background-image: url(../img/left_mainbg4.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


.leftnav3 ul {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 5px;
}

.leftnav3 li {
	display: list-item;
	color: #000000;
	margin:0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: left;
}

.leftnav3 a:link, .leftnav3 a:visited, .leftnav3 a:active {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	background-image: url(../img/button_bg1.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 144px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: left middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftnav3 a:hover{
	display:block;
	text-decoration:none;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		background-image: url(../img/button_bg2.gif);
	background-repeat: no-repeat;
			height: 26px;
	width: 144px;
}



.leftnavbot {
	
	width:158px;
	height: 14px;
	background-image: url(../img/left_botedge1.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

.leftnavbot2 {
	
	width:158px;
	height: 13px;
	background-image: url(../img/left_botedge4a.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

.leftnavbot3 {
	
	width:158px;
	height: 13px;
	background-image: url(../img/left_botedge4.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

#page{
	width:768px;
	background-image: url(../img/page_bg1.gif);
	background-repeat: repeat-y;
	padding: 10px;
/*	height: 330px; */
	margin: 0 auto;	
}

#page2{
	width:768px;
	background-image: url(../img/page_bg1.gif);
	background-repeat: repeat-y;
	padding: 10px;
/*	min-height: 760px; */
}

#slideshow {
	width:768px;
	background-image: url(../img/page_bg1.gif);
	background-repeat: repeat-y;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	
}


#slideshow2 {
	width:579px;
	height: 228px;
	float: left;
	margin-left: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 13px;
}


/* NEWS & LINKS PAGE STYLING: */

#news-header-panel, #links-header-panel, #diary-header-panel, #articles-header-panel
{
	width:550px;
	margin:10px auto 10px auto;
	padding:0px 0px 0px 0px;
}

#news-header-panel h2, #links-header-panel h2, #diary-header-panel h2, #articles-header-panel h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#news-header-panel p, #links-header-panel p, #diary-header-panel p, #articles-header-panel p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#news-intro-panel, #links-intro-panel, #diary-intro-panel, #articles-intro-panel
{
	width:550px;
	margin:10px auto;
	height:auto;
	padding:5px;
	background-color:#F1F1F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;	
}

#news-body-panel, #links-body-panel, #diary-body-panel, #articles-body-panel 
{
	width:550px;
	margin:10px auto;
	height:auto;
	margin-top:20px;
}

#news-body-panel a:link, #news-body-panel a:visited, #news-body-panel a:hover, #news-body-panel a:active,
#links-body-panel a:link, #links-body-panel a:visited,#links-body-panel a:hover, #links-body-panel a:active,
#diary-body-panel a:link, #diary-body-panel a:visited,#diary-body-panel a:hover, #diary-body-panel a:active,
#articles-body-panel a:link, #articles-body-panel a:visited,#articles-body-panel a:hover, #articles-body-panel a:active,
#news-header-panel a:link, #news-header-panel a:visited,#news-header-panel a:hover, #news-header-panel a:active,
#links-header-panel a:link, #links-header-panel a:visited,#links-header-panel a:hover, #links-header-panel a:active,
#diary-header-panel a:link, #diary-header-panel a:visited,#diary-header-panel a:hover, #diary-header-panel a:active,
#articles-header-panel a:link, #articles-header-panel a:visited,#articles-header-panel a:hover, #articles-header-panel a:active
 {
	color: #000000;
	color:#3F2C69;	
	font-weight: bold;
	text-decoration:underline;
	margin:0px;
}

#news-listing-panel, #links-listing-panel, #diary-listing-panel, #articles-listing-panel
{
	background-color:#ffffff;
	float:left;
	width:579px;
	height:200px;
	overflow:auto;
}

#news-listing-panel ul, #links-listing-panel ul, #diary-listing-panel ul, #articles-listing-panel ul {
	list-style:none;
}

#news-listing-panel li, #links-listing-panel li, #diary-listing-panel li, #articles-listing-panel li {
	display:block;
	color: #000000;
	margin:4px 0px 0px 0px;	
}

#news-listing-panel a:link, #news-listing-panel a:visited,#news-listing-panel a:hover, #news-listing-panel a:active,
#links-listing-panel a:link, #links-listing-panel a:visited,#links-listing-panel a:hover, #links-listing-panel a:active,
#diary-listing-panel a:link, #diary-listing-panel a:visited, #diary-listing-panel a:hover,#diary-listing-panel a:active,
#articles-listing-panel a:link, #articles-listing-panel a:visited,#article-listing-panel a:hover, #articles-listing-panel a:active
 {
	color:#3F2C69;	
	font-weight: bold;
	text-decoration:underline;
}

/* Controls the footer area of the page */
#footer{
	
	width:768px;
	height:11px;
	background-color:#ffffff;
	background-image: url(../img/footer1.gif);	
}

#footernav {
	width:100%;
	margin: 0px auto auto 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;
	clear:both;
}


#footernav ul {
	list-style:none;
	text-align:center;
	margin: 0px;
	padding: 5px;
}

#footernav li {
	display: inline;
	color: #000000;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;
}

#footernav a:link, #footernav a:visited, #footernav a:active {
	color: #000000;
	text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;

}

#footernav a:hover{
	text-decoration:underline;
}

#address{
	width:768px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align:center;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#diarytable
{width:550px;}

#diarytable th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#f1f1f1;
	padding:4px;
	text-align:left;
}

#diarytable td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:4px;
	text-align:left;
}

#diarytable a:link, #diarytable a:active, #diarytable a:hover,#diarytable a:visited
{
	margin:0px;
	padding:0px;
} 