/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3464A7;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style1 {
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {
	font-size: 10px;
	color: #999999;
}

/* Main Menu */
#menu a, #menu span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 15px 7px 15px;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
}
#menu a:hover, #menu a:active {
	color: #FFFF00;
}

/* Menu Buttons */
.button_col {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
.button_col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.button_col li {
	margin: 5px 5px 0px 0px;
	padding: 0;
	width: 207px;
	height: 207px;
	background-repeat: no-repeat;
}
.button_col a {
	display: block;
	margin: 0;
	text-decoration: none;
	background-repeat: no-repeat;
}
/*button with text and background image, two lines of text*/
.text_back_two {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	width: 207px;
	padding: 74px 0px 73px 0px;
}
/*button with text and background image, three lines of text*/
.text_back_three {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	width: 207px;
	padding: 59px 0px 58px 0px;
}
/*button with icon, double line text*/
.icon_two {
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	width: 152px; /* 207 - (padding-left) */
	background-repeat: no-repeat;
	color: #000000;
	padding: 147px 0px 4px 55px;
	background-position: 1px 150px;
}
.icon_two_22 {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	width: 152px; /* 207 - (padding-left) */
	background-repeat: no-repeat;
	color: #000000;
	padding: 150px 0px 4px 55px;
	background-position: 1px 150px;
}
/*button with icon, single line text*/
.icon_one {
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	width: 152px; /* 207 - (padding-left) */
	background-repeat: no-repeat;
	color: #000000;
	padding: 163px 0px 18px 55px;
	background-position: 1px 150px;
}
/* Hover Functions */
.text_back_two:link, .text_back_two:visited,
.text_back_three:link, .text_back_three:visited {
	color: #000000;
	background-image: url(../images/template/btn_border.gif);
}
.text_back_two:hover, .text_back_three:hover {
	color: #4040F1;
	background-image: url(../images/template/btn_border_hover.gif);
}
.icon_one:link, .icon_one:visited,
.icon_two:link, .icon_two:visited,
.icon_two_22:link, .icon_two_22:visited {
	background-image: url(../images/template/btn_icon.gif);
}
.icon_one:hover, .icon_two:hover,
.icon_two_22:hover {
	background-image: url(../images/template/btn_icon_hover.gif);
}

#main {
	width: 740px;
	border: 4px solid #4040F1;
	margin:0;
	padding:0;
}

#footer {
	clear: both;
	margin:0;
	width:740px;
	text-align:center;
}