@charset "utf-8";
body{
	color: #00ffff;
	background-repeat: repeat-x;
	background-color: #1c1c2c;
	text-align: center;/*needed to center divs in Internet Explorer*/	padding: 0 2em;
}
a:link {
	color: #ff0000;
	text-decoration: underline;
}
a:active 
{
	color: #ff0000;
	text-decoration: underline; 
}
a:visited
{
	color: #ff0000;
	text-decoration: underline;
}
a:hover
{
	color: #009999;
	text-decoration: underline;
}
#page 
{
	margin: 2em auto;/*adds 2em to the top of the page and aligns center for Firefox*/
	z-index: 2;
	width: 900px;
	background-color: #000;
}
#header
{
	position: relative;
	z-index: 3;
	width: 900px;
	height: 100px;
	/*background-image: url(banner01.png);*/
	/*background-repeat: no-repeat;*/
	/*background-color: #003366;*/
	text-align: left;
}
#header .tag
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
}
#header .tag .white
{
	color: #ffffff;
	font-weight: bold;
}
#header .banner
{
	position: absolute;
	right: 0;
	width: 700px;
	height: 100px;
	background-image: url(BrokenAllianceBanner.PNG);
	background-repeat: no-repeat;
}
#divhor
{
	position: relative;
	z-index: 4;
	width: 900px;
	height: 25px;
	background-image: url(horizontalbar.PNG);
	background-repeat: no-repeat;
}

#insideContent
{
	width: 900px;
	position: relative;
	z-index: 5;
	display: flex;/*Seems to allow for the vert divider going work on short primary pages.*/
	text-align: left;/*aligns all text correctly within the content, primary, and secondary. This is to correct the text align center from body*/
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
}

#sidebar01
{
	position: relative;
	width: 150px;
	z-index: 6;
	float: left;
	background-color: #000000;
}
#sidebar01 .heading
{
	font-weight: bold;
	margin-top: 1em;
}
#sidebar01 .main
{
	position: relative;
	width: 135px;
	height: 23px;
	background-image: url(pics/links/news1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .main:hover
{
	background-image: url(pics/links/news2.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .bm
{
	position: relative;
	width: 135px;
	height: 37px;
	background-image: url(pics/links/about1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .bm:hover
{
	background-image: url(pics/links/about2.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .downloads
{
	position: relative;
	width: 135px;
	height: 23px;
	background-image: url(pics/links/downloads1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .downloads:hover
{
	background-image: url(pics/links/downloads2.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .videos
{
	position: relative;
	width: 135px;
	height: 23px;
	background-image: url(pics/links/vids1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .videos:hover
{
	background-image: url(pics/links/vids2.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .creation
{
	position: relative;
	width: 135px;
	height: 37px;
	background-image: url(pics/links/creation1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .creation:hover
{
	background-image: url(pics/links/creation2.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .forum
{
	position: relative;
	width: 135px;
	height: 23px;
	background-image: url(pics/links/forum1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .forum:hover
{
	background-image: url(pics/links/forum2.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .faq
{
	position: relative;
	width: 135px;
	height: 23px;
	background-image: url(pics/links/faqs1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .faq:hover
{
	background-image: url(pics/links/faqs2.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .poll
{
	position: relative;
	width: 135px;
	height: 23px;
	background-image: url(pics/links/poll1.PNG);
	background-repeat: no-repeat;
}
#sidebar01 .poll:hover
{
	background-image: url(pics/links/poll2.PNG);
	background-repeat: no-repeat;
}

#primary01
{
	position: relative;
	z-index: 7;
	float: right;
	width: 738px;
	padding: 0px 0px 0px 12px;
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(vertbar.PNG);
}
#primary01 .meta
{
	font-weight: bold;
	margin-top: 1em;
}
#primary01 hr
{
	border-bottom: 3px solid #0000ff;
	border-color: #0000ff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#primary01 .word
{
	width: 550px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: auto;
}
#primary01 .word .title
{
	color: #999999;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
}
#primary01 .word .orange
{
	color: #ffa500;
	font-weight: bold;
}
#primary01 .word .purple
{
	color: #800080;
	font-weight: bold;
}

#footer
{
	position: relative;
	z-index: 8;
	clear: both;
	width: 900px;
	background-color: #000000;
	text-align: left;
	overflow: auto;
}
#footer .copyright
{
	position: relative;
	float: left;
	width: 750px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000000;
}
#footer .official
{
	position: relative;
	float: right;
	width: 150px;
	color: #FFF;
	background-color: #000000;
}

.centerIMG
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centerTXT
{
	text-align: center;
}
.centerTABL
{
	margin-left: auto;
	margin-right: auto;
}