@charset "utf-8";
/* CSS Document */

BODY, HTML { width:100%; height:100%; padding:0px; margin:0px; background-color:#c73092; background-image:url(images/bg_sides.gif); background-repeat:repeat-y; background-position:center; }

#pageDiv { float:left; width:100%; height:100%; text-align:center; font-family:Tahoma, Arial, Sans-serif; font-size:11px; }
#bodyDiv { width:772px; height:100%; margin:0 auto; text-align:left; background-color:#FFFFFF; }


/* -----= TOP DIV =----- */
#topDiv	{ float:left; width:771px; height:63px; position:relative; border-bottom:4px solid #e682c4; color:#ec4eb6; background-color:#FFFFFF; }
.topNum	{ float:right; position:absolute; top:0; right:10px; font-size:12px; }
.topNum strong { font-size:14px; color:#cb3498; }
.topLinks { position:absolute; top:43px; right:10px; }
.topLinks a { color:#ec4eb6; text-decoration:none; }
.topLinks a:hover { color:#992c74; }


.contentDiv { float:left; width:100%; border-top:10px solid #FFFFFF; }
.contentDiv2 { float:left; width:100%; background-image: url(images/bg_midside.gif); background-repeat:repeat-y; background-position:left; background-color:#FFFFFF; }

#leftDiv { float:left; width:171px; height:280px; padding:0 18px; color:#999999; background-color:#FFFFFF; }
#mainDiv { float:left; width:565; padding:0 2px; background-color:#FFFFFF; }
.spacer { width:100%; height:10px; background-image:url(images/bg_dots.gif); background-repeat:repeat-x; }

#midBar { float:left; width:100%; background-image:url(images/bg_midbar.gif); background-repeat:repeat-x; height:7px; }
#midleftDiv { float:left; width:187px; padding:10px 10px; color:#999999; }
#midmainDiv { float:left; width:565px; }

#stickerDiv { width:193px; height:294px; padding:40px 0 0 0; text-align:center; background-image:url(images/icon_sticker.gif); background-repeat:no-repeat; }

#footer { float:left; color:#999999; text-align:center; background-image:url(images/bg_footbar.gif); background-repeat:repeat-x; background-position:top; background-color:#FFFFFF; width:772px; padding:18px 0; }


/* -----= FORMS =----- */
form.leadfrm { margin:0; padding:0; }
form.leadfrm input, textarea { background-color:#fce4f4; border-top:1px solid #beacb8; border-left:1px solid #beacb8; border-bottom:1px solid #e6d0df; border-right:1px solid #e6d0df; font-family:Tahoma, Arial, Sans-serif; font-size:11px; color:#666666; width:96%; padding:1px 2px; }
form.leadfrm label { display:block; }
form.leadfrm .btnSubmit { border:1px solid #862063; background-image:url(images/btn_submitbg.gif); background-repeat:repeat-x; background-position:bottom; background-color:#d259aa; color:#FFFFFF; font-size:9px; font-weight:bold; padding:2px; margin-top:8px; width:40%; float:right; cursor:pointer; }

form.cForm { margin:0; padding:0; }
form.cForm input, textarea { background-color:#fce4f4; border-top:1px solid #beacb8; border-left:1px solid #beacb8; border-bottom:1px solid #e6d0df; border-right:1px solid #e6d0df; font-family:Tahoma, Arial, Sans-serif; font-size:11px; color:#666666; width:50%; padding: 1px 2px; }
form.cForm p { clear: left; margin: 0; padding: 0; padding-top: 5px; }
form.cForm p label { float:left; width:45%; }
form.cForm .btnSubmit { border:1px solid #862063; background-image:url(images/btn_submitbg.gif); background-repeat:repeat-x; background-position:bottom; background-color:#d259aa; color:#FFFFFF; font-size:9px; font-weight:bold; padding:2px; width:25%; cursor:pointer; margin:8px auto; }

fieldset { margin:0 auto; border:none; width:80%; }


/* -----= TABS =----- */
ul.tabs { list-style:none; padding:0px; margin:0 0 0 8px; text-align:center; }
ul.tabs li { float:left; display:block; background-image:url(images/tab_link1.gif); font-weight:bold; width:134px; line-height:27px; }
ul.tabs a { display:block; text-decoration:none; color:#c93697; }
ul.tabs a:hover { background-image:url(images/tab_link2.gif); }
ul.list { margin:5px; }
ul.list li { margin:7px 0; }


/* -----=  TEXT =----- */
h1 { color:#c93697; font-size:13px; margin:3px 0px; padding:0px; }
h1 strong { color:#ec4eb6; }
.spacer { width:100%; height:10px; background-image:url(images/bg_dots.gif); background-repeat:repeat-x; }
.content { float:left; padding:20px 20px 20px 10px; text-align:justify; color:#4e4e4e; font-size:12px; width:535px; }
span.purple { color:#c93697; font-weight:bold; }
span.lightp { color:#ec4eb6; font-weight:bold; }
a.prpLink { color:#c93697; text-decoration:none; }
a:hover.prpLink { color:#ec4eb6; text-decoration:underline; padding:5px 0px; }

/* -----= TABLE =----- */
TABLE { border:1px solid #666666; font-size:9px; }
TR { padding:4px 2px; }
TD.title { color:#FFFFFF; text-align:center; height:20px; background-color:#ec4eb6; border-bottom:1px solid #666666; }
TD { padding-left:2px; }
