/* CSS Document */

#content-wrapper {
	width:960px;
	height:2000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:transparent;
	background-image:url(../assets/backing.png);
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#3E3E3E;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#3E3E3E;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#3E3E3E;

	}
	
#content {
	width:960px;
	
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	margin-top: 0;
	background-color:transparent;
	}
	
#content p {
	text-align: justify;
	font-size: 14px;
	line-height:20px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-style:normal;
	color: #858585;
	}
	
	
#content h3 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: normal;
	padding-top:15px;
	padding-bottom:10px;
	font-style: italic;
	text-align:left;
	}



	
#content a:link {
	font-family: Arial, Geneva, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: #CCCCCC;
	}
	
#content a:visited {font-family: Arial, Geneva, Helvetica, sans-serif;font-weight: normal; text-decoration: none; color: #CCCCCC;}	
#content a:visited:hover {font-family: Arial, Geneva, Helvetica, sans-serif;font-weight: normal; text-decoration: underline; color: #99FF33;}
#content a:hover {font-family: Arial, Geneva, Helvetica, sans-serif;text-decoration: underline; color: #99FF33;}
#content a:active {font-family: Arial, Geneva, Helvetica, sans-serif;text-decoration: none; color: #CCCCCC;}

#text {
	width: 550px;
	padding-left:30px;
	padding-bottom:20px;
	margin-left:0;
	margin-bottom:20px;
	}

#text p {
padding-top:15px;
}

#text a:link {
	font-size:14px;
	line-height:22px;
	font-weight: normal; text-decoration: none; color: #CCC;
	}
	
#text a:visited {font-size:14px;font-weight: normal; text-decoration: none; color: #CCC;}	
#text a:visited:hover {font-size:14px;font-weight: normal; text-decoration: underline; color: #004F9D;}
#text a:hover {font-size:14px;text-decoration: underline; color: #004F9D;}
#text a:active {font-size:14px;text-decoration: none; color: #CCC;}
		
.underline {
	text-decoration:underline;
	padding-bottom:1em;
	padding-top:1em;
	}
	
.border {
	border:solid 1px #CCCCCC;
	}
	
/*------------------------------------------------------------------------------*/
/*	-->Table						*/
/*------------------------------------------------------------------------------*/




table {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;

	}
		
table th, td {
	border:1px solid #3E3E3E;
	border-collapse: collapse;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height:20px;
	}

table, td {

	font-size:1.1em;
	color:#999999;
	text-align:center;
	background-color:transparent;
	}

tbody th {

	text-align:center;
	color:#ffffff;
	background-color:#999999;
	line-height:2.0em;
	}


.border {
	border:1px solid #3E3E3E;
	}


#images {
	width:250px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:47px;
	padding-bottom:20px;
	background-color:transparent;
	}
	
	
#images ul{
	list-style-type: none;
	margin-left: 0;
	left: 0;
	padding-left: 0px;
	}
	
#images li {
	display: block;
	padding-left: 0;
	}
	
#images  p{
	font-size:90%;
	font-style:italic;
	color:#E0E0E0;
	}
	
#images img {margin: 2em 0 0 0;
	padding:2px 2px 2px 2px;
}

/* End Content */