body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
/*background-image: url("../images/background.jpg");*/
text-align: left;
font-family : Arial, Verdana, sans-serif;
font-size : 10pt;
background-color : #9F9EA8;
color : #000;
}

#wrapper {
width : 990px;
text-align:left;
margin-left: auto;
margin-right: auto;
background-image: url("../images/pageback.gif");
/*background-repeat: no-repeat;*/
background-position: top center;
/*background-color : #fff;*/
}
 
#container {
	text-align:left;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

.pagiback{
width: 475px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 100%;
text-align: right;
/*background-color: #130D7B;*/
/*padding: 5px 0px;*/
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #48436E;
  color: #fff;	
  padding: 0.3em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #9592AF;
  color: #000;
  padding-left: 10px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #857ACF solid;
  padding-left: 15px;
}
.RowHL td {   
	  
	padding: 2px;  
	border-top: 1px solid #7c7c7c; border-right: 1px solid #7c7c7c;  
	vertical-align: top;  
	background-color: #FFFFC5;   
	color: #0000ff;  
	}  
  
.RowHL a:link {   
	color:  #000000;  
	}  
  
.RowHL a:visited {   
	color:  #000000;  
	}  
  
.RowHL a:hover, .RowH a:active {   
	color: #000000;  
	}
	
/*.Row th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
/*	border-top: 1px solid #d16521; border-right: 1px solid #d16521;*/
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 80%;
	padding: 4px;
/*	border-top: 1px solid #d16521; border-right: 1px solid #d16521;*/
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}*/
	
div.hr hr {
display: none;
}

div.hr {
margin: 5px 0px;
border: none;
border-top: 1px solid #D3D3D3;
}

/*div.hr {
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}*/

/*li { list-style-type: none; }*/
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 260px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	/*border:1px solid #5263AB;*/
	margin:5px;
	padding:0px;
	text-indent:0px;
	background-color:#B3D5F0;
	width:300px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #FFFFFF;
	background:#7FC21B url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#7FC21B;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

.team {
	text-decoration: none;
	font-size : 0.8em;
	color: #787;
	font-weight : normal;
}
.teamemail {
	text-decoration: none;
	font-size : 0.8em;
	color: #48436e;
	font-weight : normal;
	}
.whitesmall {
	text-decoration: none;
	font-size : 0.8em;
	color: #fff;
	font-weight : normal;
	}
	.blacksmall {
	text-decoration: none;
	font-size : 0.8em;
	color: #fff;
	font-weight : normal;
	}	
.small a:link {
	text-decoration: none;
	font-size : 0.8em;
	color: #9C92EC;
	font-weight : bold;
	}
.small a:visited {
	text-decoration: none;
	font-size : 0.8em;
	color: #CCC;
	font-weight : bold;
	}
.small a:hover {
	text-decoration: underline;
	font-size : 0.8em;
	color: #FFF;
	font-weight : bold;
	}
.small a:active {
	text-decoration: none;
	font-size : 0.8em;
	color: #9C92EC;
	font-weight : bold;
	}
img {
border : 0;
}

img.floatLeft { 
    float: left; 
    margin-right: 20px;
    border:0px solid #787; 
}
img.floatRight { 
    float: right; 
    margin: 4px;
    border:1px solid #787;
}

.leftcolumn a:link {
	text-decoration: none;
	font-size : 1.0em;
	color: #857ADB;
	font-weight : bold;
	}
.leftcolumn a:visited {
	text-decoration: none;
	font-size : 1.0em;
	color: #857ADB;
	font-weight : bold;
	}
.leftcolumn a:hover {
	text-decoration: underline;
	font-size : 1.0em;
	color: #857ADB;
	font-weight : bold;
	}
.leftcolumn a:active {
	text-decoration: none;
	font-size : 1.0em;
	color: #857ADB;
	font-weight : bold;
	}
	
	
.rightcolumn a:link {
	text-decoration: none;
	font-size : 1.2em;
	color: #373A96;
	font-weight : bold;
	}
.rightcolumn a:visited {
	text-decoration: none;
	font-size : 1.2em;
	color: #373A96;
	font-weight : bold;
	}
.rightcolumn a:hover {
	text-decoration: none;
	font-size : 1.2em;
	color: #000;
	font-weight : underline;
	}
.rightcolumn a:active {
	text-decoration: none;
	font-size : 1.2em;
	color: #373A96;
	font-weight : bold;
	}

a:link {
color : #373A96;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:visited {
color : #787;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:hover {
color : #000;
font-weight : bold;
text-decoration : underline;
font-size : 1em;
}
a:active {
color : #373A96;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
.copyright {
font-size : 0.8em;
color : #fff;
}

#wrap_news {
float: left;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 475px;
height: 180px;
background-image: url(../images/blueback.gif);
background-repeat: no-repeat;
}
#wrap_cal {
float: center;
width: 229px;
height: 181px;
background-image: url(../images/calendarback.gif);
background-repeat: no-repeat;
}
#wrap_rand {
/*float: center;*/
margin-left: auto;
margin-right: auto;
width: 229px;
height: 181px;
background-image: url(../images/randomgalleryimgback.gif);
background-repeat: no-repeat;
}

.title {
font-size : 0.8em;
font-weight : bold;
color : #898989;
}
.newstext {
font-size : 0.8em;
font-weight : normal;
color : #000;
}
.smallblacktext {
font-size : 0.8em;
font-weight : normal;
color : #000;
}
.newstitle {
font-size : 1.0em;
font-weight : bold;
color : #ffffff;
}

.featuretitle {
font-size : 1.1em;
font-weight : bold;
color : #373A96;
}

.gianttitle {
font-size : 1.2em;
font-weight : bold;
color : #898989;
}
.gianttitle2 {
font-size : 1.2em;
font-weight : bold;
color : #373A96;
}
.gianttitle3 {
font-size : 1.2em;
font-weight : bold;
color : #857ADB;
}

.notes {
font-size : 0.9em;
color : #444;
}

form {
	margin: 0px;
	}
	
.Error td { 
	font-size: 80%;
	padding: 2px;
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	}
.inputfield {
	color: #000;
	background: #DCDEEF;
	border: 1px solid #48436E;
}
.select {  
font-size:12px;
background-color: #DCDEEF;
border: 1px solid #48436E;
color: #000;
font-weight: normal;
}

input.button { 
background-color: #48436E; 
border: 1px solid #000;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold; 
font-size: 11px;
color: #ffffff;
/*border: 0;*/
height: 21px;
margin: 0;
padding: 0;
overflow: visible;
width: auto;
white-space: nowrap;
}

button::-moz-focus-inner{padding:0;border:none}
		
/* Calendar */

.Calendar { 
	/*border: 1px solid #8CB5DE;*/
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 80%;
	padding: 5px;
	/*border-top: 1px solid #8CB5DE; border-left: 1px solid #8CB5DE; border-bottom: 1px solid #8CB5DE;*/*
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #8E87BF; 
	color: #FFFFFF;
	font-weight: bold;
	}



/*ie6*/
* html body .CalendarWeekdayName {
	font-size: 80%;
}
/*end*/

.CalendarWeekdayName a:link {
	color: #FFFFFF;
	}

.CalendarWeekdayName a:visited{
	color: #FFFFFF;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #FFFFFF;
	}

.CalendarWeekendName{
	font-size: 80%;
	padding: 5px;
	/*border-top: 1px solid #8E87BF; border-left: 1px solid #8E87BF; border-bottom: 1px solid #8E87BF; /*------------------*/*/
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #8E87BF;	
	color: #FFFFFF;
	font-weight: bold;
	}



/*ie6*/
* html body .CalendarWeekendName {
	font-size: 90%;
}
/*end*/

.CalendarWeekendName a:link {
	color: #FFFFFF;
	}

.CalendarWeekendName a:visited{
	color: #FFFFFF;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #FFFFFF;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 90%;
	padding: 5px;
	border-left: 3px solid #8E87BF;
	text-align: center;
	background-color: #857EB2;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarDay {
	font-size: 100%;
}
/*end*/

.CalendarDay a:link {
	color: #FFFFFF;
	}

.CalendarDay a:visited{
	color: #FFFFFF;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #FFFFFF;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 90%;
	padding: 5px;
	border-left: 3px solid #8E87BF;
	text-align: center;
	background-color: #857EB2;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarWeekend {
	font-size: 100%;
}
/*end*/

.CalendarWeekend a:link {
	color: #FFFFFF;
	}

.CalendarWeekend a:visited{
	color: #FFFFFF;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #FFFFFF;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 90%;
	padding: 1px;
	border: 2px solid #FFFFFF; border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #8E87BF;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarToday {
	font-size: 100%;
}
/*end*/

.CalendarToday a:link {
	color: #FFFFFF;
	}

.CalendarToday a:visited{
	color: #FFFFFF;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #FFFFFF;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 90%;
	padding: 1px;
	border: 2px solid #FFFFFF; border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #8E87BF;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarWeekendToday a:link {
	color: #FFFFFF;
	}

.CalendarWeekendToday a:visited{
	color: #FFFFFF;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #FFFFFF;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #8E87BF;
	text-align: center;
	background-color: #8E87BF;	
	color: #3c964b;
	}



/*ie6*/
* html body .CalendarOtherMonthDay {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthDay a:link {
	color: #3c964b;
	}

.CalendarOtherMonthDay a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 80%;
	padding: 1px;
	border: 2px solid #8E87BF; border-right: 1px solid #8E87BF;
	text-align: center;
	background-color: #8E87BF;	
	color: #3c964b;
	}



/*ie6*/
* html body .CalendarOtherMonthToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthToday a:link {
	color: #3c964b;
	}

.CalendarOtherMonthToday a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #8E87BF;
	text-align: center;
	background-color: #8E87BF;	
	color: #3c964b;
	}



/*ie6*/
* html body .CalendarOtherMonthWeekend {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekend a:link {
	color: #3c964b;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 80%;
	padding: 1px;
	border: 2px solid #3c964b; border-right: 1px solid #3c964b;
	text-align: center;
	color: #3c964b;
	background-color: #8E87BF;	
	}
	


/*ie6*/
* html body .CalendarOtherMonthWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekendToday a:link {
	color: #3c964b;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #3c964b;
	background-color: #8E87BF;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	


/*ie6*/
* html body .CalendarSelectedDay {
	font-size: 100%;
}
/*end*/

.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #ff0000;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 90%;
	padding: 3px;
	background-image: url('Images/CaptionBg.gif'); color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .CalendarNavigator {
	font-size: 100%;
}
/*end*/

.CalendarNavigator a:link {
	color: #000000;
	}

.CalendarNavigator a:visited{
	color: #000000;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #88C62B;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigator td {
	font-size: 90%;
	}

.CalendarNavigator th {
	font-size: 90%;
	}



/*ie6*/
* html body .CalendarNavigator th, * html body .CalendarNavigator td {
	font-size: 100%;
}
/*end*/

/* Calendar Extra */
.CalendarEvent{
	font-size: 80%;
	text-align: left;
	}



/*ie6*/
* html body .CalendarEvent {
	font-size: 100%;
}
/*end*/

.CalendarEvent a:link {
	color: #0033cc;
	}

.CalendarEvent a:visited{
	color: #830000;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff0000;
	}
		
h1 {
font-size : 1em;
color : #000;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;

}
/*h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: large;
font-size : 1em;
border-size: thin;
border-style: dotted
border-color: red;
width: 400px;
}*/

h2 {
font-size : 1em;
color : #000;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
font-size : 1em;
color : #000;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
	
h4	{ 
font-size: 1em;
color: #000;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
	}

h5	{ 
font-size: 1em;
color: #000;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
	}

h6	{ 
font-size: 1em;
color: #000;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
	}

th	{ 
	font-family: Arial; font-size: 1em;
	}

td { 
	font-family: Arial; font-size: 1em;
	}
	
div#box{
padding: 1px 0;
background: #2D2F8C; /*373A96*/
max-width:250px
}