/* CSS Document */
body {padding:0px; margin:0px; background-color:white; background:url(images/mainbg7.gif) 0 0 repeat-x;}

h3 {font-size:14px;}

/*---Top Panel---*/
#topPan {width:750px; height:220px; margin-left:auto; margin-right:auto; font-family:verdana, arial, sans-serif;}
#topPan H1 {font-size:24px; text-align:center;}
#topPan P  {font-size:14px; text-align:center; line-height:1.38; font-weight:bold;}

/*---Entry Form---b38800*/
#entry table{color:#08B7EA; font-family:verdana, arial, sans-serif; font-size:12px; text-align:left;}
#entry h2{color:#1F427A; margin-left:4px; margin-top:8px; margin-bottom:8px;}
#entry h3{color:#1F427A; margin-left:4px; margin-top:8px; margin-bottom:8px;}
#entry p{color:#1F427A; margin-left:4px; margin-top:8px; margin-bottom:8px;}
#entry form input{margin-left:4px; margin-top:8px; margin-bottom:8px;}
#entry form select{margin-left:4px; margin-top:8px; margin-bottom:8px;}
#entry form input.button{margin-left:4px; margin-top:8px; margin-bottom:8px; font-weight:bold; }

#body_container {width:750px; margin-left:auto; margin-right:auto; text-align:center; font-family:verdana, arial, sans-serif; font-size:12px;}
#leftPan {width:500px; float:left; text-align:left;}
#rightPan {width:240px; float:left; text-align:left; padding-left:10px;}


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


/*---Footer Panel---*/

#footerPan{width:750px; position:relative; padding:25px; margin-top:45px; margin-left:auto; margin-right:auto; text-align:center; font-family:verdana, arial, sans-serif; font-size:12px; clear:both;}


.post {
height:228px;
width:228px;
background: url(images/postit.png) no-repeat 0 0;
}

.post_rev {
height:228px;
width:228px;
background: url(images/postit_rev.png) no-repeat 0 0;
}

.post_text {
padding-top:25px;
padding-left:18px;
padding-right:15px;
}

