body {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_set2/mechPgbg.jpg */
	background-image:  url(http://www.cybermarker.com/assets/img_set2/mechPgbg.jpg);
	background-repeat: repeat-x;
	background-color: #9DAFBD;
	margin: 172px 0px 0px;
	padding: 0;
}

/* Font Family for entire Document */
td, div, ul, ol {
	font-family: Lucinda Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Headings */
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

/* Main Contant Area */
#mncontent {
	font-size: 14px;
}
#mncontent a:link {
	color: #FFFFFF;
}
#mncontent a:visited {
	color: #EEEEEE;
}
#mncontent a:hover, #mncontent a:active {
	color: #000000;
}


/* Sidebar */
#sidebar {
	font-size: 12px;
}
#sidebar a:link {
	color: #DDE3E8;
}
#sidebar a:visited {
	color: #546B7A;
}
#sidebar a:hover, #sidebar a:active {
	color: #000000;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_set2/mechVrule.gif */
	background-image:  url(../assets/img_set2/mechVrule.gif);
	background-repeat: repeat-y;
}

/* Footer Area */
#footertable {margin: 36px 0 0 0;} /* Provides offset from the main table */
#footer {
	font-size: 12px;
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_set2/mechFooterbg.gif */
	background-image:  url(../assets/img_set2/mechFooterbg.gif);
	background-color: #757575;
	color: #999999;
}
#footer p {
	margin: 0px 0px 3px 0px;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #FF9;
}

/* Describes the Layer that holds the Skip Nav Link */
/*see accessibility section */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
}

.iNavigateCaption
{
    COLOR:       black;
    FONT-SIZE:   x-small 
}

.iNavigateCaption A:link
{
    COLOR: black
}

.iNavigateCaption A:visited
{
    COLOR: black
}

.iNavigateCaption A:hover
{
    COLOR: black;
    TEXT-DECORATION: none
}

.iNavigateItem
{
    COLOR:       black;
    FONT-SIZE:   x-small 
}

.iNavigateItem A:link
{
    COLOR: #003366
}

.iNavigateItem A:visited
{
    COLOR: #003366
}

.iNavigateItem A:hover
{
    COLOR: #800000;
    TEXT-DECORATION: underline
}

.iNavigateCurrentPage
{
    COLOR: #800000;
    FONT-STYLE: normal
}

.iNavigateJumpTop
{
    FONT-SIZE:   xx-small; 
    TEXT-ALIGN:  right
}