/*
 *  $Id: $
 */
/*
 *  Websites Common Files
 *  Copyright (C) 2007 David M. Syzdek <webmaster@syzdek.net>.
 */
/*
 *  /common/styles.css - formatting styles for website
 */

/* link styles */
a         { color: black;   border: 0; text-decoration: none }
a:link    { color: #333377; border: 0; text-decoration: none }
a:visited { color: #333377; border: 0; text-decoration: none }
a:hover   { color: red;     border: 0; text-decoration: underline }

/* general styles */
body
{
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
   background-color:	#FFFFFF;
   color:		black;
   border:		0;
   text-align:		left;
   font-family:		Times;
   font-size:		14px;
}
img
{
   border:		0;
}
table
{
   border:		0;
   margin:		0;
   padding:		0;
}
td
{
   border:		0;
   margin:		0;
   padding:		0;
}
tr
{
   border:		0;
   margin:		0;
   padding:		0;
}

/* site menu styles */
table.sitemenu { width: 100%; }
form.sitemenu  { border-collapse: collapse; }
a.sitemenu         { color: white;   border: 0; text-decoration: underline }
a.sitemenu:link    { color: white;   border: 0; text-decoration: underline }
a.sitemenu:visited { color: white;   border: 0; text-decoration: underline }
a.sitemenu:hover   { color: #DDDDDD; border: 0; text-decoration: underline }
.sitemenu
{
   background:		#333333; 
   //text-align:	left;
   font-family:		Times;
   font-size:		12px;
   color:		#999999;
   border:		0;
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
}

/* title styles */
.title
{
   background:		#669999; 
   text-align:		center;
   font-family:		Times;
   font-size:		19px;
   width:		100%;
   height:		65px;
   border:		0;
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
}
.title1 {  font-size: 18px; }
.title2 {  font-size: 24px; }
.title3 {  font-size: 18px; }

/* menu styles */
table.menu { width: 100%; }
a.menu         { color: white;   border: 0; text-decoration: underline }
a.menu:link    { color: white;   border: 0; text-decoration: underline }
a.menu:visited { color: white;   border: 0; text-decoration: underline }
a.menu:hover   { color: #DDDDDD; border: 0; text-decoration: underline }
.menu 
{ 
   background:		#222222; 
   text-align:		right; 
   font-family:		Times;
   font-size:		16px;
   color:		white;
   height:		25px;
   border:		0;
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
}

/* end of CSS page */
