/*Antagonist v.2 CSS*/

body {
background: #000000;
font-size: small;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, "SunSans-Regular", sans-serif;
	}
	
a:link { 
	color: #006091;
	text-decoration: none;
	}
	
a:visited { 
	color: #999999;
	text-decoration: none;
	}
	
.main {
	table-layout: fixed;
	width: 686px;
	border: none;
	border-spacing: 2px;
	padding: px;
	background: #ffffff;
	height: 104%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: small;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,"SunSans-Regular",sans-serif;
	}

.1 {
	height: 152px;
	font-size: x-small;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,"SunSans-Regular",sans-serif;
	}

.2 {
	height: 20px;
	font-size: x-small;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,"SunSans-Regular",sans-serif;
	}

.3 {
	height: 65%;
	font-size: x-small;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,"SunSans-Regular", sans-serif;
	}
	
.standard {
	align: center;
	vertical-align: middle;
	}
	
/*Vertical Accordions*/
.accordion_toggle {
	display: block;
	height: 30px;
	background: #ffffff;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-size: small;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,"SunSans-Regular",sans-serif;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	color: #000000;
	cursor: pointer;
	margin: auto;
	}
	
.accordion_toggle_active {
	background: #000000;
	color: #ffffff;
	}
	
.accordion_content {
	background-color: #ffffff;
	color: #000000;
	width: 85%;
	margin: auto;
	overflow: hidden;
	padding: 5px;}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
	font-size: x-small;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,"SunSans-Regular",sans-serif;
	}
.accordion_content p {
	font-size: x-small;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,"SunSans-Regular",sans-serif;
	}
	
/* Container styling*/

#vertical_container {
	width: 650px;
	margin: auto;
}

