@charset "utf-8";
/* CSS Document */
/* These Styles are used */
body /*page defaults to be applied everywhere on all pages */
{
	padding:0px;
	margin:0px;
	background: url(images/bg.jpg) left top;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Container /*settings for the display page*/
{
	margin:0 auto;
	width: 800px;
}

/*Styles for the top of the page*/
#Top-long
{
    width: 800px;
	padding:0;
	margin:0;
	height: 305px;
	background: #00CCCC;
}

#Top-long *
{
	padding:0;
	margin:0;
}

#Top-short
{
    width: 800px;
	padding:0;
	margin:0;
	height: 60px;
	background: #00CCCC;
}

#Top-short *
{
	padding:0;
	margin:0;
}

#Menu
{
	height: 30px;
	margin-top: 0px;
	padding-left: 3px;
	background: url(images/menubackground.gif) repeat-x left top;
}

#Menu a
{
	height: 30px;
	line-height: 30px;
	padding-right: 18px; 
	padding-left: 18px;
	background: url(images/menudivider.gif) left top no-repeat;
	float: right;
	margin-left: 3px;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Menu a:hover, 
#Menu a.active
{
	color: #333333;
	text-decoration: underline;
}

/* styles for the middle of the page */
.MiddleLeft
{
	text-align: left;
	float: left;
	padding-right: 15px;
}
.MiddleRight
{
	text-align: left;
	float: right;
	padding-left: 15px;
}
.MiddleTop /* use when there is a menu on the left */
{
	text-align: left;
	float: left;
	width: 650px;
}
.MiddleGeneral
{
	float: left;
	width: 800px;
	background-color: #00CCCC;
}
.MiddleIndex
{
	padding-left: 20px;
	width: 760px;
}

.MiddleContent
{
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align:left;
	font-size:12px;
}

.MiddleContent a
{
	color: #000066;
	text-decoration:none;
}
.MiddleContent 
	a:hover, 
    a.active
{
	color: #333333;
	text-decoration:underline;
}

.pageContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
}

/*formats for the menu bar on the left at the middle of the page */

#Left
{
	float: left;
	width: 100px;
	padding-top: 3px;
	background:#CCCCCC;
	font-size:12px;
	text-align:left;
}

#LeftMenu ul
{
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	background: url(images/leftsidedivider.gif) no-repeat center bottom;
}

#LeftMenu li
{
	margin-top: 3px;
	list-style-type: none;
}

#LeftMenu span
{
	text-decoration: underline;
	color:#330099;
	font-size: 12px;
}
#LeftMenu a
{
	color: #330099;
	text-decoration: none;
}

#LeftMenu a.Links
{
	margin-top: 8px;
	text-decoration: underline;
}

#LeftMenu a:hover
{
	text-decoration: underline;
}
#LeftMenu span,
#LeftMenu a
{
	display: block;
	padding-left: 5px;
}

#LeftMenu li a
{
	background: url(images/arrow.gif) no-repeat 9px 4px;
	padding-left: 5px;
	display: inline;
}
#LeftMenuHeader
{
	margin: 0px;
	padding-top:5px;
	height: 48px;
	color:white;
	text-align:center;
	background: url(images/bluebgpixel.png) left top;
}

/*formats for the bottom of the page */

#Bottom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:800px;
	background: url(images/menubackground.gif) repeat-x left top;
}

#Bottom a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;
}

#Bottom a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333333;
}

#Bottom table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	background: url(images/menubackground.gif) repeat-x left top;
}

#Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 40px; padding-top: 5px;
	text-align:center;
	background: url(images/bluebgpixel.png) repeat left top;
}

#Footer a 
{
	text-decoration: none;
	color: #000000;

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

.style1 {  /* */
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}

.style3 {color: #FF0000; font-weight: bold; font-size: 14px; }

.style5 {color: #FF0000; font-weight: bold; font-size: large; }

.style6 {
	font-size: 18px;
	font-weight: bold;
}

#T1
{
	height: 20px;
	color: #000000;
	font-size:14px;
	text-align:right;
	background: #3399FF;
}

#T1 a
{
	color: #000000;
	font-size: 14px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#T1 a:hover, 
    a.active
{
	color: #333333;
	font-size: 14px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}