body
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:90%;
	background:#fff url(../images/bg.jpg);
	color:#333;
	text-align:center;
	padding:0;
	margin:0;
}
h1 {
	font-size:130%;
	font-weight:normal;
	color:#6373c6;
}
h2 {
	font-size:110%;
	font-weight:bold;
	color:#6373c6;
}
h3 {
	font-size:100%;
	font-weight:bold;
	color:#333;
	margin-top:20px;
	padding-top:15px;
	border-top:1px dashed #333;
}
p {
	color:#333333;
}
a {
	text-decoration:underline;
	color:#6373c6;
}
a:hover {
	color:#6373c6;
	text-decoration:none;
}
img {
	border:none;
	margin:0;
}
ul {
	list-style-type:square;
	color:#333;
}
#doc {
	background:#fff;
	width:770px;
	margin:auto;
	padding:0;
}
#hd {
	background:#84D6FF url(../images/marquee.jpg) no-repeat;
	height:100px;
	text-align:left;
	margin:0;
	padding:0 0 0 20px;
}
#menu {
	list-style-type:none;
	margin:0;
	padding:0 0 0 25px;
	height:35px;
	background:#333 url(../images/menu-bg-1.jpg) no-repeat;
}
#menu li {
	display:inline;
	float:left;
	
}
#menu li a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#84D6FF;
	display:block;
	padding:9px 20px 10px 20px;
}
#menu li a:hover,#menu li a.act {
	background:#fff url(../images/actmenugrad.gif) repeat-x;
	color:#333;
}
#bd {
	line-height:125%;
	padding:0;
	margin:20px 0 0 0;
}
#rtbdimg {
	float:right;
	margin:0 0 0 20px;
}
#ltcolumn,#rtcolumn {
	float:left;
}
#ltcolumn {
	width:500px;
	text-align:left;
	padding:20px 40px;
}
#rtcolumn {
	width:190px;
	text-align:left;
}
#rtcolumn p {
	margin:0;
}
#rttop, #rtbot {
	background:#000 url(../images/gradient.gif) 0 0 repeat-x;
	width:160px;
	margin:20px 0 0 0;
	padding:3px 0 0 10px;
	min-height:23px;
}
#rttop h2, #rtbot h2 {
	font-size:90%;
	font-weight:normal;
	color:#ffffff;
	margin:0;
}
#rttopcnt, #rtbotcnt {
	background:#E5E5E5;
	font-size:85%;
	text-align:left;
	color:#000000;
	width:150px;
	padding:10px;
	margin:0 0 20px 0;
}
#rttopcnt:after, #rtbotcnt:after {
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
#rttopcnt a, #rtbotcnt a {
	color:#6373C6;
	padding:0;
	text-decoration:none;
	border-bottom:1px dotted #6373C6;
}
#rttopcnt a:hover, #rtbotcnt a:hover {
	text-decoration:none;
	/*background:#6373C6;*/
	border-bottom:none;
}
#rttopcnt ul, #rtbotcnt ul{
	margin:0 0 0 15px;
	padding:0;
}
#rttopcnt p, #rtbotcnt p {
	margin:5px 0 10px 0;
}

.clear {
		 clear:both;
} 

/*Photo Gallery
---------------------------------*/
dl.gallery {
	margin:15px 0;
	padding:15px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
dl.gallery:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;

}
dl.gallery dt {
	margin:0 0 15px 0;
	font-size: 120%;
	color:#69A637;
}
dl.gallery dt img {
	float:left;
	margin:0 15px 0 0 ;
	/*padding:0 4px 4px 0;*/
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;
}
dl.gallery dd {
	margin-left:30px;
	font-size:90%;
	line-height:1.5em;
	color:#333;
	}
/*End of Gallery */	

/*Contact Form*/
form {
	border:dotted thin #ccc;
	width:90%;
	padding:5px;
}
form h1{
	margin-top:0;
}

#first{
	display:none;
}
/*End of Contact Form*/

#copy {
	background:#333;
	min-height:21px;
	padding:5px 10px 5px 0;
	clear:both;
}
#copy span {
	float:right;
	color:#84d6ff;
	font-size:11px;
}
#copy a {
	color:#84d6ff;
	text-decoration:underline;
}
#copy a:hover {
	text-decoration:none;
}
#ftmenu {
	font-size:80%;
	color:#84d6ff;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0 0 0 10px;
}
#ftmenu li {
	float:left;
	height:auto;
	padding-right:20px;
}
#ftmenu li a {
	text-decoration:underline;
	color:#84d6ff;
}
#ftmenu li a:hover,#ftmenu li a.act {
	text-decoration:none;
}

/*Browser Trickery*/

* html dl.gallery {height:1%;/*IE5 & 6*/}
*:first-child+html dl.gallery {min-height:1px;} /*IE7*/