/* ===== Framework ===== */
body {	
	/* background: #EDEDBB url(images_fw/ucs_bkgdhead.jpg) no-repeat; */
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt;
	/*color: red;	*/	
	text-align: left;		
	}

td {
	/*color: green;*/
	font-size: 10pt;
	font-family: verdana, arial, sans-serif; 
}

ul {
	margin-top: 0px;
}

#container {	
	margin-top: 15;
	border: 0px;
	width: 780px;
	text-align: left;
}


/* ===== Header ===== */
#header {
	width: 780px;
	height: 60px;
	/*background-color: green;*/
}

#logo {
	/*background: url(images_fw/lar_header_02.jpg) no-repeat;*/
	width: 420px;
	height: 45px;
	/*background-color: yellow;*/
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#info {
	width: 325px;
	height: 60px;
	/*background-color: orange;*/
	float: right;
	text-align: center;
	color: #F0250F;
	font-weight: bold;
}

#links {
	width: 780px;
	font-size: 10pt;
	margin-top: 0px;
	float: left;
	font-family:  arial, verdana, sans-serif; 
	font-weight: bold;
	background: url(images_fw/menu_back.jpg);
	border: 1px solid #4F65B8;
}

#links p {
	margin-top: 7px;
}

#links li { 
	list-style: none;
	/*width: 75px;*/
	height: 30px;
	text-align: center;	
	padding: 0px 17px; /* Use this to adjust overall menu width */
	margin: 0px 0px 0px 0px;	
	font-size: 11pt;
	float: left;
	/*font-weight: bold;*/
	
}

#links a:link {
	color: white;
	text-decoration: none;
}

#links a:visited {
	color: white;
	text-decoration: none;
}

#links a:hover {
	color: white;
	text-decoration: none;
}


/* ===== Main Body ===== */
#content {
	width: 780px;	
	min-height:400px;
  	height:auto !important;
  	height:400px;	
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#contentpad {
	padding: 10px;
}

/* ===== Footer ===== */
#footer {	
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 20px;
	width: 780px;
	text-align: center;
	font-size: 9pt;
	color: #4F65B8;
}

#footer a:link {
	color: #4F65B8;
	font-size: 9pt;	

}

#footer a:visited {
	color: #4F65B8;
	font-size: 9pt;	
}

#footer a:hover {
	color: #4F65B8;
	font-size: 9pt;	
}


a:link {
	text-decoration: none;
	color: blue;	
}

a:visited {
	text-decoration: none;
	color: blue;	
}

a:hover {
	text-decoration: underline;
	color: #660099;	
}


/* ===== Content ===== */
h1 {
	font-size: 18pt;
	font-family: times new roman, arial, sans-serif; 
}

h2 {	
	font-size: 14pt;
	font-family: times new roman, arial, sans-serif; 

}

h3 {
	font-size: 12pt;
	font-family: times new roman, arial, sans-serif; 	
}

/* SPRY SLIDESHOW */
#SlideShowContainer {
  float: right;
  position: relative;
  margin: 2px 0px 5px 5px;
  width: 375px;
  text-align: center;
}

#Slide {
  width: 350px;
  height: 270px;
}

img.Thumbnail {
  width: 67px;
  height: 53px;
  cursor: hand;
  margin-top: 1px;
  margin-right: 1px;
}


/* GALLERY */
#GalleryContainer {
  float: right;
  position: relative;
  margin: 2px 25px 5px 5px;*margin: 2px 0px 5px 5px;
  width: 450px;
  text-align: center;
}

#GallerySlide {
  width: 488px;
  height: 298px;
}

#GalleryLinksContainer {
	width: 250px;
}

#GalleryLinksContainer li {
	list-style: none;
}
