body {
	background-color:#ffffff;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}

p{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 15px 0px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header2.jpg);
	width:717px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#6699FF;
	width:711px;
	border: 3px solid #ffb201;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 10px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}

a.head	{
						color:#000000;
						text-decoration:none;
						font-size:12px;
						}
a.head:hover	{
						color:#003366;
						text-decoration:underline;
						font-size:12px;
						}	


/******************** MENU ****************************/
.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 14px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}



/********************** Content ***************************/
a	{
						color:#003366;
						font-size:12px;
						text-decoration:underline;
						}
a:hover	{
						color:#033660;
						font-size:12px;
						text-decoration:none;
						}	 

#content {
	background-image:url(images/content_bg2.jpg);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#003366;
	font-size:14px;
	margin: 5px 0px 10px 0px;
}

h2{
	color:#003366;
	font-size:12px;
	text-align:left;
	font-weight: normal;
	width:400px;
	margin: 5px 0px 10px 0px;
}
h3{
	color:#003366;
	font-size:16px;
	margin: 2px 0px 2px 0px;
}


#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#000080;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg2.jpg);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	font-color:#000050;
	text-align:center;
	padding: 20px 0px;
}