/* CSS Document */

/* Body */
body{
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin:0;
}

/* Layout/Table Backgrounds */
#thead{
	background-image:url(images/head_bg.png);
	background-repeat:no-repeat;
}

#left{
	padding-left:30px;
}

#right{
	padding-right:30px;
}

#tmain{
	background-image:url(images/wrap_bg.png);
	background-repeat:repeat-y;
	height:100%;
	width:780px;
	border:0;
}

#rule_v{
	background-image:url(images/rule_v.jpg);
	background-repeat:repeat-y;
}

#rule_h{
	background-image:url(images/rule_h.jpg);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
}


#tpic{
	padding-left:26px;
	padding-top:0px;
	padding-bottom:0px;
}

#tbody{
	padding-left:20px;
	padding-right:20px;
}

#tbody_mid{
	padding:20px;
}

#tdmain{
	background-image:url(images/t_wrap.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-left:27px;
	padding-right:27px;
}

#tdtop{
	background-image:url(images/t_top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#tdtopfoot{
	background-image:url(images/t_top_foot.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#tdbotfoot{
	background-image:url(images/t_bot_foot.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#tdbot{
	background-image:url(images/t_bot.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#sidenav{
	background-color: #F2E08E;
}

#topnav{
	background-image:url(images/topnav_bg.jpg);
	background-repeat:no-repeat;
	border:0;
	width:300px;
	height:35px;
}

td.navdiv{
	width:1px;
	vertical-align:top;
	padding-top:5px;
}

td.topnavdiv{
	width:1px;
	vertical-align:top;
	padding-top:3px;
}

#navbar{
	background-image:url(images/navbar_bg.jpg);
	background-repeat:no-repeat;
	border:0;
	width:727px;
	height:30px;
}	

#ftop{
	padding-left:20px;
	padding-right:25px;
	padding-bottom:20px;
	padding-top:0px;
}
#fmid{
	padding-top:20px;
	padding-bottom:20px;
	padding-right:25px;
	padding-left:20px;
}
#fbot{
	padding-top:20px;
	padding-left:20px;
	padding-right:25px;
	padding-bottom:0px;
}

#contact{
	background-image:url(images/contact_box.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:250px;
}

td.form{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:13px;
	color: #462300;
	text-align:left;
}

div.border{
	padding:10px;
	border:2px solid #462300;
	text-align:center;
}

/* Side Navagation Bar */

a.sidenav{
	display:block;
	text-decoration:none;
	width: 150px;
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:12px;
	padding-left:10px;
	padding-bottom:6px;
	padding-top:6px;
}

a.sidenav:link, a.sidenav:visited{
	background:#F2E08E;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CC9900;
	color:#996633;
}

a.sidenav:focus, a.sidenav:hover{
	background: #FFFFBB;
	color:#996600;
	border-top:1px solid #CC9900;
	border-bottom:1px solid #FFFFFF;
}
	
a.sidenav:active{
	background: #F2E08E;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CC9900;
	color:#996600;
}

/* Main Navagation */

a.nav{
	font-family: "Palatino Linotype", "Book Antiqua";
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	display: block;
}

a.nav:link, a.nav:visited{
	color: #F6EED8;
}

a.nav:focus, a.nav:hover{
	color: #CC9900;
}
	
a.nav:active{
	color: #FFFFFF;
}

/* Link Styles */
a.smgr:link{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:12px;
	color:#005E30;
}

a.smgr:link{
	color:#005E30;
}

a.smgr:focus, a.smgr:hover, a.smgr:visited{
	color: #CC9900;
}

a.body{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:13px;
	color: #000000;
	text-decoration:underline;
}

a.body:focus, a.body:hover, a.body:visited{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:13px;
	color: #CC9900;
	text-decoration:underline;
}

/* Text Styles */
p.smgr{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:12px;
	color:#005E30;
	line-height:1.5em;
}

p.body{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:12px;
	color: #000000;
}

p.gold{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:13px;
	color: #7F6400;
}

p.green{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:13px;
	color: #006939;
}

p.copper{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:13px;
	color: #462300;
}

p.news{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:14px;
	color:#990000;
}

h1{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:20px;
	color: #462300;
	font-weight:normal;
}

h2{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:14px;
	color: #462300;
	font-weight:bold;
}

#h1{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:20px;
	color: #462300;
	font-weight:normal;
}

h3{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:15px;
	color: #000000;
}

#bodytext{
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size:13px;
	color: #000000;
}

/* Image Format */
.imgtr{
	padding-left:20px;
	padding-bottom:20px;
}

.imgr{
	padding-left:20px;
}

#plan{
	
}

#fplan{
	
}

img.tn{
	border:0;
	padding:5px;
}

img.logo{
	padding-left:10px;
	padding-right:10px;
}
