BODY
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: url(../images/Background.jpg) #2c5069 repeat-x left top;
	margin:0;
}

#FramedArea
{
	width: 995px;
	margin: 0 auto;
	text-align: left;
}

#PageHeading_Frame 
{
    width: 100%;
	background: url(../images/Header.jpg) no-repeat left top;
	text-align: right;
	height:62px;
	border: none;
}

#PageFooting_Frame 
{
    margin-top: 10px;
    width: 100%;    
    border: none;
	text-align: right;
	text-align: center;
	color: #b3ac8c;
}

#PageFooting_Frame a
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #b3ac8c;
    text-decoration: none;
}



/* ===== MAIN (TOP) MENU ===== */

#Menu_Frame
{
    width: 100%;
    background: url(../images/Menubar.jpg) repeat-x left top;
    text-align: left;
    border: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    position:relative;
}

#Menu_Frame table
{
    height: 30px;
    width: 600px;
    margin-left:30px;
}

#Menu_Frame td>a
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}



/* ===== BREADCRUMBS ===== */

#Breadcrumbs_Frame
{
    background-color: #ffffff;
    width: 100%;
    height: 25px;
    border: none;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}

#Breadcrumbs_Frame a
{
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    color: #b3ac8c;
}

#Breadcrumbs_Frame table
{
    width: 100%;
}

#Breadcrumbs_Frame .LoginButton
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9px;
    font-weight: normal;
    color: #b3ac8c;
    background: transparent;
    border: none;
    cursor: pointer;
}



/* ===== CONTENT AREA ===== */

#Content_Frame
{
    width: 100%;    
    border: none;
}

#ContentArea
{	
    background-color: #ffffff;
	padding:0;
}

#ContentArea h1
{
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #496612;
	background: url(../images/NewsSeperator.jpg) #ffffff repeat-x left bottom;
	margin-bottom: 5px;
}

#ContentFooter
{
    width: 100%;
    border: none;
	background: url(../images/ContentBottom.gif) repeat-x left top;
}

.CommandButton
{
	font: normal 11px Arial, Verdana, Tahoma, Sans-Serif;	
	vertical-align: middle;	
	padding: 0 2px 0 0;
	*padding: 0 4px 0 0; /*IE*/	
	color: #ffffff;
	background: #c1ccd7 url(../images/CommandButton.gif);
	border: solid 1px #6c8396;
    text-align: center;    
    vertical-align: middle;
}



/* ===== DATA WIDGET ===== */

#SideSearch_Frame
{
    background: #ffffff url(../images/SideSearchBackground.jpg) repeat-y left top;
    width: 174px;
    padding-right: 5px;
    padding-bottom: 20px;
    border: none;
    float: left;
}

#SideSearch_Content
{
    width: 100%;
    float: left;
    text-align: right;
}

#SideSearch_Content ul
{
    width: 149px;
    margin-left: 0px;       /* First rule applied to IE */
    margin-left: -30px;     /* Second rule ignored by IE, applied to Mozilla/Chrome */
    margin-right: 5px;
}

#SideSearch_Content li
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #24445a;
	padding-bottom: 6px;
	padding-top: 6px;
	list-style-type: none;
	background: transparent url(../images/SideSearchSeperator.gif) repeat-x right bottom;
}

#SideSearch_Content a
{
	color: #24445a;
}

.TableHeaderRow
{
    font-weight:bold;
    font-family:Arial;
    font-size:10pt;
    color:black;
    background-color:#ede9d5;
}

.TableRow
{
    font-family:Arial;
    font-size:9pt;
    color:black;
}

.CommandButtonToLink
{
    border:none;
    background-color:Transparent;
    color:Blue;
    text-decoration:underline;
}





/* ===== GENERAL HTML TAGS ===== */
input
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    border: solid 1px #9c9575;
    padding: 3px;
}

