

/**************** Page and tag styles ****************/

body
{margin:0; padding:0; color:#303030; background:#FFFFFF url(img/bodybg.gif) top left repeat-y; font:76% Verdana,Tahoma,sans-serif;}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:1.0em;}

li
{margin:0 0 8px 25px;}

a
{color:#000000; font-weight:none; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}

img
{float:left; margin:0 12px 15px 0; padding:0px; background:#ffffff; }

a img
{border-color:#d85d5d;}

a img:hover
{background:#d85d5d; border-color:#d85d5d;}

/**************** Sidebar area styles ****************/

#sidebar
{position:absolute; top:0; left:0; width:220px; height:100%; background:#01a9c0 url(img/sidebarbg.gif) top right repeat-y; text-align:right;}



#sidebar h4
{background-image: url(img/logo1.jpg); height:109px; background-repeat:no-repeat}

body > #sidebar
{position:fixed;}

#sidebar h1
{margin:20px 18px 0 5px; color:#01a9c0; font-size:1.6em; letter-spacing:0px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#000000; font-size:1.0em; letter-spacing:0px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#000000;font-size:1.3em;}

#sidebar  p
{margin:0 20px 18px 5px; color:#000000; font-size:1.0em;}

#sidebar a
{color:#000000}




/**************** Navigation menu styles ****************/

#menu a
{display:block; width:202px; padding:5px 18px 5px 0; color:#000000; background:#01a9c0 url(img/sidebarbg.gif) top right repeat-y; font-size:1.4em; font-weight:normal; text-decoration:none;}

#menu a:hover 
{color:#000000; background:#FF66CC url(img/sidebarbg.gif) top right repeat-y;}

#menu a.active
{color:#000000;padding:5px 18px 5px 0; background:#fafafa; border-top:2px solid #00DCEF; border-bottom:2px solid #00DCEF;}

#menu a.active:hover
{color:#000000; background:#fafafa;}

/**************** Content area styles ****************/

#content
{width:520px; margin:0 0 0 240px; padding:20px 0; background:#FFFFFF;}

#content p
{margin:0 0 20px 0; line-height:1.5em; color:#000000;}

#content h1
{margin:0; color:#d85d5d; font-size:4em; letter-spacing:-1px; text-align:center;}

#content h2
{margin:0; color:#808080; font-weight:normal; font-size:2.5em; letter-spacing:-1px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#01a9c0; font-weight:normal; font-size: 2em; letter-spacing:-1px;}

/**************** Message Board****************/

#content
{width:520px; margin:0 0 0 240px; padding:20px 0; background:#FFFFFF;}

#content p
{margin:0 0 20px 0; line-height:1.5em; color:#000000;}

#content h1
{margin:0; color:#d85d5d; font-size:4em; letter-spacing:-1px; text-align:center;}

#content h2
{margin:0; color:#808080; font-weight:normal; font-size:2.5em; letter-spacing:-1px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#01a9c0; font-weight:normal; font-size: 2em; letter-spacing:-1px;}

.Content_bold {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.Content {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; }
.Light_Grey {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #cccccc; }

body, th, td {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; }
}

form, input {
	margin: 0;
	padding: 0;
}

.input1 {
}

#thumbBox{ /*Outermost DIV for thumbnail viewer backgound is white*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 3;
background: #FFFFFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link  color black is the CLOSE link*/
font: bold 11px Tahoma;
letter-spacing: 2px;
line-height: 5.1em;
color: black;
padding: 5px 0;
text-align: left;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}