/****************************************/
/*****  Default CSS Tags
/****************************************/

body {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-color: #015293;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #555555;
}

.body_content p {
	padding: 0px 10px 0px 7px;
	line-height: 17px;
}

a {
	color: #5383e2;
	text-decoration: none;
}

a:hover {
	color: #5383e2;
	text-decoration: underline;
}

a:active {
	color: #5383e2;
	text-decoration: underline;
}

a:visited {
	color: #5383e2;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	color: #555555;
}

h2 {

}

h3 {

}

hr {

}

ul, li {

}



/****************************************/
/*****  Main CSS Tags
/****************************************/

.container {
	width: 768px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.topbar {
	width: 768px;
	height: 29px;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

.body_top {
	width: 768px;
	height: 7px;
	background-image: url(../images/body_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	clear: both;
}

.body_bot {
	width: 768px;
	height: 7px;
	background-image: url(../images/body_bot.gif);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
}

.body_left {
	width: 184px;
	margin: 0px 7px 0px 5px;
	float: left;
}

.logo {
	width: 184px;
	height: 170px;
	margin: 0px 0px 7px 0px;
	float: left;
	clear: both;
}

.menu {
	width: 184px;
	float: left;
	clear: both;
}

.menucat {
	width: 184px;
	height: 22px;
	float: left;
	clear: both;
}

.imagebox {
	width: 184px;
	margin: 10px 0px 5px 0px;
	float: left;
	clear: both;
}

.body_right {
	width: 557px;
	margin: 0px 8px 0px 0px;
	float: left;
}
*html .body_right {
	width: 550px;
	margin: 0px 0px 0px 0px;
	float: left;
}
*+html .body_right {
	width: 550px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.banner_main {
	width: 557px;
	height: 250px;
	margin: 29px 0px 0px 0px;
	float: left;
	clear: both;
}

.bannersm {
	width: 557px;
	height: 155px;
	margin: 29px 0px 0px 0px;
	float: left;
	clear: both;
}

.banner_main-bar {
	width: 557px;
	height: 20px;
	margin: 5px 0px 10px 0px;
	float: left;
	clear: both;
}

.body_content {
	width: 557px;
	padding: 0px 0px 10px 0px;
	float: left;
	clear: both;
}

.rightside {
	width: 175px;
	margin: 0px 0px 15px 15px;
	float: right;
}

.rightside2 {
	width: 175px;
	margin: 10px 0px 10px 5px;
	border-top: 1px dotted #015293;
	float: left;
	clear: both;
}

.mailinglist {
	width: 175px;
	text-align: left;
	float: left;
	clear: both;
}

.maillabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 160px;
	background-color: #015293;
	background-image: url(../images/bg_gradient1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #c2cde0;
	padding: 3px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	color: #f3faff;
}

.btn {
	margin: 0px 10px 0px 2px;
}
.vidBlock{
	border: solid 1px #000;
	width: 175px;
}
.video {
	width: 176px;
	margin: 10px 0px 0px 0px;
	float: left;
	clear: both;
	padding:3px;
	border: solid 1px #065492;
}

.footer {
	width: 760px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	clear: both;
}

/****************************************/
/*****  Misc Text
/****************************************/

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #555555;
}

#main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #555555;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	line-height: 15px;
	color: #CCCCCC;
}

#footer a {
	color: #fafafa;
	text-decoration: none;
}

#footer a:hover {
	color: #eef8ff;
	text-decoration: underline;
}

#footer a:active {
	color: #eef8ff;
	text-decoration: underline;
}

#footer a:visited {
	color: #fafafa;
	text-decoration: none;
}


