body{
	margin:0px 100px;
	padding:30px 200px 50px 40px; /* top right bottom left */
	background-image: url(titlebar/background.gif);
	background-repeat: repeat; 
	background-color: #000000;
}
#container{
	background-color:#000000;
	float:left;
	width:100%;	
	border-left:40px solid #000000; /* The width and color of the left rail */
	border-right:200px solid #000000; /* The width and color of the right rail */
	margin-left:-40px;
	margin-right:-200px;
	color:#FFFFFF;
	display:inline; /* So IE plays nice */
	background-position:right;
}
#containerLeftBorder1{
	background-color:#000000;
	float:left;
	width:100%;	
	border-left:1px solid #D1D2D3; /* The width and color of the left rail */
	border-right:0px solid #D1D2D3; /* The width and color of the right rail */
	margin-left:-39px;
	margin-right:-200px;
	color:#FFFFFF;
	display:inline; /* So IE plays nice */
}
#containerLeftBorder2{
	background-color:#000000;
	float:left;
	width:100%;	
	border-left:1px solid #959698; /* The width and color of the left rail */
	border-right:0px solid #959698; /* The width and color of the right rail */
	margin-left:0px;
	margin-right:-200px;
	color:#FFFFFF;
	display:inline; /* So IE plays nice */
}
#containerLeftBorder3{
	background-color:#000000;
	float:left;
	width:100%;	
	border-left:1px solid #818284; /* The width and color of the left rail */
	border-right:0px solid #818284; /* The width and color of the right rail */
	margin-left:1px;
	margin-right:-200px;
	color:#FFFFFF;
	display:inline; /* So IE plays nice */
	min-width:590px;
}

#containerRightBorder1{
	background-color:#000000;
	float:right;
	width:100%;	
	border-left:0px solid #D1D2D3; /* The width and color of the left rail */
	border-right:3px solid #D1D2D3; /* The width and color of the right rail */
	margin-left:0px;
	margin-right:-235px;
	min-width:590px;	
	color:#FFFFFF;
	display:inline; /* So IE plays nice */
	padding:0px 200px 0px 0px; /* top right bottom left */
}

#leftRail{
	float:left;
	width:40px;
	margin-left:-40px;
	position:relative;
	color:#FFFFFF;
}
#centerHeader{
	float:left;
	width:100%;
	margin-right:-100%;
	color:#FFFFFF;
	margin-left:50px;
	text-align:justify;
}
#centerHeader_main{
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-style: ridge;
	float:left;
	width:100%;
	margin-right:-100%;
	background-color:#E6E6E6; /* lighter grey */
	color:#000000;
	margin-left:50px;
	text-align:justify;
	padding:10px 10px 10px 10px; /* top right bottom left */
}
#center{
	float:left;
	width:100%;
	margin-right:-100%;
	color:#FFFFFF;
}
#rightRail{
	clear:both;
	margin-left:120px;
	margin-right:-200px;
	float:right;
	width:120px;
	position:relative;
	color:#FFFFFF;
	min-width:120px;
	padding:0px 0px 0px 0px; /* top right bottom left */
}
#header{
	background-color:#000000;
	margin-left:-40px;
	margin-right:-200px;
	clear:both;
	color:#FFFFFF;
	background-image:url(titlebar/topborder2.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:19px;
	min-width:830px;
}
#footer{
	background-color:#000000;
	margin-left:-40px;
	margin-right:-200px;
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	background-image:url(titlebar/bottomborder2.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:20px;
	min-width:830px;
}
h2{
	margin:0;
	padding:5px;
	color:#FFFFFF;
	text-align:center;
}
#center h2{
	background-color:#000000;
	color:#FFFFFF;
}
* html .minwidthRR {
	border-right:120px solid #000000;
}
* html .containerIERR {
	margin-right:-120px;
	position:relative;
}
/*\*/
* html .minwidthRR, * html .containerIERR {
	height: 1px;
}
/**/
* html .minwidthHF {
	border-left:830px solid #000000;
}
* html .containerIEHF {
	margin-left:-830px;
	position:relative;
}
/*\*/
* html .minwidthHF, * html .containerIEHF {
	height: 1px;
}
/**/
* html .minwidth {
	border-left:590px solid #000000;
}
* html .containerIE {
	margin-left:-590px;
	position:relative;
}
/*\*/
* html .minwidth, * html .containerIE {
	height: 1px;
}
/**/
.menu{
	list-style-type:none;
	border:1px solid #000000;
	margin:5px;
	padding:5px;
	color:#FFFFFF;
}
#leftRail h2{
	background-color:#000000;
}
#rightRail fieldset{
	border:1px solid #000000;
	margin:5px;
	padding:5px;
}
.article{
	border:2px solid #000000;
	margin:5px;
	padding-top:0px;
	overflow:hidden;
	padding-left:102px;
	color:#FFFFFF;
	text-align:justify;
}
* html .article{
	height:1%; /* So IE plays nice */
}
.article p{
	margin:0px;
	color:#FFFFFF;
	text-align:justify;
}
.article h3{
	background-color:#000000;
	margin:0px -5px 0px -102px;
	padding:5px;
	border-bottom:2px solid #000000;
	color:#FFFFFF;
}
.articleContainer{
	width:100%;
	border-left:102px solid #000000;
	margin-left:-102px;
	background-color:#000000;
	display:inline;
	float:left;
}
.articleContent{
	width:100%;
	float:right;
	border-left:2px solid #000000;
	margin-left:-2px;
	position:relative;
	text-align:justify;
}
.articleContent p{
	padding:25px;
}
.articleRail{
	float:left;
	width:100px;
	margin-left:-102px;
	border-right:2px solid #000000;
	position:relative;
	background-color:#000000;
}
body,td,th {
	font-family: "Century Gothic";
	color: #FFFFFF;
}
A:link {text-decoration:none; color:#808080}
A:visited {text-decoration:none;color:#808080}
A:active {text-decoration:none;color:#808080}
A:hover {text-decoration:underline;color:#808080;}