/* mac hide */
html, body {height:100%}
/* end hide \*/
* {margin:0;padding:0}

html {overflow-y: scroll; overflow-x: hidden;} /* prevents unecessary horizontal scrollbar in IE */

a {outline: none;} /* kills mozilla link outlines */

body {
	width: 100%;
	background-color: #cccccc;
	color: #000000;
}

#outer{
	min-height:100%;
	margin:0;
	color: #000000;
	text-align:left;
	position:relative;
	background:#cccccc;
}
 
* html #outer{
	height:99.9%;
	background:#cccccc;
}
 
#header{
	height:28px;
	background:#cccccc;
	position:relative;
	z-index: 2;
}

* html #header{height:28px}

#right {
	position:relative;/*ie needs this to show float */
	width:164px;
	float:right;
	color:#fff;
}

#left {
	position:relative;/*ie needs this to show float */
	color:#000;
	margin-right:164px;
}

#inner-left{
	width:90%;
	float:left;
}

* html #inner-left {overflow:hidden;}

#left p {padding:2px}

#footer {
	width:100%;
	clear:both;
	height:10px;
	background-color: #cccccc;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}

* html #footer {/*only ie gets this style*/
	\height:10px;/* for ie5 */
	he\ight:10px;/* for ie6 */
	margin-bottom:-1px;
}

h1,h2,h3,h4,p  {margin:0 0 1em 0}

h1 {color:#993333;
	height: 100%;
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	line-height: 20px;
	word-spacing: 2px;
	letter-spacing: 2.5px
}

h2 {color:#666;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	word-spacing: 2px;
	line-spacing: 1px;	
}

h3 {color:#000;
	height: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;	
}

#clearfooter {width:100%;height:10px;clear:both} /* to clear footer */

/*NAVIGATION*/

.nav {
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 28px;
	position: relative;
	top: 4px;
	left: 11px;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav li {
    padding-right: 3px;
    list-style-type: none;
	float: left;
}

.nav a {
	text-align: center;
	height: 28px;
	width: 84px;
	text-decoration: none;
	display: block;
	background-image: url(innactivetab.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
}

.nav a:hover {
	display: block;
	text-align: center;
	height: 28px;
	width: 84px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	line-height: 28px;
}

.nav a:active, .nav a.active {
	display: block;
	text-align: center;
	height: 28px;
	width: 84px;
	text-decoration: none;
	display: block;
	background-image: url(activetab.gif); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 28px;
}

/*END NAVIGATION*/


/*LEFT COLUMN CONTENT*/

.dialog {
 width:100%;
 margin:0px auto;
 color:#993333;
 height: 100%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 22px;
 text-decoration: none;
}

.dialog a {color:#666666; text-decoration: none}

.dialog .hd .c {
 height:17px;
}

.dialog .ft .c {
 height:22px;
}

.dialog .hd {
 background:transparent url(header.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(toprightcorner.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(body.gif) repeat-y 0px 0px;
 z-index: 3;
}

.dialog .bd .c {
 background:transparent url(rightspan.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 padding:1em; padding-left:2em
}

.dialog .ft {
 background:transparent url(footer.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(bottomrightcorner.gif) no-repeat right 0px;
}


/*END LEFT COLUMN CONTENT*/
