@charset "utf-8";
/* CSS Document */

body {
	color:#000000;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin-top: 25px;
	background-color: #790000;
}
	   
#wrapper {
	text-align: justify;
	width: 775px;
	background: #DEDEDE;
	border: 0;
	margin: 0 auto;
	color: #000000;
}
#header{
	height: 128px;
	background: #FFFFFF;
	text-align: left;
}

#left {
	float:left;
	width: 775px;
	padding: 0px;
	background: #DEDEDE;
	color: #000000;
	padding-top: 0px;
	background-image: url(../assets/images/horizontal_pattern.gif);
	background-repeat: repeat-x;
	padding-bottom: 0px;
}

#right {
	float:right;
	width: 395px;
	color: #333333;
	padding: 8px;
	background: #DEDEDE;
	background-image: url(../assets/images/horizontal_pattern.gif);
	background-repeat: repeat-x;
}

#footer{
	clear:both;
	height:22px;
	text-align: center;
	background-color: #FFFFFF;
}
#footer p {
	margin-top: 0px;
	font-size: 70%;
	color:#C7455F;
	background: #FFFFFF;
}

p {
	font-size: 90%;
	color: #000000;
}

p2 {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
}
	
#left p{
	font-size: 80%;
	color: #000000;
	line-height: 1.2em;
	text-align: left;
}

#right p {
	font-size: 90%;
	color: #000000;
	line-height:1.2em;
}
h1 {
color: #333333;
font-size: 110%; 
border-bottom: 2px solid #AD3838;
}
h2 {font-size: 105%; color: #CC6666;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #B83D3D;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {
	color:#AD3838;
	font-size: 80%;
}
a:visited {
	color:#993300;
	font-size: 80%;
}
a:active {
	color:#AD3838;
	font-size: 80%;
}
a:hover {
	color:#BB3E3E;
	text-decoration:underline;
	font-size: 80%;
}	


.bold1 {
	font-size: 100%;
	font-weight: bolder;
	color: #990000;
}

.bold2{
	font-size: 100%;
	font-weight: bold;
	color: #990000;
}

.bold3{
	font-size: 100%;
	font-weight: bold;
	color: #990000;
}

.style3 {font-size: 70%}
.style4 {
	font-size: 100%
}

.copyright{
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;