/* CSS Document */
/* OVERALL CONTROLS */
body	{
font-size:10px;
font-family:Arial;
text-align:center;

}

/* MAIN DIV PLACEMENT  /////////////////////////////////////////*/
#Main 	{
	position:relative;

	width:950px; 
/*	max-width:950px; */
	min-width:750px;

/*	width:100%; */
	top:10px;
/*
	left:50%;
	margin-left:-450px;
*/	
	margin:0% auto;
	text-align:left;
	border: solid 1px #CCCCCC;
}	
/* WITHIN TOP BAND  /////////////////////////////////////////*/
/* RIGHT CONTENTS  /////////////////////////////////////////*/
#Right_Content	{
	position:relative;
	top:0px;
	left:0px;
	height:1870px;
	max-width:950px;
	width:100%;
	min-width:748px;
	padding:0px;
}

#TopBand	{
	position:relative;
	top:0px;
	width:100%;
	height:50px;
	background-image: url(../Images/Top_Band_Back.png);
	
}
img.Logo	{
	position:relative;
	top:0px;
	left:0px;
}

/* MAIN BUTTONS BANNER  /////////////////////////////////////////*/
#Main_Button_Banner	{
	position:relative;
	top:0px;
	height:30px;
	width:100%;
	background-image:url(../Images/Top_Button_Back.jpg);
	
}
td.Main_Buttons	{
font-family:Arial;
	text-align:center;

	color: #FFFFFF;
	width:20%;
}
td.Main_Buttons_Div	{
	width:20px;
	background-image: url(../Images/Top_Button_Div.png);
}

table.Main_Buttons	{
	width:100%;
	height:100%;
	background-image: url(../Images/Top_Button_Back.jpg);

}
#Main_Button_Pos	{
	position: relative;
	margin:0% auto;
	width:20%;
	height:29px;
	text-align:center;
}
.LinkAlign	{
	position:relative;
	top:6px;
}

.ChangeMain	{
	background-repeat:no-repeat;
	display:block;
}
.Change {
	background-position:top;
}
.Checked {
	background-position:bottom;
}
.Change:hover {
	background-position:bottom;
}
.MainButton {
	background-image: url(../Images/Top_Button_Over2.png);
	height:29px;
	width:185px;
}
.IconTxt	{
	position:relative;
	top:80px;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}
.Icon	{
position:absolute; 
width:100px; 
cursor: pointer;
text-align:center;
text-decoration:none;

}
	
/* SUB BUTTONS BANNER  /////////////////////////////////////////*/
#Sub_Button_Banner	{
	position:relative;
	top:0px;
	height:20px;
	width:100%;
}
table.Sub_Buttons	{
	width:100%;
	height:100%;
	font-size:11px;
	background-image:url(../Images/Middle_Button_Back.jpg);

}

/* GENERAL CLASSES  /////////////////////////////////////////*/
ul 	{
	position:relative;
	left:-15px;
	list-style-image:url(../Images/User_Control_Button.png);
}
li	{
	padding-bottom:10px;
	font-size:10px;
	margin-right:10px;
}
p {
	font-size:12px;

}
a img	{
	border:0px;
}
img.ImgMainWidth {
	max-width:941px; 
	width:100%; 
	min-width:741px;
}
/* Links //////////////////////////////////////////*/
a.White {
	text-decoration:none;
	color: #FFFFFF;
	font-size:14px;
}
a:hover.White	{
	color: #FF6600 ;
}
a.Black	{
	text-decoration:none;
	color: #000000;
	font-size:12px;
}
a:hover.Black	{
	color: #FF6600;
}
a.Standard	{
	text-decoration:none;
	color: #000000;
	font-size:13px;
}
a:hover.Standard	{
	color: #000000;
}


a.Blue	{
	text-decoration:none;
	color: #6600FF;
}
a:hover.Blue	{
	text-decoration:none;
	color: #FF6600;
}
/* Other */
.Border	{
	border: 1px solid #CCCCCC;
}
td.Standard	{
	padding:2px;
}
.WhiteText	{
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
}
/* USER CONTROLS RIGHT  /////////////////////////////////////////*/
#User_Controls	{
	position:absolute;
	top:2px;
	right:1px;
	height:20px;
	width:300px;
	
}
table.User_Controls	{
	height:100%;
	width:100%;
}
td.User_Controls	{
	width:100px;
	font-size:11px;
	text-align:center;
}
/* BELOW USER CONTROLS  /////////////////////////////////////////*/
#Below_User_Controls	{
	position:absolute;
	top:30px;
	right:-100px;
	height:36px;
	width:500px;
}

/* NAVIGATION LEFT /////////////////////////////////////////*/

#Left_Navigation	{
	position:absolute;
	top:200px;
	
	height:1800px;
	width:80px;
	padding:2px;
	border:solid 1px #CCCCCC;
}
.Left_Navigation	{
font-size:11px;
}
a.Left_Navigation	{
text-decoration:none;
}
a.hover.Left_Navigation	{
	color:#666666;
}


