/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.3 (Nov 28, 2005)

Screen layout: */

body{
	margin:0 auto;
	padding:0;
	color:#303030;
	background-color: #FFFFFF;
	background-image: url(images/backer.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
}

#wrap{
	background:#ffffff;
	color:#303030;
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}

#frontphoto{
margin:0 0 10px 0;
border:0;
}

#menu{
	clear:left;
	float:left;
	width:180px;
	padding:0;
	font-size:0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#menu ul{
	list-style:none;
	width:170px;
	margin:0 0 20px 0;
	padding:0;
	font-size:1.1em;
}	

#menu li{
	margin-bottom:4px;
}

#menu li a{
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:6px 0 0 10px;
	background-color: #ad3110;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #6b0808;
}	
	
#menu li a:hover{
	color:#6b0808;
	background-color: #E0E0E0;
}
#menu li a.active{
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E0E0E0;
	color: #6b0808;
}
.leftSide{
	width:170px;
	line-height:1.3em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border: 1px solid #f0f0f0;
}
.purple{
	color: #ad057f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #238aff;
}
.red{
	color: #FF0000;
	font-size: 18px;
	background-color: #666666;
	padding: 4px;
}
.orange{
	color: #FF9900;
	font-size: 18px;
	background-color: #666666;
	padding: 4px;
}
.yellow{
	color: #FFFF00;
	font-size: 18px;
	background-color: #666666;
	padding: 4px;
}
.green {
	color: #00CC33;
	font-size: 18px;
	background-color: #666666;
	padding: 4px;
}
.blu{
	color: #00CCFF;
	font-size: 18px;
	background-color: #666666;
	padding: 4px;
}
.violet{
	color: #CA00CA;
	font-size: 18px;
	background-color: #666666;
	padding: 4px;
}
#extras{
float:right;
width:120px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
line-height:1.5em;
}

#extras p{
margin:0 0 1.5em 0;
}

#content{
	line-height:1.6em;
	text-align:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-left-color: #f0f0f0;
}

#content h1{
	font-size:18px;
	text-align: center;
	color: #990000;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
#content h2{
	font-size:16px;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
#content img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}
.list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 6px;
	letter-spacing: .2em;
}

h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
	text-decoration:underline;
}

a:hover{
text-decoration:underline;
color:#286ea0;
}

a img{
border:0;
}

#footer{
	clear:both;
	margin:0 auto;
	padding:10px 0 20px 0;
	border-top:4px solid #f0f0f0;
	width:760px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}
.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}
.NoBorder {
	border-style: none;
}
.pull {
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-style: italic;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ab2f6e;
	font-size: 13px;
}
.order{
	padding-left: 130px;
}
.center{
	text-align:center;
	margin-left: 130px;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}

