@import "/styles/cssp.css";

/* ------------------------------------------------------------------------------------------ Main Content */

#Content_Center
{
	text-align:					left;
	margin:						0px;
	padding:					0px;
	
}


#Content_List_Left
{
	float:						left;
	width:						40%;
}

#Content_List_Right
{	
	float:						left;
	width:						60%;
}

#Content_List
{
	height:						97px;
	margin:						0px;
}

#Content_List ul
{
	height:						97px;
	margin:						0px;
}

.ips
{
margin-top:30px;
bottom-top:20px;
}

img
{
	display:					inline;
	padding:					0px;
	margin:						0px;
	border:						0px
}

html,body 
{
	height: 100%;
}

body
{
	width:						100%;
	
	border:						0px;
	margin:						0px;
	
	text-align: 				center;

	background-color:			#000000;	
	background-repeat:			repeat-x;
	background-position:		top;
	
	font-size:					small;
	font-family:				arial, sans-serif;
	color:						#000000;
	text-decoration:			none;
	
}

/*	Text Styles		*/

a
{
	color:						#666666;
	text-decoration:			none;
}

a:hover
{
	color:						#E4680B;
	text-decoration:			none;	
}

h1
{
	font-size:					17pt;
	color:						#000000;
	line-height:				26px;
	padding-left:				5px;
	text-align:					left;
}
h2
{
	font-size:					small;
	color:						#000000;
	padding-left:				5px;
	text-align:					left;
	border-bottom-width: 		1px;
	border-bottom-style: 		solid;
	border-bottom-color: 		#CCCCCC;
}
h4
{
	font-size:					small;
	color:						#000000;
	padding-left:				5px;
	text-align:					left;
}
h5
{
	font-size:					small;
	color:						#000000;
	padding-left:				5px;
	text-align:					left;
	border-bottom-width: 		1px;
	border-bottom-style: 		solid;
	border-bottom-color: 		#CCCCCC;
}
UL
{
    LIST-STYLE-POSITION: outside;
    FONT-SIZE: small;
}
LI
{
	FONT-SIZE: small;
}


/* Orange */

.orangeLarger
{
	font-size:					17pt;
	color:						#E4680B;
	line-height:				20px;
}

.orangeLarge
{
	font-size:					16pt;
	color:						#E4680B;
	line-height:				20px;
}

.orangeMedium
{
	font-size:					13pt;
	color:						#E4680B;	
	line-height:				25px;
}

.orangeSmall
{
	font-size:					12pt;
	color:						#E4680B;
	line-height:				20px;
}

.orangeSmaller
{
	font-size:					11pt;
	color:						#E4680B;
	line-height:				20px;
}

/* White */

.whiteLarger
{
	font-size:					17pt;
	color:						#FFFFFF;
	line-height:				20px;
}

.whiteLarge
{
	font-size:					16pt;
	color:						#FFFFFF;
	line-height:				20px;
}

.whiteMedium
{
	font-size:					14pt;
	color:						#FFFFFF;	
	line-height:				20px;
}

.whiteSmall
{
	font-size:					12pt;
	color:						#FFFFFF;
	line-height:				20px;
}

.whiteSmaller
{
	font-size:					11pt;
	color:						#FFFFFF;
	line-height:				20px;
}

/* Blue */

.blueLarger
{
	font-size:					17pt;
	color:						#000000;
	line-height:				20px;
}

.blueLarge
{
	font-size:					16pt;
	color:						#000000;
	line-height:				20px;
}

.blueMedium
{
	font-size:					14pt;
	color:						#000000;	
	line-height:				20px;
}

.blueSmall
{
	font-size:					12pt;
	color:						#000000;
	line-height:				20px;
}

.blueSmaller
{
	font-size:					11pt;
	color:						#000000;
	line-height:				20px;
}
.ClearText
{
	color: #FEFEFE;
}

/* 		*/

#Content_Title
{	
	margin:						30px 0px 0px 0px;    

	line-height:				45px;
	width:						550px;
	
	background-color:			#FFFFFF;
	border-bottom:				1px solid #CCCCCC;
	
}

/* 	Main Content */

#Content_Center p
{
	font-size:					small;
	line-height:				18px;
}

#Content_Center p, #Content_Center h2
{
	padding:					0px 10px 0px 10px;
}

#Content_Center h1
{
	padding:					0px 10px 0px 10px;
}

#Content_Center a
{
	color:						#666666;
	text-decoration:			none;
}

#Content_Center a:hover
{
	color:						#E4680B;
	text-decoration:			none;	
}
