@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/backer.jpg) no-repeat top left #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #767676;
}

a{
	color:#4e738a;
text-decoration:none;}


.twoColFixRt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 252px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(images/sidebar.png); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: no-repeat;
	margin-top: 0px;
}
.twoColFixRt #sidebarInner {

	margin-top:35px;
	margin-left:17px;
	margin-right:25px;
	margin-bottom:20px;

}
.twoColFixRt #sidebar1 #twitter{
margin-top: 120px;
}

.twoColFixRt #menu {
 
		text-align: left;}
		
		
		.twoColFixRt .sideNews {
		font-size: 10px;
}

.twoColFixRt #sidebar1 #sidebarInner .sideNews h3{
padding-bottom: 10px;
padding-top: 10px;}

.twoColFixRt #sidebar1 #sidebarInner .sideNews .sideNewsItems{
padding-bottom: 3px;
padding-top: 3px;
border-bottom: 1px dashed #262024;}
		
		
		
#sidebarInner ul{
		list-style: none;
		display: block;
		margin-left: -30px;
		}
		
	#menu ul li a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		display: block;
		padding-top:2px;
		padding-bottom:2px;
		width : 180px;
		height:20px;
		background-image: url(images/trans.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		margin-bottom: 2px;
		color:#4e738a;
				text-decoration:none;
		}
		
	 #menu ul li a:hover{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		display: block;
		padding-top:2px;
		padding-bottom:2px;
		width : 180px;
		height:20px;
		background-image: url(images/trans.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		margin-bottom: 2px;
		color:#630000;
				text-decoration:none;
		}



.twoColFixRt #mainContentPort { 

	/* margin: 0px 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	padding-left:50px;
	padding-right:20px;}
	
	.twoColFixRt #mainContent #mainInner{
		margin-top:250px;
	}


.twoColFixRt #mainContent { 

	margin: 0px 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	padding-left:50px;
	padding-right:20px;}
	
	.twoColFixRt #mainContent #mainInner{
		margin-top:250px;
	}
	
	
	
	.twoColFixRt #mainContent .headerImg{
	margin-bottom: 50px;
	} 

	
	
	
		.twoColFixRt #mainContentPort #mainInner{
		margin-top:250px;
	}
	
.twoColFixRt #mainContent #mainText{
background-image: url(images/mainTextBack.png);
width: 527px;
}	

.twoColFixRt #mainContent #mainText #mainTextTop{
background-image: url(images/mainTextTop.png);
width: 527px;
height:32px;
}	

.twoColFixRt #mainContent #mainText #mainTextBottom{
background-image: url(images/mainTextBottom.png);
width: 527px;
height: 21px;
}

.twoColFixRt #mainContent #mainText #mainTextInner{
color:#b7b6b6;
padding-left: 20px;
padding-right: 20px;}	

.twoColFixRt .footnote{
padding-top:80px;
	font-size:10px;
}

.twoColFixRt .footnote h3{
font-size:12px;
color:#767676;
margin: 0px 0px 0 0px; 
letter-spacing:normal;
 font-weight: bold;

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 		
		
#modx {
text-align: center;
margin-top: 50px;}

