body {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/vsPgbg.jpg */
	background-image:  url(./assets/img_main/vsPgbg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 172px 0px 0px;
	padding: 0;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headings */
h1 {
	font-size: 14px;
	color : #830202;
}
h2 {
	font-size: 12px;
	color : #830202;
}
h3 {
	font-size: 10px;
	color : #830202;
}

/* Main Contant Area */
#mncontent {
	font-size: 12px;
	text-align: justify;
}
#mncontent a:link {
	color: #000000;
}
#mncontent a:visited {
	color: #666666;
}
#mncontent a:hover, #mncontent a:active {
	color: #830202;
}

/* Sidebar */
#sidebar {
	font-size: 11px;
	text-align: justify;
}
#sidebar a:link {
	color: #444444;
}
#sidebar a:visited {
	color: #777777;
}
#sidebar a:hover, #sidebar a:active {
	color: #830202;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/mechVrule.gif */
	background-image:  url(./assets/img_main/mechVrule.gif);
	background-repeat: repeat-y;
}

/* Footer Area */
#footertable { /* Provides offset from the main table */
	margin: 36px 0 0 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
} 
#footer {
	font-size: 10px;
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/mechFooterbg.gif */
	background-image:  url(./assets/img_main/mechFooterbg.gif);
	background-color: #757575;
	color: #CCCCCC;
}
#footer p {
	margin: 0px 0px 3px 0px;
}
#footer a:link {
	color: #BBC8D0;
}
#footer a:visited {
	color: #BBC8D0;
}
#footer a:hover, #footer a:active {
	color: #FF9900;
}

#specials {
	border: 1px dashed #CCCCCC;
	font-size: 11px;
}

#rb11 {
	font-size: 11px;
	color : #830202;
	font-weight: bold;
}

#specials_list {
	border: 1px dashed #CCCCCC;
	font-size: 10px;
}


#specstable {
	border-collapse: collapse;
}

#specstable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #830202;
}

#specstable td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#specstable1 {
	border: 1px solid #CCCCCC;
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #111111;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 6px;
	margin-top : 8px;
	margin-left : 18px
}

.redbold {
	color: #800000;
	font-weight: bold;
}

.navButts a {
/*	background-color : #F4F4F4; */
/*	border : 0px solid #999999; */
	color : #111111;
	display : block;
	text-decoration : none;
	width : 100%
}

.navButts a:hover {
/*	background-color : #999999; */
/*	border : 0px solid #999999; */
	color : #830202;
	text-decoration : none
}

p.navLang {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 6px;
	margin-top : 8px;
	margin-left : 10px
}

.navLang a {
/*	background-color : #830202; */
/*	border : 1px solid #830202; */
	color : #FFFFFF;
	display : block;
/*	padding-bottom : 2px; */
/*	padding-left : 2px; */
	text-decoration : none;
	width : 100%
}

.navLang a:hover {
/*	background-color : #999999; */
/*	border : 1px solid #FFFFFF; */
	color : #830202;
	text-decoration : none
}

/*Styles Applied to Form Elements */
form {
	border : 1px dotted #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 11px
}

input { 
	background-color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border : 1px solid #999999
}

input:focus { background : #FFFFFF }

textarea { 
	background-color : #CCCCCC;
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px 
}

textarea:focus { background : #FFFFFF }

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }


