/******************/
/* GENERAL STYLES */
/******************/
* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color:#FFFFFF;
	color:#000000;
	/*No Text Align Needed to center container div for IE if you use the * rule listed above.*/
}

p sup{
	font-size: 75%;
	vertical-align: top;
} 

.imgleft{
float: left;
padding-right:15px;
padding-top:15px;
padding-bottom:15px;
}
.imgleftnotoppadding{
float: left;
padding-right:15px;
padding-bottom:15px;
}
.imgright{
float:right;
padding-left:15px;
padding-top:15px;
padding-bottom:15px;
}
.imgrightrightpadding{
float:right;
padding-left:15px;
padding-right:30px;
padding-top:15px;
padding-bottom:15px;
}


.imgrightnotoppadding{
float:right;
padding-left:15px;
padding-bottom:5px;
}

.imgrightnotoppadding{
float:right;
padding-left:15px;
padding-bottom:15px;
}

.small_link_text{
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	text-align: justify;
	text-decoration: none;
	font-weight: normal;
}

a{
	display:inline;
	color:#981793;
	outline: none;
}

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;	
	outline: none;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color:#663300 !important;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;	
	outline: none;
}

a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color:#000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;	
	outline: none;
}

.dividerline{													/*White divider line in the news page*/
	clear:both;
	height:3px;
	background:#FFFFFF;
}

.clear_float{												/*Used to clear all floats on in a row. Noticed it is placed before the closing tag of the basic_row div.*/
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

/********/
/* DIVS */
/********/
#container{																/*Used to hold all basic_row containers*/
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}

#container_home{														/*The container for the home page*/
	text-align:center; 
}

.basic_row{																/*Used to hold the different column floats*/
	clear: both;
}
	
.left_col{
	float: left;
	width:200px;
}

.right_col{																/*The container for the header, navigation and body*/
	float: left;
	width:694px;
}
	
/*********************/
/* LEFT COLUMN STYLES */
/*********************/

.logo{
	float:none;
	text-align:center;
}

.links_motto{
	float:none;
	text-align:center;
}



#left_message{															/*Message beneath logo (Using the id)*/
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:23pt;
	font-weight:bold;
}



.left_small_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
}

.left_smaller_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
}

/******************/
/* BANNER STYLES  */
/******************/
div#header{
	float:right;
	width:638px;
	height:73px;
}

/*********************/
/* NAVIGATION STYLES */
/*********************/
div#navigation{
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	float:right;
	width:694px;	
	height:29px;
	position:relative;
}

.navbuttons{
	float:left;															/*To make all navigation buttons touch*/
}

/******************/
/* CONTENT STYLES */
/******************/
div#content{
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-y;
}

div#content p{
	padding-left:6px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	line-height:1.4em;													/*Here I added some space (height between lines)*/
}

.centered_text{
	text-align:center ! important; 											/* This overrides the default text align which is set to justify */
}

.timesitalics{															/*Signature text*/
	font-family: "Times New Roman", Times, serif;
	font-size: 11.5pt;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.timesitalicsbigger{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.timesitalicsbiggest{
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.presidenttext{															/*Text beneath signature*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: normal;
}

/*****************/
/* FOOTER STYLES */
/*****************/
div#footerline{
	clear:both;
	height:5px;
	background:#000000;
}

div#footer p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:x-small; 
	color:#000000; 
	text-align:center;
	margin:0;
	padding:5px 10px;
}
div#footer a:link{
	text-decoration: none;
	color: #999999;
	font-size:x-small; 
}

div#footer a:hover{
	/*text-decoration: none;*/
	color: #666666;
	font-size:x-small; 
}

div#footer a:visited{
	text-decoration: none;
	color: #333333;
	font-size:x-small; 
}
/*******************************/






/****************/
/* Gallery page */
/****************/

.gallerythumb img {
	/*border: 3px solid #FFFFFF;*/
	margin-left: 15px;
	margin-bottom:15px;	
	margin-top:15px;
}






/****************************/
/* Individual gallery pages */
/****************************/
.box img {
	/*border: 3px solid #FFFFFF;*/
	margin-left: 15px;
	margin-bottom:15px;

}
/*******************/
/* End Photos page */
/*******************/


.gallery_desc { vertical-align:middle; }

div #galleries ul{list-style:none;}

.linksmallsize{font-size:8pt; font-weight:bolder;}

.leftspace{margin-left:8px;}