body {
	text-align: center;
	font-family: Verdana !important;
	font-size: 11px !important;
	overflow: -moz-scrollbars-vertical; 
}

strong {
	font-weight: bold;
}

ul {
	list-style-image: url('../images/bullet.gif');
	margin: 5px 0 0 20px;
}

li {
	margin-bottom: 7px;
	padding: 0 4px 0 4px;
}

p {
	margin-bottom: 8px;
	padding: 4px;
	text-align: justify;
}



h1  {
	font-size: 14pt;
	margin-bottom: 8px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}


.box h1 {
	font-size: 12px;
	margin-bottom: 5px;
}
/*********************** Begin Structure Divs ***********************/
#header {
	margin-bottom: 28px;
}

#container {
	width: 950px;
	text-align: left;
	margin: 0 auto 12px auto;
	position: relative;
	top: 15px;
	border: 2px solid #AAAAAA;
}

#sidebar1 {
	width: 205px;
	margin-right: 5px;
	float: right;
}

#content {
	width: 725px;
	margin-left: 8px;
	float: left;
}

#footer {
	clear: both;
	padding-top: 6px;
	height: 32px;
}
/*********************** End Structure Divs ***********************/


/*********************** Begin Box Definitions ***********************/
.box h1 {
	background-color:  #333366;
	color: white;
	font-weight: bold;
	text-align: center;
}

.box h2 {
	margin-left: 4px;
}

.box {
	background-color: #EFEFEF;
	border: 1px solid black;
	margin-bottom: 8px;
}

/*********************** End Box Definitions ***********************/


/*********************** Begin Random Styles ***********************/

.altCell1 {
	background-color: #dddddd;
}

.altCell2 {
	background-color: #ffffcc;
}

.altCell3 {
	background-color: #800000;
	color: white;
	font-weight: bold;
}

.imageBorder, .imageLeft, .imageRight {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 5px;
}

.imageRight {
	float: right;
}

#chartFix .styleBold {
	text-align: left;
	text-indent: 5px;
}

#chartFix .altCell3 a {
	color: white;
}

#chartFix {
	border-collapse: collapse;
}

.tableBorder1 td {
	border: 1px solid #CCCCCC;
}


.styleBold {
	font-weight: bold;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

/*********************** End Random Styles ***********************/

/*************************** Gallery ****************************/
.gallery-1 li {
	float: left;
	text-align: center;
	margin: 4px 0px 0px 4px;
	list-style-image: none;
	list-style-type: none;
}

.gallery-1 li  div:hover {
	border: 2px solid #2886ff;
}

.gallery-1 li  div {
	width: 150px;
	border: 2px solid #A6C9E2;
	height: 170px;
}

.gallery-1 li  div  span {
	position: absolute;
	margin-top: 135px;
	margin-left: -150px;
	width: 150px;

}

.gallery-1 img {
	width: 150px;
	border-bottom: 2px solid #A6C9E2;
}

 */