/* v 0.91 */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
background-color: #000; 
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #fff;
font-size: 85%;
}


/* -- General Link Styling -- */

a:link {
color:blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
/* border: 1px solid #967844; */
margin: 14px auto;
background: transparent;
}


#CenterColumn {
color: #fff;
margin: 0 180px 0 180px;    
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

.Liner {
padding: 10px 10px;
}


h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #fff;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
/* border-bottom: 1px solid #8f8fb3; */
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

h4 {
/* font-size: 120%; */
}

.clear {
clear: both;
}


img {
border: 0 solid #ddd;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


