/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

 html, body, #wrapper {
      height:150px;
      margin: 0;
      padding: 0;
	  position:top;
      text-align: left;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 800px;
   }
.table {
	height: 100%;
	width: 800px;
	vertical-align: middle;

}  
 
body{background-color:#000033;}  
body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
}


a{
	color: #ffffff;
	text-decoration: none;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #F11c8b;
	text-decoration: underline;
}
a.eventcoordlogin{
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
}

a.eventcoordlogin:link{
	color: #ffffff;
	text-decoration: none;
}

a.eventcoordlogin:visited{
	color: #ffffff;
	text-decoration: none;
}

a.eventcoordlogin:hover{
	color: #F11c8b;
	text-decoration: underline;
}
a.secLink{
	color: #Ffffff;
	text-decoration: none;
}

a.secLink:link{
	color: #Ffffff;
	text-decoration: none;
}

a.secLink:visited{
	color: #Ffffff;
	text-decoration: none;
}

a.secLink:hover{
	color: #f11c8b;
	text-decoration: underline;
}

a.quotes{
	color: #f11c8b;
	text-decoration: none;
}

a.quotes:link{
	color: #ffffff;
	text-decoration: none;
}

a.quotes:visited{
	color: #f11c8b;
	text-decoration: none;
}

a.quotes:hover{
	color: #Ffffff;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}


h2{
 font-family: Arial,sans-serif;
 font-size: 80%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
font-weight: normal;
 font-size: 11px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #F11c8b;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #F11c8b;
 margin: 0px;
 padding: 0px;
}



ul{
 list-style-type: disc;
color:#F11c8b; 
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0;
	width: 100%;
	
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #23111f;
	border-right: 1px solid #23111f;
	border-bottom: 1px solid #23111f;
}

#headlines{
  float:right;
  position:relative;
	width: 20%;
	border-left: 1px solid #23111f;
	border-bottom: 1px solid #F90686;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/*did have site name here*/

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 2px 0px;
position: center;

border-bottom: 1px solid #F11c8b;
color: #f90686;
background-color:#23111f;
}

#globalNav img{
 display: ;
}

#globalNav a {
	font-size: 90%;
	padding: 0 5px 0 5px;
}
/************* #globalNav styles2 **************/

#globalNav2{
padding: 0px 0px 0px 0px;
float:right;
width:190px;
position: relative;
border-top: 0px solid #F11c8b;
border-bottom: 0px solid #F11c8b;
color: #F11c8b;
background-color:#23111f;
}

#globalNav2 img{
 display: ;
}

#globalNav2 a {
	font-size: 90%;
	padding: 0 5px 0 5px;
}
/************* #globalNav styles3 **************/

#globalNav3{
padding: 0px 0px 0px 0px;
float:left;
width:610px;
position: relative;
border-top: 1px solid #F11c8b;
border-bottom: 1px solid #F11c8b;
color: #F11c8b;
background-color:#23111f;
}

#globalNav3 img{
 display: ;
}

#globalNav3 a {
	font-size: 90%;
	padding: 0 5px 0 5px;
}
/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #F11c8b;
	height: 135px;
	font-size: 100%;
	left: 2px;
	width: 190;
}

#sectionLinks2{
	position: relative;
	margin: 0px;
	padding:0px;
	border-bottom: 0px solid #F11c8b;
	height: 90px;
	font-size: 100%;
	left: 13px;
	width: 180;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 0px solid #F11c8b;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{

}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
