﻿/*BEGIN BASIC AND STRUCTURAL STLYES*/ 
body 
{
	margin-top:10px;
	margin-left:10px;
	padding:0px;
	background-color:#ffffff;
	background-image:url('../app_graphics/rook.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
		/*default font description*/
	font-family:Arial, Verdana, Sans-Serif;
	font-size:small;
	color:#666666;

}


html
{
	width:100%;
	height:100%;
}

.headerArea
{
	margin-top:0px;
	margin-right:auto;
	margin-bottom:15px;
	margin-left:0px;
	width:890px;
	height:70px;
	vertical-align:top;
	clear:both;
}


.menuArea
{
	margin-top:0px;
	margin-right:auto;
	margin-bottom:15px;
	margin-left:0px;
	width:890px;
	height:30px;
	vertical-align:top;
	clear:both;
}

.contentArea
{
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:0px;
	width:890px;
	vertical-align:top;
	clear:both;
}

.footerArea
{
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:0px;
	width:890px;
	vertical-align:top;
	clear:both;
}

/*END BASIC AND STRUCTURAL STLYES*/


/*BEGIN INNER CONTENT STYLES*/
.contentRight
{
	float:right;
	width:593px;
	padding-top:10px;
	padding-left:20px;
	/*default font description*/
	font-family:Arial, Verdana, Sans-Serif;
	font-size:small;
	color:#666666;
}

.contentLeft
{
	float:left;
	width:275px;
	height:365px;
	/*default font description*/
	font-family:Arial, Verdana, Sans-Serif;
	font-size:small;
	color:#666666;
	border-right:solid 1px #ACC7BE;

	

} 
/*END INNER CONTENT STYLES*/


/*BEGIN MENU STYLING*/
.menu
{
	font-family:Verdana, Arial, sans serif;
	font-size:x-small;
	border:none;
	padding:0px;
	margin:0px;
	width:613px;
	height:20px;
}


.menuItem
{
	font-family:Verdana, Arial, sans serif;
	font-size:x-small;
	background-color:White;
	color:#5A8F7D;
	text-align:left;
	padding:3px;
	margin-left:4px;
	border:solid 1px #5A8F7D;
	height:20px;
}

.menuItemHover
{
	font-family:Verdana, Arial, sans serif;
	font-size:x-small;
	background-color:#5A8F7D;
	color:White;
	text-align:left;
	padding:3px;
	margin-left:4px;
	height:20px;
}


.menuItemSelected
{
	font-family:Verdana, Arial, sans serif;
	font-size:x-small;
	background-color:#5A8F7D;
	color:White;
	text-align:left;
	padding:3px;
	margin-left:4px;
	height:20px;
}



/*END MENU STYLING*/


/*BEGIN - STLYES FOR USE IN CMS*/

.contentTitle
{
	font-family:Arial, Verdana, Sans-Serif;
	color:#666666;
	font-size:medium;
	font-weight:bold;
}

.contentTitle a
{
	color:#666666;
	text-decoration:none;
}

.contentTitle a:hover
{
	color:#666666;
	text-decoration:underline;
}

.contentText
{
	font-family:Arial, Verdana, Sans-Serif;
	color:#666666;
	font-size:small;
}

.contentText a
{
	color:#666666;
	text-decoration:underline;
}

.contentText a:hover
{
	color:#666666;
	text-decoration:underline;
}

/*END- STLYES FOR USE IN CMS*/


/*BEGIN - STLYES FOR USE IN FORMS*/

.label
{
	font-family:Verdana, Arial, sans serif;
	font-size:small;
	width:10em;
	display:block;
	color:#666666;
}

.input
{
	font-family:Verdana, Arial, sans serif;
	font-size:small;
	width:15em;
	color:#666666;
	border:solid 1px #5A8F7D;
}

.inputButton
{
	margin-top:5px;
	margin-bottom:5px;
	background-color:#ffffff;
	color:#5A8F7D;
	border-style:solid;
	border-width:1px;
	border-color:#5A8F7D;
	font-family:Verdana, Arial, sans serif;
	font-size:x-small;
	width:100px;
}

/*END - STLYES FOR USE IN FORMS*/


/*BEGIN - MISCELLANEOUS SITE SPECIFIC STYLES*/

.imageBorder
{
	border:solid 1px #5A8F7D; 
}
.imageBorder a
{
	border:solid 1px #5A8F7D; 
}


/*END - MISCELLANEOUS SITE SPECIFIC STYLES*/
