body
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Garamond, Times New Roman, Verdana;
    font-size: 14px; 
    color: #412F1B;
}
/* Div layouts */
#divLogo
{
	width: 815px;
	margin: auto;
	padding: auto;
	text-align: right;
	margin-top: 25px;
	padding-bottom: 5px;
}
#divMainBody
{
	width: 830px;
	margin: auto;
	padding: auto;
	height: 500px;
}
#divMenu
{
	width: 815px;
	margin: auto;
	padding: auto;
	text-align: right;
	height: 30px; 
	padding-top: 5px;
}
#divMainContentLeftOuter
{
    height: 500px; 
    width: 470px; 
    overflow-x: auto; 
    float: left;
}
#divMainContentRightOuter
{
    height: 500px; 
    width: 350px; 
    float: right;
}
#divContainerSmall
{
	width: 60%;
	margin: auto;
	padding: auto;
	border: solid 0px black;
}
#divSmallContainerTableLeft
{
	float: left;
	width: 30%;
	margin-top: 2px;
}
#divSmallContainerTableRight
{
	float: left;
	width: 68%;
	margin-top: 2px;
}
#divEditPageFull
{
	width: 70%; 
	margin: auto; 
	padding: auto;
}
#divEditPageTableLeft
{
	float: left; 
	width: 25%; 
	margin-bottom: 10px;	
}
#divEditPageTableRight
{
	float: left; 
	width: 70%; 
	margin-bottom: 10px;
}
#divTableLeftHalf
{
	float: left; 
	width: 48%;	
}
#divTableRightHalf
{
	float: left; 
	width: 48%;	
}
#ControlTitleLeft
{
	float: left; 
	width: 49%;	
}
#ControlTitleRight
{
	float: right; 
	width: 49%; 
	margin-top: 30px; 
	text-align: right; 
	margin-right: 15px;
}
#MainContentFullCont
{
    width: 800px; height: 500px;
}
img 
{
	border: 0;
}
h1
{
	font-family:  Times New Roman, Verdana;
    font-size: 25px;
    font-weight: bold;
    color: #412F1B;
}
input
{
	font-family: Times New Roman, Verdana;
	font-size: 12px; 
    color: #000000;
    border: solid 1px #000000;
}
input file
{
	font-family: Times New Roman, Verdana;
	font-size: 12px; 
    color: #000000;
    border: solid 1px #000000;
}
select 
{
    font-family: Garamond, Times New Roman, Serif;
	font-size: 12px; 
    color: #000000;
    border: solid 1px #000000;
}
textarea 
{
    font-family: Garamond, Times New Roman, Serif;
	font-size: 12px; 
    color: #000000;
    border: solid 1px #000000;
}
file
{
    font-family: Garamond, Times New Roman, Serif;
	font-size: 12px; 
    color: #000000;
    border: solid 1px #000000;
}
a:link, a:visited, a:active
{
	font-family:  Garamond, Times New Roman, Serif;
	font-size: 14px; 
    color: #412F1B;
	 /*color:#604b37;*/
    text-decoration: none;
}
a:hover
{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 14px; 
    color: #412F1B; 
    text-decoration: underline;
}
a img
{
 vertical-align:	middle;
}
/* Custom Classes */
.NormalRed
{
	color: #ff0000;	
}
.NormalBold
{
	font-weight: bold;
	font-family:  Garamond, Times New Roman, Serif;
    font-size: 16px; 
	 color: #9b8772;
}
.NewsTitle
{
	font-family: Arial, Helvetica; 
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.NewsDetailsSmall
{
	font-family: Arial, Helvetica; 
    font-size: 10px;
    color: #999999;
}
.NewsDetailsSmallBold
{
	font-family: Arial, Helvetica; 
    font-size: 10px;
    color: #666666;
}
.NewsDetails
{
	font-family: Arial, Helvetica; 
    font-size: 12px;
    color: #333333;
}
.NewsTitle
{
	font-family: Arial, Helvetica; 
    font-size: 25px;
    font-weight: bold;
    color: #8A9EA0;
}
.FormHRSep
{
	border: 0; 
	height: 0px; 
	border-bottom: dashed 1px #999999; 
	margin-top: 10px;
}

.hrDotty
{
	border: 0; 
	border-bottom: dashed 1px #cccccc; 
	clear: both;	
}
.MenuList
{
    padding: 0;
    margin: 0; 
    list-style: none;
    padding-top:3px;
}
.MenuList li
{
    float: right;
    padding-left: 22px;
/*	 color:#604b37;*/
}
.divMainRight
{
	width: 330px;
		
}
.divMainContent
{
	width: 410px; 
	padding: 0;
}
#LeftInnerFull
{
    width: 470px;  
    height: 480px; 
    overflow-y: auto;
}
#MainContentPadder
{
    /*padding: 10px 10px 20px 15px; */
	 margin: 25px 20px 0px 30px;
}
#HomePageTitle
{
    width: 100%; 
    padding-top: 120px; 
    text-align: center;
}
a.menulinkselected:link, a.menulinkselected:visited, a.menulinkselected:active
{
	font-family:  Garamond, Times New Roman, Serif;
	/*font-weight: bold;*/
	/*font-size: 16px; */
    color: #9b8772;
    text-decoration: none;
}
a.menulinkselected:hover
{
	font-family: Garamond, Times New Roman, Serif;
	/*font-weight: bold;*/
	/*font-size: 16px;*/ 
    color: #9b8772; 
    text-decoration: underline;
}