@charset "utf-8";
/* CSS Document */

.joinformselect
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}
.joinformtextarea
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 500;
}
.joinformtextb
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 500;
}
.resourcebutton
{
	background-color: #4E9CD3;
	padding: 5px;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.resourcebutton a:link
{
	text-decoration: none;
	color: #FFFFFF;	
}
.resourcebutton a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.resourcebutton a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
.resourceheading
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
}
.resourceheading a:link
{
	text-decoration: none;
	color: #333333;	
}
.resourceheading a:visited
{
	text-decoration: none;
	color: #333333;
}
.resourceheading a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
h1
{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
}
h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
h3
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
#navcontainer ul li 
{
	display: inline; 
}
.mainbg
{	
	background: url('../../images/bg.png');	
	background-repeat: repeat-x;
	width: 100%;	
}
.banding
{
	background-color: #CCCCCC;	
}
.forumbandinglight
{
	background-color: #E8E8E8;	
}
.forumbandingdark
{
	background-color: #D0D0D0;	
}
.maintext
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}
.maintext a:link
{
	text-decoration: none;
	color: #EE0000;	
}
.maintext a:visited
{
	text-decoration: none;
	color: #EE0000;
}
.maintext a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
.maintextsmaller
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333333;
}
.formtextarea
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 300;
}
.formcetextarea
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 500;
}
.formtext
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}
.loginformtext
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 150px;
}
.button
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}
.prqbutton
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 125px;
}
.main
{
	background-color:#FFFFFF;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-right: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}
.footer
{
	background-color:#334444;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer a:link
{
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover
{
	text-decoration: underline;
	color: #EE0000;
}
.menucontainer
{
	background-color:#334444;
	width: auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	clear: both;
}
.menucontainer a:link
{
	text-decoration: none;
	color: #FFFFFF;
}
.menucontainer a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.menucontainer a:hover
{
	text-decoration: underline;
	color: #EE0000;
}
.menushadow
{
	background: #FFFFFF url('../../images/menushadow.png');
	background-repeat: repeat-x;
	height: 8px;
}
body
{
	margin: 0px;
}
.container 
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.logo
{
  padding-top: 5px;
  margin-right: auto;
}
.atainzlogo
{
	width: 180px;
	height: 80px;
	float: left;
	padding-bottom: 5px;
}