html {
	background-color: #000000;
	color:white;
	font-size: 1.3em;
}

i, cite, em,
var, address    { font-style: italic }

div.yui-b p {

    margin: 0 0 .5em 0;
    color: #999;

}

div.yui-b p strong {

    font-weight: bold;
    color: #000;

}

div.yui-b p em {

    color: #000;

}            

h1 {
    font-weight: bold;
	font-variant: small-caps;
    color: yellow;
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-weight: bold;
	font-variant: small-caps;
    color: yellow;
    font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-weight: bold;
	font-variant: small-caps;
    color: yellow;
    font-size: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h4 {
    font-weight: bold;
	font-variant: small-caps;
    color: yellow;
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.dynamicText
{
    font-size: 1.2em;
}

.callout 
{
    font-weight: bold;
    color: yellow;
    font-size: 1.3em;
    display: inline;
}

.highlight 
{
	margin: .83em 0;
    font-weight: bold;
    color: yellow;
    font-size: 1.17em;
    display: inline;
}
.motd 
{
    font-weight: bold;	
	text-align: center;
    color: yellow;
    font-size: 1.5em;
    display: block;
    padding-left: .5em;
    padding-right: .5em;
}

.textBox {
	color: white;
    font-weight: bold;	
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1.2em;
}

a { color: white;  }

#mymenubar {

    margin: 0 0 10px 0;

}


.mainContentBox {
	background-color: black;
	padding-left: 88px;
	padding-right: 88px;
	padding-top: 3px;
    padding-bottom:15px;
    background-image: url("/media/images/ExileBackground2a.jpg");
    background-position: center top;
}

#ft {
background-color: black;
clear:both;
display:block;
font-size:.9em;
padding-top:15px;
padding-bottom:15px;
border-top:solid;
border-top-color:#FFFFFF;
border-top-width:1px;
text-align:center;
width:100%;
color: white;
}

.minus, .star {
	margin-left: 2em;
    padding-bottom: 1em;
}

.radeox {
	font-size:1.2em;
}

.paragraph {
	margin-top: 0.75em;
}

p {
	margin-bottom: 0.25em;
}


.minus li {
	display: list-item;
	list-style-image: url(/media/images/eXileBullet.gif);
}

.star li {
	list-style: circle;
	display: list-item;
}

strong, .bold {
	color: yellow;
}

.code {
 font-family: "Courier New", Courier, monospace;
}

ul.cnav {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	border-bottom: 1px solid #000;
	float: left;
	width: 100%;
}

ul.cnav li {
	float: left;
	width: 7em;
	display: block;
	border: 1px solid #000;
	border-bottom: none;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
}

ul.cnav a {
	text-decoration: none;
}

.active {
	background-color: #000000;
	color: black;
}

.inactive {
	background-color: #003300;
	color: white;
}

ul#vnav { 
	padding-left: 0;
	margin-left: 0; 
	list-style-type: none;
}

#vnav a {
	color: white;
	font-size: 1.3em;
	font-variant: small-caps;
	text-decoration: none;
	border: 1px dashed #999;
	padding: 7px 5px;
	display: block;
}

.partnerTable td,th{
   padding: 5px; 
   background-color: #000000;
}


.parterPortraitImage> img { 
   max-width:250px; 
}

.partnerDescription { 
   width:100%; 
   font-size: 1.1em;
	vertical-align:top;
   text-align: left;
   padding-left: 5px;
   padding-bottom: 1em;
}

.partnerDescription p { 
   padding-bottom: 1em;
}

.partnerDescription li {
   display: list-item;
   list-style-image: url(/media/images/eXileBullet.gif);
   margin-left: 2em;
   padding-bottom: .5em;
}

