<!-- Begin

// AVAILABLE COLOR THEMES

//	gray
//	navygray
//	silver
//	bluegray
//	jetblack
//	teal
//  blue
//  navy
//  burgundy
//  gold
//  darkgreen
//  lightgreen
//  forest
//  green
//  darkgray
//  black
//  bluewhite
//  cobalt
//  blackwhite
//  browngray
//  bluegray
//  matrixgreen
//  slate
//  teal
//  greenslate
//  navygray


// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)



var colorstyle	 	= "navy"	// TEMPLATE COLOR







// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<link rel="StyleSheet" href="css/'+colorstyle+'.css" type="text/css">');
document.write('<link rel="StyleSheet" href="css/'+colorstyle+'-menu.css" type="text/css">');

//  End -->