/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #000000;
	background-image: url(img/wllppr.jpg);
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #66CCFF;
	
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

.stripes {
	height: 5px;
	background-color: #333;
	background-image: url(img/stripe.gif);
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}


h1 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFF00;
}


h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}


/* header */
.header {
	font: normal 2em sans-serif;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 158px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}

/* structure */
.container {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 950px;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.main {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	height: auto;
	padding-left: 60px;
	padding-right: 65px;
}

.title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;

}


/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

body {
 background-color: #333333;
}
a {
	text-decoration: none;
}
.notSoWide {
 font-family: "Times New Roman", Times, serif;
 font-size: 0.8em;
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 width: 400px;
 margin-bottom: 25px;
}
.wider {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 padding: 10px;
 background-color: #fff;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 width: 600px;
 margin-bottom: 25px;
}
.widest {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	width: 780px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-style: normal;
	border: medium solid #000000;
}
.table {
	border: 1px none #f00;
}
.table .th {
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #f00;
}
.table .tr:nth-child(odd) {
 background-color: #FFFFFF;
 
}
.table .td {
	float: left;
	width: 32%;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 4px;
	background-color: #FFFFFF;
}


.box {
	height: 200px;
	width: 350px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	border: thin solid #000000;

}

.box2 {
	height: 200px;
	width: 350px;
	float: left;
	clear: right;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	border: thin solid #000000;

}

.box3 {
	height: 200px;
	width: 350px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	border: thin solid #000000;

}

.box4 {
	height: 200px;
	width: 350px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px;
	margin: 10px;
	border: thin solid #000000;

}

.box5 {
	height: auto;
	width: auto;
	float: none;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;

}
