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

body {  background-color:#b7c2e0; margin:0px; padding:0px; }
body, td { font-family:Verdana; font-size:12px; color:#101951; } /*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; list-style-position:outside; }
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;}
*/

.top_left { background-image:url(../images/padding_left.jpg); background-position:top right; background-repeat:no-repeat; height:37px }
.top_right { background-image:url(../images/padding_right.jpg); background-position:top left; background-repeat:no-repeat; height:37px }
.padding_left { background-image:url(../images/padding_left_re.jpg); background-repeat:repeat-y; background-position:top right; }
.padding_right { background-image:url(../images/padding_right_re.jpg); background-repeat:repeat-y; background-position:top left; }
.bot_left { background-image:url(../images/bottom_left.jpg); background-repeat:no-repeat; background-position:top right }
.bot_right { background-image:url(../images/bottom_right.jpg); background-repeat:no-repeat; background-position:top left }



/*footer*/
.footer, .footer a:link, .footer a:visited { font-family:arial; font-size:12px; color:#000c3c; text-decoration:none; }
.footer a:hover { font-family:arial; font-size:12px; color:#ffffff; text-decoration:underline }
.footer a:active { font-family:arial; font-size:12px; color:#ffffff; text-decoration:underline }
.footer_bg { background-image:url(../images/footer_bg.jpg); background-repeat:no-repeat; background-position:top }



.register, .register a:link, .register a:visited { font-family:arial; font-size:12px; color:#8c4400; text-decoration:none;}
.register a:hover { font-family:arial; font-size:12px; color:#8c4400; text-decoration:underline ; }

.indent { text-indent:35px; }

.justify { text-align:justify }

.h1 { font-size:16px; font-weight:bold; font-family: Arial; color:#8c4400; }

.contentBG { background-image:url(../images/contentBG_03.jpg); background-repeat:repeat-y; background-position:top; }

.red { color:#FF0000 }
