/* Basic */
*{  margin: 0em auto;
	padding: 0em;}

body{
	/*font-family: Arial, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#555555;
	background-color:#99CCCC;
	text-align: center;
	}
h1,h2{  }
hr{
   height:0.5px;
   color:#EEEEEE;
   background-color:#EEEEEE;
   
}
a {}
a:link {
	color: #0077dd;
	text-decoration:none;}
a:visited {
	color: #660066;
	text-decoration:none;}
a:hover{
	text-decoration: underline; 
	color: #0077dd;}
a:active {
	color: red;
	text-decoration: none}
	
img.noborder{ border-style: none;}

ul{
  list-style-image: url("img/design/bullet-menu.jpg");
  margin-left:10px;
}

/*img{ border-style: none;}
*/
h2.category{
   position:relative;
   top: 11px;
   color:#CC6600;
}

.subcategory{
   color:#CC9900;
   font-size:smaller;
}
.subtopic{
   position:relative;
   left: 10px;
   font-size: 12px;
   color:#CC9900;
}
.text{
   position:relative;
   left:10px;
}

.group{
   position:relative;
   float:left;
   color:#000033;
   left:10px;
  }

.indent{
  position:relative;
  padding: 0px 10px 5px 20px;
}


.gototop{
  float: right;
  padding: 20px 20px 30px 0px;
}

table.normal{
	text-align: left;
	border: solid 1px #999999;
	border-spacing:0px;
	}
table.normal th{
	font-weight: bold;
	padding: 0.5em;
	}
table.normal td{
	padding: 0.5em;  
	border: solid 1px #999999;}

/* Header */
#header{
	position: relative;
	/*background: #004778 url(../img/design/a5.gif) bottom left repeat-x;*/
	background-color:#003366;
	width:1000px;
	height:100px;
}

#banner{
	width:1000px;
	height:100px;
	text-align:center;
}
	
#banner h1{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;}
#banner h1 a{
	color: #fff;
	text-decoration: none;}
#banner h2{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

 a:link.sitemap {
	color:#FFFF00;
	text-decoration:none;}
 a:visited.sitemap {
	color: #FFFF00;
	text-decoration:none;}
 a:hover.sitemap{
	text-decoration: underline; 
	color: #FFFF00;}
 a:active.sitemap {
	color: #FFFF00;
	text-decoration: none}
/*-- Menu--------------------------------------------------------------------------*/
/*#menu{
	position: absolute;
	top: 141px;
	right: 3em;
	left: 372px;
}*/
#menu{
    position:relative;
	top:0px;
	height:25px;
	width:1000px;
    background-color:#00CCFF;
	background-color:#3399CC; 
	color:#FFFFFF;
}
#menu ul{
	list-style:none;}
#menu li{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;}
#menu li.first{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;}
#menu li a{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;}
#menu li a:hover{
	text-decoration: underline;}

/*-- Breadcrumbs ---------------------------------------------------------------- */
#breadcrumbs{
    position:relative;
	width:990px;
	height: 20px;
	background-color:#EEEEEE;
	padding: 5px 0px 0px 10px;
	color:#003366;
	text-align: left;
	font-size: 8pt;
}

#outer{
    /*border: 3px solid #222222;*/
	position:relative;
	width:1000px;
	text-align: justify;
	background-color:#FFFFFF;
}

/* Content ----------------------------------------------------------------------------------*/
#content{
	line-height: 1.5em;
}
#content p{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6{
	color:#336699;
	margin-bottom: 1em;
	border-bottom: solid 1px #999999;
	padding-bottom: 0.3em;
}
#content h2{
	font-size: 1.5em;}
#content h3{                                   
	font-size: 1.1em;}
#content ul{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: disc;
	}
#content blockquote{
	padding: 5px 10px 10px 10px;
	/*border-left: solid 0.75em #005082;
	background: #FDFDFD url(../img/design/a7.gif) top left repeat-x;*/}
#content blockquote p{
	margin-bottom: 0em;}
#secondaryContent table{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;}
#secondaryContent table th{
	font-weight: bold;
	padding: 0.5em;}
#secondaryContent table td{
	padding: 0.5em;  
	border-right: solid 1px #fff;}
#secondaryContent table tr.rowH{
	color: #fff;
	background: #006192 url(../img/design/a8.gif) top left repeat-x;
	border-right: solid 1px #fff;}
#secondaryContent table tr.rowA{
	background: #F8F8F8 url(../img/design/a6.gif) top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;}
#secondaryContent table tr.rowB{
	background: #FDFDFD url(../img/design/a7.gif) top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

.style1 {color:#006699; }

.date {font-size:x-small;}
.opp{
    margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	text-align: center;
  	background-color:#FF9966;
}
a:link.opp{
	color:#FFFFFF;
	font-weight:bold;
}

/*-- Content Container------------------------------------------------------------ */
#primaryContentContainer{
    position:relative;
	float:left;
}
/*-- Primary Content ------------------------------------------------------------ */
#primaryContent{
    position:relative;
	float: left;
	width:570px;
	height: 100%;
	border-left: 1px solid #EEEEEE;
	background: #fff url(../img/design/a2.gif) top left repeat-y; 
}

#mainContent{
   position:relative;
   top: 0px;
   left: 0px;
	float: left;
	width: 840px;
	height: 100%;
	border-left: 1px solid #EEEEEE;
	background: #fff url(../img/design/a2.gif) top left repeat-y; 
}

/* Primary Content */
#eventMain{
   
}
.eventTitle{
	font-size: 1em;
	font-weight: bold;
	color:#666666;
}
.eventBody{
	font-size: 10pt;
}

/*-- News Content ----------------------------------------------------------------*/
.grouping{
    position:relative;
	float:left;
	left:10px;
	width: 550px;
	padding: 10px 10px 10px 0px;
	/*background-color: #EEEEEE;*/
}

/*-- News Content ----------------------------------------------------------------*/
.newsContent{
    position:relative;
	left:10px;
	width: 550px;
	padding: 10px 10px 10px 0px;
}

.newsLis tablet{
}

.newsList td {
	border-bottom: 1px dashed #CC9900;
    padding: 5px 5px 5px 5px;
}
a:link.newsList {
	color:#006699;
	text-decoration:none;}
a:visited.newsList {
	color: #660066;
	text-decoration:none;}
a:hover.newsList{
	text-decoration: underline; 
	color: #0077dd;}
a:active.newsList {
	color: red;
	text-decoration: none}

/*--Secondary Content-------------------------------------------------------------- */
#secondaryContent{
	position: relative;
	top: 5px;
	float:left;
	width: 160px;
	height: 100%; 
	text-align:center;
	/*background-color:#FFFFCC;*/
	/*background: #fff url(../img/design/a1.gif) top right repeat-y;*/
	}
#secondaryContent .xbg{
	position: relative;
	right: 0em;
	bottom: -64px;
	/*background: #fff url(../img/design/a3.gif) top right no-repeat;*/
}
/*-- Side Menu ------------------------------------------------------------------ */
#sidemenu{
    font-size:8pt;
}
#sidemenu table{
 	width:150px; 
	/*border-style:solid;
    border-width:1px;
    border-color:#CCCCCC;
	background-color:#FFFFFF;*/
	border-bottom: 1px dashed #CCCCCC;
}
#sidemenu th{
    text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
    border-style:solid;
    border-width:1px;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}
#sidemenu td{
	border-bottom: 1px dashed #CCCCCC;
	font-weight:bold;
}
#sidemenu ul{
  font-weight:normal;
}
#sidemenu a:link {
	color:#006699;
	text-decoration:none;}
#sidemenu a:visited {
	color:#006699;
	text-decoration:none;}
#sidemenu a:hover{
	text-decoration: underline; 
	color: #0077dd;}
#sidemenu a:active {
	color:#CC3300;
	text-decoration: none}

/*--Tertiary Content---------------------------------------------------------------- */
/* (RIGHT SIDE) */
#tertiaryContent{
	position: absolute;
	top:0px;
	left:730px;
	width: 247px;
	border-left: 1px solid #EEEEEE;
	height:100%;
	padding: 10px 10px 10px 10px;
	background: #fff url(../img/design/a2.gif) top left repeat-y;
}

#tertiaryContent .xbg{
	position: relative;
	left: 0em;
	bottom: -64px;
	background: #fff url(../img/design/a4.gif) top left no-repeat;
	/*height: 64px; */
	width: 128px;}

/*--Footer---------------------------------------------------------------------------- */
#footer{
    position:relative;
	z-index: 1;
	border-top: dashed 1px #999999;
	text-align: center;
	background-color:#FFFFFF;
	width:1000px;
	}
.clear{
	clear: both;}
/*--End------------------------------------------------------------------------------- */

