/*-------------- Common ---------------------*/

body {
	background-color: white;
	color: black;
	font: medium Arial, Helvetica, Verdana, sans-serif;
}
#content h6 {
	display: none;
}


#allstatic {
	margin: 10px 20px 10px 20px;
	padding: 10px;
	position: relative;
}

/* Header
-----------------------------------------------------------------------------*/

#title {
	padding: 0 0 5px;
	border-bottom: medium #006699 solid;
}
#title h1 {
	font-size: 2.4em;
	color: #283071;
}
#title #title-logo {
	float:left;
	padding: 0 1em 0.5em 0;
}
#title #title-logo a.
#title #title-logo a:visited {
	text-decoration:none;
	border: none transparent;
}

#title h1.title-details {
	font-size: 0.8em;
}

* html #title #title-caption {
	margin-left: 3px;
}

/* Navigation
-----------------------------------------------------------------------------*/

#navigation {
	clear:both;
	width:100.01%;
	font-size: 0.9em;
}
* html #navigation,
* html .navimenu2  {
	height: 1%;
}
#navigation  h5 {
	float: left;
	font-weight: normal;
	padding-top: 5px;
}

/* Content
-----------------------------------------------------------------------------*/
#content-frame {
	clear: both;
	padding: 10px 0;
	border: 1px dashed #b9d2e3;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear : both;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	margin-top: 5px;
	font-size: 0.7em;
	text-align: center;
	color:#999999;
}
#footer #copyright {
	padding: 2px 0 2px 0;
}
#footer #copyright p {
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: right;
padding-left: 8px;
background: #006699 url(../images/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}

#pointermenu2 ul li a{
	float: left;
	color: white;
	padding: 7px 9px 7px 5px;
	text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}
#pointermenu2 ul li a:hover,
#pointermenu2 ul li a.current{ /*hover and selected link*/
	color: #B2C827/*#CCFF33*/;
	background: transparent url(../images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}
