/*//////////////////////////////////////////////////////////////////////////////
/// Craven /////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body
{
	background-color: #5c5c5c;

	margin:	0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	color: #000000;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	color: #000000;
}
img
{
	border: none;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/

/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/
#container
{
	position: relative;
	width: 755px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#contentBox
{
	position: relative;
}
#content
{
	position: absolute;
	
	top: 37px;
	left: 30px;
	
	width: 493px;
	height: 278px;
	overflow: auto;
	text-align: left;
}
/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
#serviceTable th
{
	width: 125px;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}
#serviceTable td
{
	vertical-align: top;
}
.myLink
{
	cursor: pointer;
}
.myHeading
{
	font-weight: bold;
}
.myHeading a
{
	color: #c39616;
	text-decoration: none;
}
.myBlurb
{
	font-size: 9px;
}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/
