/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body{
	text-align: center;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	background-color: #FFFFFF;
	/*background-image: url(../images/bg.gif);
	background-repeat: repeat-x;*/
}

#skip-navigation{
	
}

#wrap{
	width: 782px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
	border: 0px solid #758ca7;
	padding: 1px;
	padding-left: 12px;
}
* html #wrap {  /* This is the Tan hack */
	width: 784px; 
	w\idth: 782px; 
	}

#header{
	padding-left:0px;
	position: relative;
}


#centerc{
	width:542px;
	display: inline;
	float:left;
	margin-left:200px;
	padding-left: 25px;
	padding-right: 15px;
}
* html #centerc {  /* This is the Tan hack */
	width: 582px; 
	w\idth: 542px; 
	}

#leftc{
	width: 200px;
	float: left;
	margin-left: -782px;
}

#foot{
	clear: both;
	/*background-image: url(../images/bg-footer.gif);*/
	margin-top: 10px;
	border-top: 1px solid #999999;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{
}

#navigation{
	/*background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;*/
	float: left;
	padding-bottom: 20px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style: none;
}
#navigation ul li
{
	padding: 0;
	margin: 0px; 
	display: inline;
}
#navigation ul li a, #navigation ul li a:visited
{
    float: left; 
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 5px;
	border-left: 1px solid #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	list-style: none;	
}
#menu ul li
{
	padding: 0; 
	margin: 0; 
}

#menu ul li a, #menu ul li a:visited
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	border-bottom: 1px solid #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	/*width avoids extra whitespace in ie5-6*/
	width: 185px;
}
* html #menu ul li a {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 185px; 
	}

.menu_header
{
	display: block;  
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 15px;	
	padding-right: 0px;	
	border-bottom: 1px solid #666666;
	text-decoration: none;	
	font-weight: bold;	
	background-repeat: no-repeat;
	/*width avoids extra whitespace in ie5-6*/
	width: 185px;
}
* html .menu_header {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 185px; 
	}

#menu_button {
	width: 174px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

#submenu ul
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;	
}
#submenu ul li
{
	padding: 0; 
	margin: 0; 
}

#submenu ul li a, #submenu ul li a:visited
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
	border-bottom: 1px solid #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	/*width avoids extra whitespace in ie5-6*/
	width: 170px;
}
* html #submenu {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 170px; 
	}


/** ------------------------------------------------------ **/
/** ------------------- higlights boxes------------------- **/

div.miniadvertatop {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	/*background-image: url(../images/menu-adverta.gif);
	background-repeat:no-repeat;
	background-color:#333366;*/
}

div.miniadverta {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
}

div.miniadverta a , div.miniadverta a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
div.miniadverta a:hover, div.miniadverta a:active {
	color:#0000FF;
}
div.miniadvertbtop {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	/*background-image: url(../images/menu-advertb.gif);
	background-repeat:no-repeat;
	background-color:#33CCCC;*/
}
div.miniadvertb {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: normal;
}

div.miniadvertb a , div.miniadvertb a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
div.miniadvertb a:hover, div.miniadvertb a:active {
	color: #0000FF;
}


/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/

#footercopyright
{
    float: left;
}
#footercopyright ul
{
    list-style: none; 
    margin: 0;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
    white-space: nowrap;
	position: absolute;
}
#footercopyright ul li
{
	margin: 0; 
	display: inline;
	padding-right: 11px;
	color: #FFFFFF;
	font-size: 0.9em;
}
#footercopyright ul li a
{		
	color: #FFFFFF;
	text-decoration: underline;
}
#footercopyright ul li a:hover, #footercopyright ul li a:active, #footercopyright ul li a:focus
{	
    text-decoration: underline;
	color: #0000FF;
}
#footernav
{
    float: right;
}
#footernav ul
{
    list-style: none; 
    margin: 0;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
    white-space: nowrap;
}
#footernav ul li
{
	margin: 0; 
	display: inline;
	padding-right: 11px;
	color: #FFFFFF;
	font-size: 0.9em;
}
#footernav ul li a
{		
	color: #FFFFFF;
	text-decoration: underline;
}
#footernav ul li a:hover, #footernav ul li a:active, #footernav ul li a:focus
{	
    text-decoration: underline;
	color: #0000FF;
}

#validated {
	padding-top:5px;
	clear:both;
}
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

h1, .h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em; 
}

h2, .h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em; 
}

h3, .h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em; 
}

caption {
	text-align: left;
	font-weight: normal;
}
th {
	text-align: left;
	font-weight: bold;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin: 0px;
}

/** ------------------------------------------------------ **/
/** ------------------- bespoke ------------------------- **/

img.ImgFloatRight {
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #333366;
	float: right;
}
img.ImgFloatLeft {
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #333366;
	float: left;
}
img.ImgFloatNone {
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #333366;
}

img.ImgEntprLogo {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/** -- Sigtvillage sponsors --**/ 
#sponsorsouter {
	clear:both;
	text-align: center;
	border: 1px dotted #CCCCCC;
	}
#sponsorsinner {
	text-align: center;
	width:  400px;
	}
div.sponsorsFloatLeft {
	clear: both;
	float: left;
	padding-right: 10px;
	}
div.sponsorsFloatLeftWithWidth {
	float: left;
	padding-right: 10px  ;
	width: 280px;
	}
div.sponsorsCenter {
	clear: both;
	text-align: center;
	} 
#registernow {
	clear:both;
	text-align: center;
	padding-top: 5px;
}

/** -- Non-table divs --**/ 
div.TableReplaceRow {
  clear: both;
  padding-top: 5px;
  }
div.TableReplaceRow span.TableReplacelabel {
  float: left;
  width: 170px;
  text-align: left;
  }
  div.TableReplaceRow span.TableReplacelabelShort {
  float: left;
  width: 80px;
  text-align: left;
  }
div.TableReplaceRow span.TableReplacedata {
  float: left;
  text-align: left;
  } 
div.TableReplaceRow span.TableReplaceleft {
  float: left;
  text-align: left;
  } 
div.TableReplaceRow span.TableReplaceRight {
  float: right;
  text-align: right;
  } 
.ULNoBullets {
	list-style: none; 
    margin: 0;
	padding: 0;
}
.clearboth {
	clear: both;
}