body
{
	font-family: arial, helvetica, sans serif;
	font-size: x-small;
	color: #000066;
	margin-top: 30px;
	background-color: #fff;
}

table
{
	font-size: x-small;
}

#menu
{
	font-family: georgia, arial, helvetica, sans serif;
	background-color: #3434AC;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	padding-right: 10px;
	word-spacing: 5px;
}



/* ----------  top menu ---------------*/
#menu a:link, #menu a:visited, #menu a:active
{
	color: #fff;
	text-decoration: none;
}
	
#menu a:hover
{
	color: #fff;
	text-decoration: underline;
}
/* end of menu */




/* ----------  homepage columns ---------------*/
.title
{
	font-family: georgia, arial, helvetica, sans serif;
	color: #000066; /* dark blue*/
	font-weight: bold;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
}

td.columnlight
{
	background-color: #EFF2FD;/* faded light blue*/
	padding-top: 10px;
	border-right: 1px solid #3434AC;
	
}
td.columnlight p
{
	padding-right: 10px;
	padding-left: 10px;
}


td.columnlight2
{
	background-color: #EFF2FD; /* faded light blue*/
	padding-top: 10px;
	border-right: 1px solid #3434AC; /* blue*/
	border-left: 1px solid #3434AC; /* blue*/	
}

td.columnlight2 p
{
	padding-right: 10px;
	padding-left: 10px;
}

td.columndark
{
	background-color: #D4D9FB; /* faded  blue*/
	padding-top: 10px;
	border-right: 1px solid #3434AC;  /* blue*/
}

td.columndark p
{
	padding-right: 10px;
	padding-left: 10px;
}
/* end of homepage columns*/

/* ----------  main 2 content panels ---------------*/
#content1 
{
	width: 384px;
	background-color: #D4D9FB; /* faded  blue*/
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #3434AC;
}

#content2
{
	background-color: #EFF2FD; /* faded light blue*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #3434AC;
	border-left: 1px solid #3434AC;
}
/*end of content panels*/


a
{
	color: #CC0033; /* red */
	text-decoration: none;
}

a:visited
{
    color: #CC0033; /* red */
	text-decoration: underline;
}

a:hover
{
    color: #CC0033; /* red */
	text-decoration: underline;
}

h1
{
	font-family: georgia, arial, helvetica, sans serif;
	color: #000066;
	font-weight: bold;
	font-size: small;
}

h2
{
	font-family: georgia, arial, helvetica, sans serif;
	color: #000066;
	font-weight: bold;
	font-size: 90%;
}


#footer
{
	font-family: arial, helvetica, sans serif;
	color: #000066;
	font-weight: normal;
	font-size: xx-small;
	background-image: url(images/footer.gif);
	background-position: top-center;
	background-repeat: no-repeat;
	padding-right: 10px;
}


/*------- homepage small box links --------*/
#box
{	
	float: center;
	width: 170px;
	margin: 10px;
}

.dark
{
	background-color: #D4D9FB;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: x-small;
	height: 25px;
}

.light
{
	background-color: #EFF2FD;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: x-small;
	height: 25px;
}
/* end of homepage small box links */

.left		
{
	float: left;
	margin-right: 10px;
}

.right
{
	float: right;
	margin-left: 10px;
}

input, textarea
{
	background-color: #EFF2FD;
	font-family: arial;
	color: #000066;
}

.button
{
	color: #fff;
	font-weight: bold;
	background-color: #3434AC;
}

#prices
{
	border: 1px solid #3434ac;
	border-collapse: collapse;
}

#prices th
{
	background-color: #3434ac;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#prices td
{
	border: 1px dotted #3434ac;
	background-color: #fff;
}.seo {
	font-family: georgia, arial, helvetica, "sans serif";
	color: #000066;
	font-weight: normal;
	font-size: xx-small;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
.seo2 {
	font-family: georgia, arial, helvetica, "sans serif";
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;

}
