html {
     overflow: -moz-scrollbars-vertical;
}

body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background-color: ;

	background:      #071924 url('../images/bodybg.png') top center repeat-y;
	
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

#container
{
	margin:          0 auto;
	width:           683px;
	position:        relative;
	background:      transparent url('../images/containerbg.png') top left repeat-y;
}

#header
{
	margin:          0 auto;
	width:           640px;
	height:          96px;
	background:      transparent url('../images/header.jpg') top left no-repeat;
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	background:      #bbd75a !important;
	background:      #b3d24e;
	padding:         5px 0;
	text-align:center;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('../images/menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #767676;	
	padding:         13px 7px 15px 7px;
	font-size:       12px;
	background:      transparent url('../images/menuoff.png') center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
	font-variant:small-caps;
}

#menu ul li a:hover
{
	background:      transparent url('../images/menuon.png') center left repeat-x;
	color:           #000000;
}

#roundedheader
{
	width:           640px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('../images/belowheader.png') top left no-repeat;
}

#content
{
	min-height:      390px;
	width:           640px;
	margin:          0 auto;
	background:      transparent url('../images/contentbg.png') top left repeat-y;
}


#insidecontentwide
{
	float:           left;
	padding-left:    25px;
	width:           580px;
}

#insidecontentwide p
{
	margin:          0;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     170%;
}

#insidecontentwide a:link, #insidecontentwide a:active, #insidecontentwide a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#insidecontentwide a:hover
{
	text-decoration: none;
}
#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           355px;
}
#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     170%;
}

#insidecontent a:link, #insidecontent a:active, #insidecontent a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#insidecontent a:hover
{
	text-decoration: none;
}


#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	margin-right:15px;
	margin-left:5px;
	margin-bottom:10px;
	background:      #f6f6f6;
	
	border:dotted thin #999999 ;
	border-width:1px;	
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.1em;
	line-height:     170%;
	padding-left: 10px;

}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar img {
border:none;
text-decoration:none;
}

#sidebar a:hover
{
	text-decoration: none;
}




#sidebar_small
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	margin-right:15px;
	margin-left:5px;
	background:      #f6f6f6;
	
	border:dotted thin #999999 ;
	border-width:1px;	
}

#sidebar_small p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       2em;
	line-height:     170%;
	padding-left: 10px;

}
#sidebar_small li
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.3em;
	line-height:     170%;
	padding-left: 10px;

}
#sidebar_small a:link, #sidebar_small a:active, #sidebar_small a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar_small img {
border:none;
text-decoration:none;
}

#sidebar_small a:hover
{
	text-decoration: none;
}
#roundedfooter
{
	width:           640px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('../images/abovefooter.png') top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color: #FFEDDB;
	font-size:       3.2em;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            1em;
	font-size:       1.8em;
	font-weight: bold;
	color:#FF8040;
	letter-spacing:2px;
	font-variant:small-caps;
	cursor:crosshair;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:#006633;
}

.etitle
{
	margin:          0;
	font-size:       1.2em;
	font-weight:     normal;
	color:           #e36767;
}

.edate
{
	margin:          0;
	font-size:       1em;
	font-weight:     normal;
	color:#FFCB97;
}
#footer
{
	margin:          0 auto;
	width:           641px;
	height:          39px;
	background:      transparent url('../images/footer.png') top left repeat-x;
	text-align:		center;
}

#footer2
{
	margin:          0 auto;
	width:           100%;
	height:          25px;
	background:      transparent url('../images/pan.png') top center no-repeat;
	text-align:		center;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	padding:         10px;
	color:           #565656;
}
img.noborder2 {
	border: none;
	vertical-align:text-top;
}
img.slideshow {
	border: none;
	vertical-align:text-bottom;
}

img.border {
padding:3px;
margin: 10px;
display:inline;
color:#303030;
border-left:1px solid #666666;
border-top:1px solid #666666;
border-right:3px solid #333333;
border-bottom:3px solid #333333;

}

body div#toolTip { color:#fff; position:absolute;z-index:1000;width:200px;background:#0F1B4A;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip em { display:block;margin-bottom:4px;color:#f60;font-style:normal;font-weight:bold; }

.hand {
cursor:pointer;
}

.progressb {
	left: 47%;
	top: 50%;
	position:absolute;
}
