body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(ltd-bg2.jpg) no-repeat scroll center top;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link, a:visited {
	color:#00CC00;
	text-decoration:none;
}
a:focus, a:hover {
color: #FF9C25;
text-decoration:none;
}
h1 {
letter-spacing: 2px;
margin: 0px 0px 12px;
}
h2 {
margin: 0px 0px 12px;
}
h3 {
margin: 0px 0px 12px;
}
h4 {
margin: 0px 0px 12px;
}
p {
	margin: 0px 0px 12px;
	font-size: 13px;
}
ul {
list-style-type: square;
margin:0 0 12px;
}
li {
margin:0 0 6px;
}

/* News
================================================*/
.news {
	border: 1px solid #F3F4E6;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

/* Display
================================================*/
.picborder {
	border: 2px solid #000000;
}

/* Text
================================================*/
.bigger {
font-size: 130%;
}
.asterick {
	font-size: 11px;
	color: #666666;
}
.smaller {
font-size: 11px;
}
.highlight {
	font-style: italic;
	color: #FF9900;
	font-weight: bold;
	font-size: 130%;
}
.highlight-b {
	font-style: italic;
	color: #FF3333;
	font-weight: bold;
	font-size: 120%;
}

/* Table
================================================*/
caption {
font-weight: bold;
text-align: left;
}
.datatable {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.datatable td {
border-top: 0px solid #5E5E93;
border-right: 1px solid #8F8EB7;
border-bottom: 1px solid #7574A6;
border-left: 0px solid #5E5E93;
}
th {
color: #FFFFFF;
background-color: #021D4C;
font-weight: normal;
}


/* layout2
================================================*/
#wrap {
	padding-top:260px;
}

#innerc { 
	margin-top:260px;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #000000;*/
} 
#left {
float:left; 
width:140px;
}
#right {
float:right; 
width:600px;
}
#footer {
	font-size: 11px;
	padding: 12px 0px;
}

/* Nav
================================================*/
#nav {
background-image: url(/i/nav-bg.jpg);
background-repeat: repeat-y;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #ccc;
border-right-color: #ccc;
border-bottom-color: #ccc;
border-left-color: #ccc;
margin: 0px 0px 24px;
padding: 0px;
}
#nav ul {
list-style-type:none;
margin: 0px;
padding: 0px;
}
#nav li {
margin:0px;
padding: 0px;
}

#nav a:link, #nav a:visited {
display:block;
font-size: 12px;
padding: 3px 3px 3px 15px;
border-top: 0px solid #CCCCCC;
border-right: 0px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 0px solid #CCCCCC;
margin: 0px;
font-weight: bold;
/*color: #585781;*/
}
#nav a:hover , #nav a:active, #nav .sel a:link, #nav .sel a:visited {
/*color: #FF9C25;*/
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
background-image: url(/i/nav-hover.jpg);
}
