﻿body
{
	margin : 0px;
	padding : 0px;
	background-color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.main
{
	width : 850px;
	border-right : 1px solid #bbbbbb;
	border-bottom : 2px solid #bbbbbb;
	border-left : 1px solid #bbbbbb;
	/*background-color : #fffcf3;*/
}

div.footer
{
	color : #777777;
	font-size : smaller;
	margin-top : 2px;
	padding : 6px 0px 0px 10px;
}

div.background_home
{
	background-image : url(Img/bg_large.jpg);	
	height : 300px;
}

div.background
{
	background-image : url(Img/bg_large.jpg);	
	height : 61px;
}

div.header
{
	height : 60px;
}

div.headerlogo
{
	width : 250px;
	height : 60px;
	cursor : pointer;
}

div.content
{
	padding : 25px;
	background-image : url(Img/grad.jpg);	
	background-position : top;
	background-repeat : repeat-x;
}

/************
Content Left 
*************/

td.contentleft
{
	width : 175px;
	padding-right : 25px;
}

div.contentleft
{	
	padding-top : 5px; /* account for middle title text being so large */
}

div.leftbox
{
	margin-top : 5px;
	text-align : left;
	border : 1px solid #bdbdbd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.lefttitle1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;		
	background-color : #999999;
	padding : 2px 8px 2px 8px;
}

.leftcontent
{
	margin : 8px;
}

.lefttitle2
{
	font-family: Arial;
	font-size: 11px;
	font-weight : bold;
	padding : 4px 0px 4px 0px;
}

.leftseparator
{
	font-size : 0px;
	margin : 4px;
	border-top : 1px solid #909090;
	border-bottom : 1px solid #bfbfbf;
}

.leftphrase 
{
	font-size : 11px;
	line-height: 18px;
	/*text-transform: uppercase;*/
	/*font-style : italic;*/
	/*text-align : justify;*/
	color: #C21E3C;
	padding : 4px 0px 4px 0px;
}

.lefttext
{
	line-height: 15px;
	padding : 4px 0px 4px 0px;
}

/************
Content Middle 
*************/

td.contentmiddle
{
}

div.contentmiddle
{
	text-align : justify;
}

.middletitle1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	/*text-transform: lowercase;*/
	color: black;
}

.middletitle2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	/*text-transform: lowercase;*/
	color: black;
}

.middlesubtitle1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: black;
}

.middlesubtitle2
{
	padding-top : 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	color: black;
}

.middletext
{
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/************
Content Right 
*************/

td.contentright
{
	width : 175px;
	padding-left : 25px;
}

div.contentright
{
	padding-top : 5px; /* account for middle title text being so large */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.rightbox
{
	margin-top : 5px;
	padding : 8px; 
	text-align : right;
	border : 1px solid #bdbdbd;
	background-color : #f5f5f5;
}

div.rightboxempty
{
	margin-top : 5px;
	text-align : right;
}

/************
Links 
*************/

a:link 
{
	text-decoration: none;
	color: #C21E3C;
}

a:visited 
{
	text-decoration: none;
	color: #C21E3C;
}

a:hover 
{
	text-decoration: underline;
	color: #C21E3C;
}

a:active 
{
	text-decoration: none;
	color: #C21E3C;
}

.homelinktitle
{
	padding : 10px;
	cursor : pointer;
	vertical-align : middle;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #8B1715;
}

.homelinktitle_Over
{
	padding : 10px;
	cursor : pointer;
	vertical-align : middle;
	background-color : #8B1715;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
}

.homelinkimg
{
	cursor : pointer;
	border : 1px solid white;
	padding : 10px;
}

.homelinkimg_Over
{
	cursor : pointer;
	border : 1px solid #8B1715;
	padding : 10px;
}
