body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../img/page_bg.gif);
	background-repeat: no-repeat;
	width:742px;
	height:100%;
	text-decoration: none;
	color: #990066;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7E7C7D;

}
p{
color: #990066;
}

#nav {
	width: 200px;
	float: left;
	margin-left: -1px;
	margin-top: 30px;
	padding-top: 0px;
	padding-left: 0px;
	height:100%;
	background-image:none;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10000;
	left: 0px;
	top: 300px;
}
#nav li{
	list-style-type: none;
}

#nav a{
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover{

}
#csp_logo{
	float: left;

}
#pdflink{
	position: absolute;
left: 470px;
	top: 100px;
}
#csp_headline{
	float: right;
	position: relative;
	top: 0px;	
}
#content {
	padding-left: 20px;
	padding-right: 50px;
	height:100%;
	width:400px;
	min-height:462px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 190px;
	left: 285px;
	color: #990066;
	
	}
	#content p{

	color: #990066;
	
	}

#header {
	background-color: #fff;
	color: #006;
	margin-bottom: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 120px;
	}
#rolloverloc{
	position: absolute;
	left: 592px;
	top: 0px;	
	}
	
#g2g_logo{
position: absolute;
	left: 190px;
	top: 0px;
}
#pageimg{
	position: absolute;
	left: 0px;
	top: 25px;
	width:225px;
	text-align: right;
	vertical-align:bottom;	
	
}

.g2gpng{
width:196px;height:117px;display:inline-block;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tpl/img/g2g_logo.png');
}

#footer {
	color: #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7E7C7D;
	}

.menuimg{
	margin: 0px;
	padding: 0px;
}
.spacer {
	clear: both;
	}
	


dd, dt {
	
	font-size: 0.95em;
	}
/***********************************************************/

img{
	/*padding: 5px;*/
}

#ci_standard_heading {
	font-weight: normal;
	font-size: 18px;
	margin-top: 20px;
}
#ci_standard_htmltext {
	font-weight: normal;
	color: #990066;
		
}
#page_heading{
	font-size: 24px;
}
.ci_toolbar{
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

table,tr,td{
	vertical-align: top;
	
}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
