/************************************************************ 
	HTML TAGS  
*************************************************************/
* {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size:  12px;
}

html {}

body {
	background: #FFF;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}

p, td, div, h1, h2, h3, h4
{
	font-family: "Courier New", Courier, monospace;
	/*font-family: 'Lucida Console', Monaco, monospace;*/
	/*font-family: 'MS Sans Serif', Geneva, sans-serif;*/
    /*letter-spacing: 0.5px;*/
    font-size:  12px;
}

b, strong {
    letter-spacing: 1px;
}

h1 {
	padding-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}		
img {
	border: none;
	}
p {
	margin-bottom: 10px ;
	}

/************************************************************ 
	GLOBAL  
*************************************************************/
#outer-wrapper {
    text-align: left;
}

/************************************************************ 
	HEADER
*************************************************************/
#header {
	margin-bottom: 20px;
}

#header-right {
    display: none;
}

/************************************************************ 
	NAVIG
*************************************************************/
#navig {
    display: none;
}

#subnavig {
    display: none;
}

#contentnavig {
    display: none;
}

/************************************************************ 
	CONTENT
*************************************************************/
#content {
	padding: 10px 0;
	width: 700px;
	float: left;
	line-height: 180%;
}


#content. ul {
	margin-left:10px;
	padding-left:4px;
	margin-top:2px;
	list-style-position: inherit;
	list-style-type: disc;
	line-height: 180%;
	}


.horiz-separation {
    clear: both;
	/*background-image: url(/interface/line.gif);*/
	background-repeat: repeat-x;
	height: 1px;
	font-size: 1px;
}

.high {
    margin: 8px 0;
}
 
.content-block {
    margin-top: -2px;
}

#thumbs {
    display: none;    
}


/************************************************************ 
	LEFT
*************************************************************/
#left {
    width: 400px;
    /*float: left;*/
    margin: 10px 0 10px 0;
    font-size: 11px;
}

#left img {
    margin-top: 0px;
    margin-bottom: 4px;
}


/************************************************************ 
	FOOTER
*************************************************************/
#footer {
    display: none;
}


/************************************************************ 
	SITEMAP
*************************************************************/
#sitemap {
    margin-left: -14px;
}

#sitemap ul {
	margin-left:10px;
	padding-left:4px;
	margin-top:2px;
	list-style-position: inherit;
	list-style-type: none;
	line-height: 180%;
}

#sitemap .level0 {
    text-transform: uppercase;
}

#sitemap .level1 {
    text-transform: none;
    margin-bottom: 5px;
}

/************************************************************ 
	ACCESSIBILITY + HELPERS
*************************************************************/
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

.clear {
    clear: both;
}

.zoom {
    display: none;
}

/************************************************************ 
	TABLES
*************************************************************/
td {
    padding-right: 10px;
}


/************************************************************ 
	LINKS
*************************************************************/
a { 
	color: red; 
	text-decoration: underline;
}

a:hover { 
	color: black;
}

.partner a {
    color: black; 
	text-decoration: none;
}
.partner a:hover {
	color: red; 
	text-decoration: underline;
}



/************************************************************ 
	THAT'S IT !
*************************************************************/
