/* CSS Document */

body,html {
	background-color: #ffffff;
	background: url(../images/back3.jpg);
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

* {margin: 0; padding:0;}

p {
 font-family: "Times New Roman", Times, serif;
 padding-bottom: 1em;
}

h1, h2, h3, h4, h5 {padding-bottom:1em;}

td {
	font-family: "Times New Roman", Times, serif;
}

a, a:visited{
	color: #10528a;
	text-decoration: underline;
	font-family: Script MT Bold,arial,helvetica;
	font-weight: bold;
	font-size: 1em;
}

a:hover, a:active{
	color: #6ea8da;
	text-decoration: none;
	font-family: Script MT Bold,arial,helvetica;
	font-weight: bold;
	font-size: 1em;
}

ul, ol {padding-left: 24px;}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding-bottom: 1em;
	
}

img {margin:5px;}

#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #d7d7d7;	
	font-family: arial, helvetica;
	background: url(../images/body_back.jpg);
	background-repeat: repeat-y;	
}

#header {
	width: 706px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;	
	height: 235px;
	margin-left: 25px;
	border-top: 1px solid black;
}

#nav {
	width: 706px;
	background-image: url(../images/nav1.jpg);
	background-repeat: no-repeat;	
	height: 33px;
	margin-left: 25px;
	text-align: right;
}

#nav ul { 
	list-style: none;
	margin: 0;
	padding-top: 5px;
	}

#nav li{
	padding-right: 13px;
	padding-left: 13px;
	background: transparent;
	display: inline;
}	
#nav a:link, #nav a:visited{
	text-decoration: none;
	color: #10528a;
	font-size: 13pt;	 
}

#nav a:hover, #nav a:active{
	text-decoration: underline;
	color: #000000;	 
}

/*Second row of navigation*/

#sub_nav {
	width: 706px;
	background-image: url(../images/sub_nav2.jpg);
	background-repeat: no-repeat;	
	height: 52px;
	margin-left: 25px;
	text-align: center;
}

#sub_nav ul { 
	list-style: none;
	margin: 0;
	padding-top: 20px;
	}

#sub_nav li{
	padding-right: 13px;
	padding-left: 13px;
	background: transparent;
	display: inline;
}	
#sub_nav a:link, #sub_nav a:visited{
	text-decoration: none;
	color: #10528a;
	font-size: 13pt;	 
}

#sub_nav a:hover, #sub_nav a:active{
	text-decoration: underline;
	color: #000000;	 
}

#title{
	font-size: 1.4em;
	font-family: Script MT Bold, times new roman, arial, verdana;
	text-align: center;
}

.title_announce{
	font-size: 1.1em;
	font-family: Script MT Bold, times new roman, arial, verdana;
}

.title_announce a:link, #title_announce a:visited{
	font-size: 1em;
	font-family: Script MT Bold, times new roman, arial, verdana;
}

.title_announce a:hover, #title_announce a:active{
	font-size: 1em;
	font-family: Script MT Bold, times new roman, arial, verdana;
}

.index_table {
	font-size: .8em;
	text-align:center;
}

.index_table a:link, #index_table a:visited{
	font-size: 1em;
	font-family: Script MT Bold, times new roman, arial, verdana;
}

.index_table a:hover, #index_table a:active{
	font-size: 1em;
	font-family: Script MT Bold, times new roman, arial, verdana;
}

#content{
	margin-left: 35px;
	width: 690px;
	text-align:left;
}
#retreat_out{
	width: 680px;
	text-align:center;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
}
#retreat_in{
	background-image: url(../images/picture_frame.jpg);
	background-repeat: no-repeat;
	width: 500px;
	text-align:center;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
}
#retreat_in_text {
	width: 380px;
	text-align:left;
	margin-top: 168px;
	margin-left: 50px;
	margin-right: 50px;
}

#footer {
	width: 706px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;	
	height: 44px;
	margin-left: 25px;
}

#footer_links {
	width: 706px;
	text-align: center;
	padding-top: 20px;
}

#footer_links a, #footer_links a:visited{
	color: #10528a;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}

#footer_links a:hover, #footer_links a:active{
	color: #6ea8da;
	text-decoration: underline;
	font-weight: bold;
	font-size: .9em;
} 

.hide {
	display: none;
}
	