/* text styles */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-right: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	padding-top: 3px;
	text-indent: 5px;
	padding-bottom: 3px;
}
.red {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	list-style-image: url(../images/bullet.gif);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF0000;
}
/* Container Styles---------------------------------------------------*/
.header_container {
	background-image: url(../images/banner_repeat.jpg);
	background-repeat: repeat-x;
	height: 95px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.navigation_container {
	width: 100%;
	background-image: url(../images/navbar_repeat.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: left;
	height: 30px;
	text-indent: 99px;
}

#navtable
{
	margin-top:2px;
}

.navbar_cell {
	width: 650px;
	text-indent: 99px;
	height: 25px;
}

.jumpmenu {
	background-position: bottom;
	margin-top: 15px;

}
.page_heading_container {
	line-height: 30px;
	text-indent: 10px;
	padding-top: 15px;
	background-color: #F5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/*Styles below are for the links for the Nav bar only---------------------------------------*/
a.navbar:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration:none;
}a.navbar:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration:none;
}a.navbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-decoration:none;
}a.navbar:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-decoration:none;
}
/*Styles above are for the links for the Nav bar only-----------------------------------*/


.left_box {
	width: 120px;
	vertical-align: top;
	padding-top: 10px;
}
.body_box {
	width: 100%;
	padding-right: 5px;
	vertical-align: top;
	margin-left: 20px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}
.footer {	
background-image: url(../images/navbar_repeat.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	line-height: 20px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;

}

.right_box {
	width: 180px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	padding: 5px;
	margin: 10px;
}
.babelbox {
	width: 180px;
	vertical-align: middle;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

body {
	background-image: url(../images/texture1.gif);
	background-repeat: repeat;
}
