@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColumn #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* topheader */

.twoColumn #topheader {
	background: #3366CC;
	padding: 15px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
} 
#container #mainContent #rightbody {
}

.twoColumn #topheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColumn #topheader a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    }
	
.twoColumn #topheader a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
    }
	
.twoColumn #topheader a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
    }
	
.twoColumn #topheader a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
    }

/* mainheader */

.twoColumn #mainheader { 
	background: #3366CC; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 
.twoColumn #mainheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* bottomheader */

.twoColumn #bottomheader {
	float: right; /* since this element is floated, a width must be given */
	width: 604px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #EEEEEE;
	padding: 0px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	border-top: #FFF 1px;
} 

.twoColumn #bottomheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #bottomheader div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/*******************BREADCRUMBS**************************/

#rightbody a.related:link {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#rightbody a.related:visited {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#rightbody a.related:hover {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#rightbody a.related:active {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }

.breadcrumb {
	float:left;
	padding: 0px 0px 15px 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.breadcrumb a:link {
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.breadcrumb a:visited {
    font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.breadcrumb a:hover {
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
}

.breadcrumb a:active {
   font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.related {
	float:left;
	padding: 0px 0px 1px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000;
	border-bottom-style:dotted;
	border-bottom:#333;
	border:1px;
}

/* left-nav-bar */

.twoColumn #left-nav-bar {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #EEEEEE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight: bold;
}

#left-nav-bar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
}

.twoColumn #left-nav-bar img.leftbutton {
	float: none;
	padding: 5px 0px 0px 20px;
	border: 0px;
	margin: 0px;
}

.twoColumn #left-nav-bar img.button {
	float: left;
	padding: 0px 0px 5px 0px;
	border: 0px;
	margin: 0px;
}

.twoColumn #left-nav-bar  img.nopad {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
	float:none;
	margin-left:auto;
	margin-right:auto;
}


.twoColumn #left-nav-bar h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
}

#left-nav-bar a.email:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
    }
	
#left-nav-bar a.email:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
    }
	
#left-nav-bar a.email:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
    }
	
#left-nav-bar a.email:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
    }

#left-nav-bar a.civic:link {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
    }
	
#left-nav-bar a.civic:visited {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
    }
	
#left-nav-bar a.civic:hover {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
    }
	
#left-nav-bar a.civic:active {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
    }

#left-nav-bar a.homepage:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    }
	
#left-nav-bar a.homepage:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    }
	
#left-nav-bar a.homepage:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    }
	
#left-nav-bar a.homepage:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    }
	
/*********** centering images ***********/

.twoColumn #rightbody img.center {  
display: block;
margin-left: auto;
margin-right: auto;
border:none;
float:none;
}

/*********** #left-nav-bar link styles ***********/


#left-nav-bar ul.top a:link, #left-nav-bar ul.top a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#left-nav-bar.top ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#left-nav-bar.top li {
	height: 1em;
	
}

#left-nav-bar ul a:link, #left-nav-bar ul a:visited {
	display: block;
	color: #0033CC;
	text-decoration: none;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#left-nav-bar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#left-nav-bar li {
	height: 1em;
	
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left-nav-bar li {border-bottom: 1px solid #EEEEEE;}

/* fix for browsers that don't need the hack */
html>body #left-nav-bar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinksTop{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 85%;
	background-color:#3366CC;
}


#sectionLinksTop a {
	display: block;
	border-top: 1px solid #FFF;
	padding: 3px 0px 2px 15px;
	text-decoration: none;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
}


#sectionLinksTop a:hover{
	background-color: #09C;
}



#sectionLinksTopCurrent{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 85%;
	background-color:#666;
}


#sectionLinksTopCurrent a {
	display: block;
	border-top: 1px solid #FFF;
	padding: 3px 0px 2px 15px;
	text-decoration: none;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
}


#sectionLinksTopCurrent a:hover{
	background-color: #666;
}





#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 85%;
}


#sectionLinks a {
	display: block;
	border-top: 1px solid #CCCCCC;
	padding: 3px 0px 2px 15px;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
}

#sectionLinks a:hover{
	background-color: #DDDDDD;
}



/* mainContent */

.twoColumn #mainContent {
	margin: 0px 25px 20px 235px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000000;
	
} 

#rightbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	}

#rightbody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	
#rightbody h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
	margin-bottom: 6px;
	margin-top: 12px;
	}
	
#rightbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
}

#rightbody p.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

#rightbody p.caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 110%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 5px;
    }

	
#rightbody a:link {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#rightbody a:visited {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#rightbody a:hover {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#rightbody a:active {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
	
	
#rightbody img  {
	border:#CCCCCC 6px solid;
	margin: 10px;
	float:right;
	}
	
#rightbody img.right  {
	border:#CCCCCC 6px solid;
	margin-left: 10px;
	margin-right:0px;
	margin-top:0px;
	float:right;
	}

#rightbody img.nopad {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
	float:none;
	margin-left:auto;
	margin-right:auto;
}



#rightbody img.noborder  {
	border:none;
	margin: 0px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	}
	
#rightbody img.leftbutton {
	float: left;
	padding: 0px 0px 7px 0px;
	border: 0px;
	margin: 0px;
	}


/******************LIST STYLES***************************/
	
#rightbody ol {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
	list-style:decimal;
	list-style-position:outside;
}

#rightbody ol.letters {
	margin-left: 65px;
	margin-top: 0px;
	list-style:lower-alpha;
	list-style-position:outside;
}

#rightbody ol.lettersup {
	margin-left: 1em;
	margin-top: 0px;
	padding-left: 1em;
	list-style:upper-alpha;
	list-style-position:outside;
}


#rightbody ol.noindent {
	margin-left: 1em;
	margin-top: 0px;
	padding-left: 1em;
	color:#333333;
	margin-bottom: 6px;
	list-style:decimal;
	list-style-position:outside;
}

#rightbody ul {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
	list-style:disc;
	list-style-position:outside;
}

#rightbody ul.circle {
	margin-left: 65px;
	margin-top: 0px;
	list-style:circle;
	list-style-position:outside;
}

#rightbody ul.second {
	margin-left: 40px;
	margin-top: 0px;
	list-style:circle;
	list-style-position:outside;
}

#rightbody li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 15px;
}

#rightbody li.noindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
	line-height: 130%;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}




/***********************************************/
		

.twoColumn #footer {
	padding: 8px 20px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #3366CC;
	color:#FFFFFF;
} 

.twoColumn #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 125%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***********************************************/
#deptnewsdiv {
	width:auto;
	float:left;
	padding:0px;
}

#deptnewsdiv h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 18px;
	}

#deptnewsdiv h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	margin-bottom: 8px;
	margin-top: 14px;
	}
	
#deptnewsdiv p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: left;
}

#deptnewsdiv p.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	line-height: 125%;
	margin-top: 0px;
	margin-bottom: 8px;
    }


#deptnewsdiv a:link {
	text-decoration: none;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 18px;
    }
	
#deptnewsdiv a:visited {
	text-decoration: none;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 18px;
    }
	
#deptnewsdiv a:hover {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 18px;
    }
	
#deptnewsdiv a:active {
	text-decoration: none;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 18px;
    }
	
	
#deptnewsdiv a.more:active {
	text-decoration: none;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 18px;
    }
	
#deptnewsdiv a.more:link {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#deptnewsdiv a.more:visited {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#deptnewsdiv a.more:hover {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
	
#deptnewsdiv a.more:active {
	text-decoration: underline;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    }
/***********************************************/


/*********************TABLES*********************/

#mainContent p.tabletext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 110%;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}
#mainContent p.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0px 4px 0px;
	padding: 8px 0px 4px 0px;
	text-align: center;
}



/*********************RULEDTABLES*********************/
	
table.ruled-table {
	border-collapse:collapse;
	border-width: 2px;
	border-style: solid;
	border-color: #3366CC;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom:15px;
}

table.ruled-table th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align:middle;
	height: auto;
}

table.ruled-table tr.d0 {
	background-color:#FFF;
}

table.ruled-table tr.d1 {
	background-color:#CCC;
}

table.ruled-table td {
	border-width: 1px;
	border-collapse:collapse;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	border-style: solid;
	border-color: #666666;
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 14px;
	height: auto;
}
/***********************Unruled TABLE**********************/

table.unruled-table {
	border-collapse:collapse;
	border-width: 2px;
	border-style: solid;
	border-color: #3366CC;
	background-color: white;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 10px;
	margin-bottom:8px;
}

table.unruled-table th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: middle;
	height: auto;
}

table.unruled-table tr.d0 {
	background-color:#FFF;
}

table.unruled-table tr.d1 {
	background-color:#CCC;
}

table.unruled-table td {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 8px;
	margin-top: 14px;
	vertical-align: middle;
	height: auto;
}


/***********************NO BORDERS NO RULES TABLE**********************/

table.noborder {
	border-collapse: collapse;
	border: none;
	border-width: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom:8px;
	
}

table.noborder tr.d0 {
	background-color:#FFF;
}

table.noborder tr.d1 {
	background-color:#CCC;
}

table.noborder th {
	border:none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	vertical-align: middle;
	height: auto;
}


table.noborder td {
	border-width: 0px;
	border:none;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom: 8px;
	margin-top: 14px;
}

td.search-bar{
background: #000000;
color: #CFCFCF;
text-align: center;
vertical-align: middle;
padding:0px;
margin-bottom:0px;
}

form.search-form{
text-align: center;
vertical-align: middle;
padding:0px;
margin-bottom:0px;
}

/***********************RIGHT IMAGE TABLE**********************/

table.image {
	border-collapse: collapse;
	border: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 15px;
	float:right;
	
}

table.image td {
	border:none;
	padding-top:0px;
	padding-bottom:6px;
	margin-bottom: 8px;
	margin-top: 14px;
}

table.image td.cutline {
	border-width:0px;
	border:none;
	padding:5px 0px 0px 0px;
}


/***********************END**********************/
