/*
*************************************
HTML TAGS


color schema:
yellow 	#F6FA83
orange	#F7C709 
red		#993333
*************************************
*/
body 
{	
	background-color: #F6FA83;
}

a:link
{
	text-decoration:none;	
}

a:visited
{
	text-decoration:none;
	color: blue;
}

table.header
{
	width: 800px;
	height: 106px;
	background-image: url(topBorder.jpg);
	border: 0px;
}

table.headerborder
{
	width: 785px;
	border-bottom: 1px solid #000000;
}

table.forms
{
	width: 250px;	
	margin-top: 50px;
	margin-right: 20px;
}

td.headerborderRightPush
{
	width: 8px;
}

td.rightimage
{
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 10px;	
}

td.leftimage
{
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 40px;	
}

table.links
{
	width: 650px;
	
}

table.footer
{
	width: 800px;
	height: 30px;
	background-image: url(bottomBorder.gif);
	border: 0px;
}

table.main
{
	width: 800px;
	height: 85%;
	background-image: url(middleBorder.gif);	
	border: 0px;
}

table.contactinfo
{
	font-family:  "Trebuchet MS" serif;
	font-size: 10px;
	font-weight: bold;	
	text-align: center;
}

select.contact
{
	font-family:  "Trebuchet MS" serif;
	font-size: 12px;
	width: 200px;
}

img.entrance
{
	width: 230px;
	height: 146px;
}

font.required
{
	text-align: left;
	vertical-align: top;
	font-family:  "Trebuchet MS" serif;
	font-size: 12px;
	color: red;
}

/*
*************************************
LINKS
*************************************
*/
#linksTable
{
	font-family:  "Trebuchet MS" serif;
	font-size: 15px;
	font-weight: bold; 		
	color: #666666; 
	text-align: center;
}
.linksText
{
	color: #666666; 
}

.linksRow
{
	color: #666666; 
	padding-left: 5px;
	padding-right: 5px;
}

/*
*************************************
CONTENT
*************************************
*/

#paragraphMain
{
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 50px;
	font-family:  "Trebuchet MS" serif;
	font-size: 12px;
}

#paragraphMinor
{
	text-align: left;
	vertical-align: center;	
	padding-top: 5px;	
	font-family:  "Trebuchet MS" serif;
	font-size: 12px;	
}

#paragraphHeaderSpace
{
	text-align: left;	
	margin-left: 30px;	
	padding-top: 10px;
}

#paragraphHeader
{
	width: 375px;
	border-bottom: 2px solid #993333;
	font-family:  "Trebuchet MS" serif;
	font-size: 14px;
	font-style: italic;
	color: #993333;
}

#imageMain
{
	border: 1px solid #CCCCCC;
}

#imageHeaderSpace
{
	text-align: left;
	margin-left: 30px;	
	padding-top: 10px;
}

#contactMain
{
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 15px;
	font-family:  "Trebuchet MS" serif;
	font-size: 12px;
}