
body {
   	background: white;
   	font-family:sans-serif;
   	font-size:9pt;	
   	color:#666666;
	padding:0px;
	margin:0px;
	border:0px;   	
}

img
{
	border:none;
}

table
{
	/* spacing:0px; doesnt exist  per w3org. */
	margin:0px;
	border:0px;
	padding:0px;
	text-align:left;
}

tr
{
	/* spacing:0px; */
	margin:0px;
	border:0px;
	padding:0px;
}
td
{
	/* spacing:0px; */
	margin:0px;
	border:0px;
	padding:0px;
}

p
{
	/* color:Black; */
	margin:10px;
}

/* Boundaries */
/**************/
.CIMSTopLeftBoundary
{
    background-image:url(./CIMSSlices/CIMSTopLeftBoundary.jpg);
    width:52px;
}
.CIMSTopCenterBoundary
{  
    background-image:url(./CIMSSlices/CIMSTopCenterBoundary.jpg);
    width:696px;
    height:24px;

}    
.CIMSTopRightBoundary
{  
    background-image:url(./CIMSSlices/CIMSTopRightBoundary.jpg);
    width:51px;

}
.CIMSLeftBoundary
{
    background-image:url(./CIMSSlices/CIMSLeftBoundary.jpg);
    width:52px;
}
.CIMSRightBoundary
{
    background-image:url(./CIMSSlices/CIMSRightBoundary.jpg);
    width:51px;

}
.CIMSBottomLeftBoundary
{
    background-image:url(./CIMSSlices/CIMSBottomLeftBoundary.jpg);
    width:52px;
    height:20px;
}
.CIMSBottomCenterBoundary
{
    background-image:url(./CIMSSlices/CIMSBottomCenterBoundary.jpg);
    width:696px;
    height:20px;
}
.CIMSBottomRightBoundary
{
    background-image:url(./CIMSSlices/CIMSBottomRightBoundary.jpg);
    width:51px;
    height:20px;
}

/* HEADER */
/**********/
.CIMSHeader
{
    width:696px;
    height:178px;
    margin-top:8px;
    margin-left:8px;
}

/* Main MENU */
/*************/
.CIMSMenuBar
{
    background:#ddd;
    width:696px;
    margin-top:0px;
    margin-left:8px;
    text-decoration:none;
}

.CIMSMainButton
{
    text-align:center;
    background-image:url(./CIMSSlices/CIMSMainButton.jpg);
    height:44px;
}
.CIMSMainButtonText
{
	font-size:11pt;
    font-weight:bold;
    color: #ddc;
    text-decoration:none;
}
.CIMSMainButtonText:hover
{

    color:#ffd;
    text-decoration:none;
}

/* CONTENT AREAS */
/*****************/
.CIMSMainContentArea
{
    width:696px;
    margin-top:3px;
    margin-left:8px;
}
.CIMSColumnLeft
{
    background:#e2f8fe;
    border:thin solid #00549b;
    width:35%;
    padding:0px;
}
.CIMSLeftColumnHeader
{
    background-image:url(./CIMSSlices/CIMSLeftColumnHeader.jpg);
    height:55px;
    line-height:55px;
    color:#fee;
    font-weight:bold;
    font-size:16pt;
    padding-left:10px;
}

.CIMSLeftColumnContent
{
    color:#07334c;
    font-size:9pt;
    padding:10px;
}
.CIMSColumnRight
{
    width:65%;
    padding:15px;
    color:#002f62;
}


/* LEFT HAND ELEMENTS */
/**********************/
.LMainTitle
{
    color:#07334c;
	font-size:14pt;
	font-weight:bold;
}
.LSectionTitle
{
    color:#07334c;
	font-size:12pt;
	padding-top:10px;
	font-weight:bold;
}
.LParagraph
{
    color:#085588;
	font-size:10pt;
	padding-top:8px;
	font-weight:bold;
}


/* RIGHT HAND ELEMENTS */
/***********************/
.RMainTitle
{
    color:#002f62;
  	font-size:18pt;
	font-weight:bold;
}
.RSectionTitle
{
    color:#002f62;
	font-size:14pt;
   	padding-top:10px;
}
.RParagraph
{
    color:#002f62;
	font-size:12pt;
   	padding-top:8px;
}



/* FOOTER */
/*--------*/
.Footer {
   width:670px;
   padding-bottom:2px;
   padding-top:2px;
   color:White;
   font-size:8pt;  
   text-align:center;
   background:white;
   font-weight:bold
}

.FooterItem{
   margin-left:10px;
   margin-right:10px;
}

.FooterLinks{
   text-decoration:none;
   color:#777777
}

.FooterLinks:Link {color:#777777}
.FooterLinks:Visited {color:#777777}
.FooterLinks:hover {color:#A43C47;}

/* MINIMIZE ANY ITEMS NOT WANTED FOR PRINTING */
/**********************************************/
@media print
{
    .CIMSMenuBar,.CIMSMainButton,.Footer,.FooterItem,.FooterLinks
    {
		height:1px;
		width:1px;
		visibility:hidden;
		overflow:hidden;
    }
 }   
