@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: #f2f2f2 left top;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

body#article, body#page, body#friend {
	background: #f2f2f2 repeat-x left top;
}

ul, ol { list-style-type: none; }

a { text-decoration: none;}
a:hover { text-decoration: underline;}


input {
	height:15px; vertical-align: middle; width:100px; font-size:11px; 
}

INPUT:focus {
	border: 2px solid #be0000;
}

td {padding: 10px}
table {font-size: 12px}


#wrapper {
	
	text-align: left;
	width: 100%;
	padding: 0;
}

#redstripe {


height:10px;
background: #be0000;
width:100%;
margin:0px 0px 0px 0px;
}

#whitestripe {


height:120px;
background: #ffffff;
width:100%;
margin-top:0px;

}


#graystripe {


height:40px;
background: #3f3f3f;
width:100%;
margin-top:0px;

}

#graystripe .links {

padding-top:11px;
padding-lefT: 155px;

}

#graystripe .links a {

color:#ffffff;
margin-right: 40px;

}

#lgraystripe {


height:1px;
background: #f2f2f2;
width:100%;
margin-top:0px;

}

#militia {


height:120px;
background: url(militia.jpg) no-repeat #f2f2f2 left top;
width:100%;
margin-top:0px;
overflow:hidden;
width:100%;
height:450px;

}

#logo {
	padding-top:30px;
	text-align: left;
	float: left;
	padding-left: 150px;

}

#txt {

padding-top:0px;
padding-right: 100px;
width: 400px;
float: right;
text-align: justify;
}

#txt h1 {

font-family: arial, helvetica, sans-serif;
font-size: 18px;
color: #333;
margin: 10px 0 0 0 !important;
font-weight: normal;
}


#txt p {

font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #666;

}

#whitetxt {

background-color:#ffffff; 
width: 900px;
height: 400px;
float: left;
margin-left:40px;
margin-top: 10px;
padding:15px;
z-index: 9;
filter:alpha(opacity=90); 
-moz-opacity:.90; /* IE's opacity*/
opacity: 0.90;
font-size:12px;
text-align: justify;

}

#whitetxt .lbox {

padding-left:10px;
padding-right:40px;
float: left;
width: 400px;
height: 390px;
}

#whitetxt .rbox {
float: left;
padding:0px;
width: 350px;
height: 390px;
text-align: left;
}

#footer {
	clear: both;
	text-align: left;
	width: 100%;
	border-top: 1px solid #EAEAEA;
	float: left;
	
}

#footer p {
	font-size: 11px;
	color: #666;
	padding: 15px 0 0 0;
	margin-left: 30px;
}

.pr_container {
	display: table;
	border: 1px solid gray;
	width: 50px;
	height: 4px;
	margin: 2px 5px 0px 0px;
}

.pr_progress {
	background-color: green;
	height: 4px;
}

.intro {
	float: left;
	clear: both;
}

.small {
	padding: 0px;
	font-size: 10px;
}