/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11pt Garamond, Times, Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 11pt; color: #2F4696; text-transform: uppercase; }
h2 { font-size: 14pt; }
h3 { font-size: 11pt; color: #2F4696; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font: normal bold 7pt Arial, Tahoma, Sans-Serif; color: #2F4696; margin-bottom: 0; }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #E32D3D;
}

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* define custom css classes that you would like access to in the content editor */

/* examples: */
/* table.myclass {} - table specific classes */
/* tr.myclass {} - table row specific classes */
/* td.myclass {} - table cell specific classes */
/* img.myclass {} - image specific classes */
/* p.myclass {} - paragraph specific classes */

/* home page summary content */

table.LeftSummary { width: 113px; background-color: #2E4596; }
table.LeftSummary td, table.LeftSummary p, table.LeftSummary td a:link, table.LeftSummary td a:active, table.LeftSummary td a:visited { color: #fff; }

/* custom bullets */
.ui_main_content ul { list-style-type: none; margin: 0; padding: 0; }
.ui_main_content li { margin: 0; padding: 0; padding-left: 13px; background: transparent url(/images/bullet.gif) no-repeat 0px 5px; }

.Blue { color: #2F4696; }

/* Required Declarations */

.DoNotPrint {} /* this is to apply to content elements that you do not want to be included on print to page */

