body

{

	background-color: #0066cb;

	font-family: arial, helvetica, sans-serif;

	font-size: 16px;

	text-decoration: none; 

}





a

{

	text-decoration: none;

	font-style: normal;

	line-height: 16px;

	color: #0066FF;

}





a:hover

{

	color: #000066;

}





img

{

	border: none;

}





div.imagecaption

{

	float: right;

	width: 140px;

	margin: 0 1em 1em 1em;

	display: inline;

}





table

{

	border-collapse: collapse;

	border: none;

	padding: 0;

	margin: 0;

}





/*****************/

/* Header styles */

#header

{

	width: 780px;

	background-color: #a9a9a9;

}



#headersmall

{

	width: 580px;

	background-color: #a9a9a9;

}





#header .logo

{

	position: relative;

	top: 0;

	left: -150px;

}





<#header form

{

	display: inline;

}





#header input

{

	position: relative;

	top: -45px;

	left: -20px;

}





#header .searchButton

{

	position: relative;

	top: -43px;

	left: -20px;

	cursor: pointer; 

}

/* End header styles */

/*********************/





/*************************/

/* Top navigation styles */

#topNav

{

	background-color: #696e6e;

	border-top-style: solid;

	border-top-width: 1px;

	border-top-color: #d7d7d7;

	padding-top: 2px;

	padding-bottom: 2px;

	width: 780px;

	letter-spacing: 2.0px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	font-size: 8px;

	text-transform: uppercase;

}





#topNavLinks

{

	position: relative;

	left: -12px;

}





.menuTitle

{

    color: #ffffff;

	padding-left: 24px;

}





.menuTitleSelected

{

    color: #000000;

    padding-left: 24px;

}





a:hover.menuTitle

{

	color: #99ccff;

}

/* End top navigation styles */

/*****************************/





<**************************/

/* Heading graphic styles */

#headingGraphic

{

	

}

/* End heading graphic styles */

/******************************/ 





/**************************/

/* Left navigation styles */

.leftNav 

{

	background-color: #f0f0f0;

	width: 180px;

	padding: 2em 2em 3em 2em ;

	text-align: left;

	line-height: 1.5;

	font-size: 10px;

	vertical-align: top;

}





.leftNavLinks

{

	padding-right: 10px;

	padding-bottom: 25px;

	



}





{

	color: red;

}





.navLinkText, .linkTextLanding

{

	color: #000000;

	font-size: 8pt;

}

/* End left navigation styles */

/******************************/





/***********************/

/* Main content styles */

#bodyTable, #bodyLanding

{

	width: 780px;

	margin-top: -2px;

	background-color: #ffffff;

	text-align: left;

	overflow: auto;  /*Bug in FireFox 1.5 that this is to fix*/

}



#bodyTablesmall, #bodyLandingsmall

{

	width: 580px;

	margin-top: -2px;

	background-color: #ffffff;

	text-align: left;

	overflow: auto;  

}





#contentMain

{

	margin-top: 5px;

}





#backToTop

{

	padding-bottom: 20px;  /*For FireFox 1.5*/

	margin-bottom: 20px;   /*For IE*/

}





#backToTopNoLeftNav

{

	clear: both;

	padding-bottom: 20px;  /*For FireFox 1.5*/

	padding-top: 20px;

	margin-left: 35px;

}





.contentWithLeftNav

{

	padding-left: 25px;

	padding-right: 25px;

	padding-top: 25px;

	vertical-align: top;

}







.HTMLLink

{	

}





.button {

	border: 1px solid #000000;

	background-color: #FFFFFF;

	padding: 6px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 14px;

	cursor: default;

	background-image: url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBg.gif);

	background-repeat: repeat-x;

	background-position: bottom;

}

#buttonPad {

	padding: 6px;

	background-color: #0066cb;

}





<script type="text/javascript">

// http://www.onlinebuttonsecrets.com



// Preload Over and Down state images

Image1= new Image(10,12);

Image1.src = "http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgDown.gif";

Image2= new Image(10,12);

Image2.src = "http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgOn.gif";



function press(ID)

{

	document.getElementById(ID).style.backgroundImage='url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgDown.gif)';

	document.getElementById(ID).style.backgroundPosition='top';

}

function release(ID)

{

	document.getElementById(ID).style.backgroundPosition='bottom';

	document.getElementById(ID).style.backgroundImage='url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBg.gif)';

}

function over(ID)

{

	document.getElementById(ID).style.backgroundPosition='bottom';

	document.getElementById(ID).style.backgroundImage='url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgOn.gif)';

}

	function linkify(URL,target, config)

{

	if(target != '')

	{

		// Open in a new window

		window.open(URL, target, config);

	}

	else

	{

		location.href=URL;

	}

}

</script>

.buttonImg

{

	cursor: pointer;

}

/* End main content styles */

/***************************/



h1

{

	color: #0066cb;

    font-size: 10px;

    line-height: 18px;

	text-align: center;

    letter-spacing: 10pt;

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

 }



/* heading1 */

#heading1

{

	color: #333333;

    font-size: 24px;

    line-height: 140%;

	text-align: center;

    letter-spacing: 4px;

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

    top: 4px;

}

/* End main heading1 */

/*****************************/



/***************************/



/* heading2 */

#heading2

{

	color: #333333;

    font-size: 20px;

	font-weight: bold;

	line-height: 24px;

	text-align: center;

    letter-spacing: 3px;

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

    top: -4px;

}

/* End heading2 */

/*****************************/



/***************************/



/* heading3 */

#heading3

{

	color: #333333;

    font-size: 16px;

	font-weight: bold;

	line-height: 18px;

    letter-spacing: 2px;

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

    top: -4px;

}

/* End heading3 */

/*****************************/



/*************************/

/* main text */

#maintext

{

	color: #333333;

    font-size: 14px;

    line-height: 18px;

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

    top: -4px;

}

/* End main text styles */

/*****************************/





/*************************/

/* main text bold */

#maintextbold

{

	color: #333333;

    font-size: 14px;

	font-weight: 800;

    line-height: 18px;

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

    top: -4px;

}

/* End main text styles */



/* Alex button */





.button {

	border: 1px solid #000000;

	background-color: #FFFFFF;

	padding: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 12px;

	cursor: default;

	background-image: url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBg.gif);

	background-repeat: repeat-x;

	background-position: bottom;

}

#buttonPad {

	padding: 5px;

	background-color: #CC3333;

}







<script type="text/javascript">

// http://www.onlinebuttonsecrets.com



// Preload Over and Down state images

Image1= new Image(10,12);

Image1.src = "http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgDown.gif";

Image2= new Image(10,12);

Image2.src = "http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgOn.gif";



function press(ID)

{

	document.getElementById(ID).style.backgroundImage='url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgDown.gif)';

	document.getElementById(ID).style.backgroundPosition='top';

}

function release(ID)

{

	document.getElementById(ID).style.backgroundPosition='bottom';

	document.getElementById(ID).style.backgroundImage='url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBg.gif)';

}

function over(ID)

{

	document.getElementById(ID).style.backgroundPosition='bottom';

	document.getElementById(ID).style.backgroundImage='url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBgOn.gif)';

}

	function linkify(URL,target, config)

{

	if(target != '')

	{

		// Open in a new window

		window.open(URL, target, config);

	}

	else

	{

		location.href=URL;

	}

}

</script>



/* end Alex button */



/*****************************/







