
/* Header */

.header_top {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #e4d692;
	background-color: #192d50;
	height: 64px;
	width: 780px;
}

.header_mid {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #e4d692;
	background-color: #061628;
	background-image: url(images/header/header_mid-bg.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.header_menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #e4d692;
	background-color: #192d50;
}

.descriptive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

/* Page Content*/

.content_bg {
	background-color: #345487;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.left_column {
	background-image: url(images/side-menus/Lside-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.right_column-top {
	background-image: url(images/side-menus/RsideTop-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.right_column {
	background-image: url(images/side-menus/RsideBtm-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*side practices*/
.style5 {
	color: #CDE2FF;
	font-weight: bold;
	font-size: 12px;
}

.style5 a{
	color: #CDE2FF;
	font-weight: bold;
	font-size: 12px;
}

.style5 a:hover{
	color: #E4D692;
	font-weight: bold;
	font-size: 12px;
}
.style6 {
	color: #CDE2FF;
	font-size: 10px;
}
.style6 a{
	color: #CDE2FF;
	font-size: 10px;
}

.style6 a:hover{
	color: #E4D692;
	font-size: 10px;
}
.style1 {
	color: #E4D692;
	font-size: 12px;
	font-weight: bold;
}
.style7 {
	color: #345487;
	font-weight: bold;
	font-size: 11px;
}

.style7 a{
	color: #345487;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.style7 a:hover{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
	.h1override {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}