/* ------- Base Global -------------*/
	body {
		FONT-SIZE: 11px;
		FONT-STYLE: normal;
		FONT-FAMILY: "Trebuchet MS", Geneva, Arial, Helvetica, san-serif;
		margin: 0px;
	}

	FORM {	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px}
	
	a {
	color:#336699;
	}

/* ------- Headings -------------*/

h1 {
font-size:12pt;
}
h2 {
font-size:11pt;
}
h3 {
font-size:10pt;
}
	
/* ------- Top Bar and Menu -------------*/
/* Provides the top bar and menu */

	.topBarLeft {
	background-color:#633100;
	border-left:1px solid #FFF;
	
	}
/* ------- Header Table -------------*/
	.headerTable {
		margin-top:0px;

		width:780px;

	}

/* ------- Content Framing Table -------------*/
.contentTable {
	width:780px;
}
.contentTable2 {
	width:780px;
}
.contentTableSpacer {
	width:5px;
}
.ContentTableMainCol {
	width:565px;
	font-size:9pt;
	padding:0px 5px 5px 5px;
}
.contentTableRight {
	padding-top:0px;
	width:200px;
}
.ContentTableMainColContent {
	width:565px;
	font-size:9pt;
	padding:0px 5px 5px 5px;
	border:1px solid #648D98;
}
/* ------- Main Campaign Box -------------*/
.campaignBox1 {
	width:565px;
	border-collapse:collapse;
}
.campaignBox1Title {
	border:1px solid #648D98;
	height:25px;
	background-color:#648D98;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	font-stretch:expanded;
	font-size:14pt;
	text-align:center;
}
.campaignBox1Cell {
	font-size:9pt;
	border:1px solid #648D98;
	background-color:#fff;
}	
.campaignBox1 ul 
{
	margin-left: 0;
	margin-bottom:0;
	padding-left: 0;
	list-style: none;
}
.campaignBox1 li 
{
	padding-left: 13px;
	background-image:  url("../images/base/dot2.gif");
	background-repeat: no-repeat;
	background-position: 1px 0em;
}	
.campaignBox1 td {
	padding:5px;
}

/* ------- Main Campaign Box 2 -------------*/
.campaignBox2 {
	width:775px;
	border-collapse:collapse;
}
.campaignBox2Title {
	border:1px solid #CA572D;
	height:25px;
	background-color:#CA572D;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	font-stretch:expanded;
	font-size:14pt;
	text-align:center;
}
.campaignBox2Cell {
	font-size:9pt;
	border:1px solid #CA572D;
	background-color:#fff;
}	
.campaignBox2 ul 
{
	margin-left: 0;
	margin-bottom:0;
	padding-left: 0;
	list-style: none;
}
.campaignBox2 li 
{
	padding-left: 13px;
	background-image:  url("../images/base/dot2.gif");
	background-repeat: no-repeat;
	background-position: 1px 0em;
}	
.campaignBox2 td {
	padding:5px;
}

/* ------- Layout for sub content below campaign box -------------*/
.subContentTable {
	width:100%;
	border-bottom:1px dotted #CE5529;
}
.subContentColLeft {
	width:48%;
	padding-right:8px;
	border-right:1px dotted #CE5529;
}
.subContentColRight {
	width:48%;
	padding-left:8px;
}
#titleBox {
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	font-stretch:expanded;
	font-size:12pt;
	text-align:center;
	vertical-align:middle;
	background-image:  url("../images/iron2.gif");
	background-repeat: no-repeat;
}
#titleBoxExp {
	background-color:#EFC3B3;
	color:#000;
	font-size:9pt;
	margin-bottom:5px;
	height:30px;
	padding:5px;
}

/* ------- Standard Right Boxes -------------*/

.rightBox1 {
	width:200px;
	border-collapse:collapse;
	margin-bottom:10px;
}
.rightBox1Title {
	width:200px;
	border:1px solid #CE5529;
	background-color:#CE5529;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}
.rightBox1Cell {
	width:200px;
	border:1px solid #CE5529;
	background-color:#fff;
	padding:5px;
	text-align:left;

}
.rightBox1 ul 
	{
	margin-left: 0;
	margin-bottom:0;
	padding-left: 0;
	list-style: none;
	}
.rightBox1 li 
{
	padding-left: 16px;
	background-image:  url("../images/base/dot1.gif");
	background-repeat: no-repeat;
	background-position: 1px 0em;
}
.rightBox2 {
	width:200px;
	border-collapse:collapse;
	margin-bottom:10px;
}
.rightBox2Title {
	width:200px;
	border:1px solid #648D98;
	background-color:#648D98;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}
.rightBox2Cell {
	width:200px;
	border:1px solid #648D98;
	background-color:#fff;
	padding:5px;
	text-align:left;
}
.rightBox2 ul 
	{
	margin-left: 0;
	margin-bottom:0;
	padding-left: 0;
	list-style: none;
	}
.rightBox2 li 
{
	padding-left: 16px;
	background-image:  url("../images/base/dot2.gif");
	background-repeat: no-repeat;
	background-position: 1px 0em;
}	
/* ------- Data Entry -------------*/
	
.Edit  {border: 1px solid #7B9EBD;}
.EditReq {border: 1px solid #7B9EBD;border-left-width: thin;	border-left-style: solid;	border-left-color: #FF0000;}
.Password  {border: 1px solid #7B9EBD;}
.PasswordReq  {	border: 1px solid #7B9EBD;	border-left-width: thin;	border-left-style: solid;		border-left-color: #FF0000;}
.textarea {
		BORDER: #C3DAF9 1px solid; 
    color: #000000;
    background-color: #FFFFFF;
    width: 98%;
    padding: 0px;
    overflow: auto;
}.dotRowBGound {
	background-image: url(../images/base/dottedline2.gif);
}
.BlurBox {border: 1px solid #7B9EBD;font-size : 12px;font-family : MS Sans Serif, Arial, Helvetica, sans-serif;color:#000000;background : #F7F7F7;}
.BlurBoxReq {border: 1px solid #7B9EBD;border-left-width: thin;	border-left-style: solid;	border-left-color: #FF0000;font-size : 12px;font-family : MS Sans Serif, Arial, Helvetica, sans-serif;color:#000000;background : #F7F7F7;}


/* ------- News & Lists -------------- */

.listItemTitle {
}
.listItemDate {
	font-weight:bold;
}
.listItemAbstract {
}


	.rowheader {
	FONT-SIZE: 13px;
	font-weight:bold;
	BORDER-BOTTOM: #336699 1px solid;
	color:#336699;
	vertical-align:bottom;
}
.rowdotted {
	
	BORDER-BOTTOM: #336699 1px dotted;
}
.newsrowdotted {
	padding-bottom:10px;
	BORDER-BOTTOM: #336699 1px dotted;
}
