@charset "utf-8";
/* CSS Document */

#menu {
	float:right;
	width:400px;
	text-align:right;
	color:#104da5;
	font-size: .8em;
        padding:10px;
}
#menu-holder {
	background-color:#dddddd;
        text-align:center;
        font-size: .8em;
}

table.tablemenu{ 
        background-color: #dddddd; 
        border-left: 1px solid #104da5;
        border-top: 1px solid #104da5;
        border-bottom: 1px solid #104da5;
}
td.tdmenu{ 
        border-right: 1px solid #104da5; 
        width: 16%;
}
td.tdmenuselect{ 
        border-right: 1px solid #104da5; 
        background-color: #c5c6e6
}
a.menu_main{ 
        color: #104da5; 
        text-decoration: none; 
        font-weight:bold;
        font-size:14px;
}


#phone-text {
	color:#104da5;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

body {
	background-color:#ffffff;
	font-family: Arial, Verdana, Helvetica, Times New Roman;
        margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;
}
#footer {
	margin-top:0px !important;
        background-color:#dddddd;
	height:80px;
        width:800px;
	padding-top:0px;
}
#text {
	width:780px;
	padding:10px;
        font-size:12px;
}
#header {
	height:149px;
	padding:0px;
	width:800px;
	text-align:left;
}