/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body {  background-color:#76b871; margin:0px; padding:0px; }
body, td { font-family:Arial; font-size:12px; color:#6a4940; } /*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#365F91; text-decoration:underline; }
a:hover { }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:gray; text-decoration:underline; } 
.a1 a:hover { } 
.bgcontent{ background-image:url(../images/contentbg.jpg); background-repeat:repeat-y;}
.sidenav{ background-image:url(../images/side2.jpg); background-repeat:repeat-y; width:254px;}
.header{background-image:url(../images/header.jpg); height:136px; background-repeat:no-repeat;}


.content{ background-image:url(../images/content2.jpg); background-repeat:repeat-y; height:200px; padding:0px 55px 0px 15px;}


/*
.footer{ background-image:url(../images/foot_bg.jpg); background-repeat:no-repeat; height:44px; color:#704b43; padding:18px 46px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.footnav1{float:left;}
.footnav1 a:link, .footnav1 a:visited, .footnav1 a:hover{ text-decoration:none; color:#00AEFF;}
.footnav2{ float:right;font-weight:bold; font-style:italic;}
.footnav2 a:link, .footnav2 a:visited, .footnav2 a:hover{ text-decoration:none; color:#00AEFF; font-weight:bold;font-style:italic;}
*/


/*footer*/
.footer, .footer a:link, .footer a:visited { font-family:arial; font-size:12px; color:#ffffff; text-decoration:none; }
.footer a:hover { font-family:arial; font-size:12px; color:#000000; text-decoration:underline }

.register, .register a:link, .register a:visited { font-family:arial; font-size:12px; color:#704b43; text-decoration:none; font-style:italic; font-weight:bold }
.register a:hover { font-family:arial; font-size:12px; color:#704b43; text-decoration:underline ; font-style:italic; font-weight:bold }








.top_bg { background-image:url(../images/top_repeat.jpg); background-repeat:repeat-x; background-position:top; }
.top_left { background-image:url(../images/tleft.jpg); background-repeat:no-repeat; background-position:top right; height:251px; }
.top_right {background-image:url(../images/tright.jpg); background-repeat:no-repeat; background-position:top left; height:251px; }
.cont_pad {background-color:#d8c89c;}
.contbg_pad {background-image:url(../images/cont_l.jpg); background-repeat:repeat-x; background-position:top}
.cont_BG {background-image:url(../images/contbg01.jpg); background-repeat:no-repeat; background-position:bottom;}
.cont_re {background-image:url(../images/repeat2.jpg); background-repeat:repeat-y; background-position:top}
.footerbg {background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x; background-position:top}
.bot_foot {background-image:url(../images/bot_footer.jpg); background-repeat:no-repeat; background-position:center;}



.navbg { background-image:url(../images/nav_bg.jpg); background-repeat:repeat-y; background-position:top }
.content_area { margin:0px 0px 0px 60px; }
