body {
	background-color: #858585;
	margin: 0px;
}
.bg_bluegradient {
	background-image: url(images/bg_blue.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333366;
}
.greyimage2 {
	background-image: url(images/greyimage2.gif);
	background-repeat: no-repeat;
}

.bg_blue {
	background-color: #333366;
}
.fill-menu {
	background-image: url(images/fillmenu.gif);
	background-repeat: repeat-x;
}
.greyimage {
	background-image: url(images/greyimage.gif);
	background-repeat: no-repeat;
	background-color: #ACACAC;
}
.bg_content {
	background-image: url(images/fill-body.gif);
	background-repeat: repeat-y;
}
.text-title {
	font-family: "Palatino Linotype", Georgia;
	font-size: 30px;
	color: #333366;
}

.text-welcome {
	font-family: "Palatino Linotype", Georgia;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 26px;
}
.text-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.text-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text-news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A2F25;
	text-decoration: none;
	font-weight: bold;
}
.text-news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.text-ryan {
	font-family: "Palatino Linotype", Georgia;
	font-size: 18px;
	color: #333366;
}
.boxtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #515164;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
}
.text-second {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #104269;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.title-practic {
	font-family: Tahoma;
	font-size: 11px;
	color: #515164;
	height: 28px;
	background-image: url(images/fill-practice.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
	padding-left: 10px;
}
.text-articl {
	font-family: Tahoma;
	font-size: 12px;
	color: #343466;
}

.text-articl a {
	font-family: Tahoma;
	font-size: 12px;
	color: #343466;
	text-decoration: none;
}




.bold {
	color: #333366;
	font-weight: bold;
}

.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.footerlogo {
	background-image: url(images/logofooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	padding-left: 25px;
}
.greyimage3 {
	background-image: url(images/greyimage3.gif);
	background-repeat: no-repeat;
	height: 120px;
}
.fill-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333366;
	background-image: url(images/fill-title.gif);
	background-repeat: repeat-x;
	height: 35px;
	text-transform: uppercase;
	padding-left: 15px;
	line-height: 35px;
}
.text-details {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: right;
	line-height: 20px;
}
.text-detailsbold {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
}
.text-article2 {

	font-family: Tahoma;
	font-size: 12px;
	color: #585859;
}
.tablepadding {
	padding: 10px;
}

/* Menu Menu Menu */

.menu1 {
	float:left;
	width:460px;
	font-family: Tahoma;
	font-size:11px; /* for this demo only */
	background-image: url(images/fillmenu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333366;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
	float:left;
	position:relative;
	background-image: url(images/span.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu1 ul li a, .menu1 ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#333366;
	line-height:51px;
	height:51px;
	font-family: Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a.menu1one:hover {border-color:#c00; color:#003399;}

.menu1 ul li:hover a.menu1one {border-color:#c00; color:#0066CC;}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block;position:absolute;top:32px;margin-top:1px; left:0;width:154px;border-bottom:1px solid #000;
}
.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block;background:#fff;color:#000;height:auto;line-height:15px;padding:4px 16px; width:120px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li:hover ul li a:hover {
color:#000; background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover.drop {
background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:33px; background:#fff;left:0; border-bottom:1px solid #000;
}
.menu1 ul li a:hover ul.endstop {
left: -92px;
}
.menu1 ul li a:hover ul li a {
display:inline;background:#fff;color:#000; height:1px; line-height:15px; padding:4px 16px; width:120px; w\idth:120px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#000; background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}

/* Menu Menu Menu */
