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

#container {
	width:984px;
	overflow:hidden;
	1border: thin solid #000000;
}

#header {
	width:100%;
	height:157px;
	1background-color:#B3FFB3;
}

#footer {
	width:100%;
	margin-top:30px;
	1border: thin solid #000000;
	background-image:url(pulse/images/blue-bar.jpg);
	background-repeat:repeat-y;
}

#content {
 	width:100%;
	overflow:hidden;
	1background-color:#BCDEDE;
 	1border: thin solid #666666;
}

#left_container {
	float: left;
	width:194px;
	1border:thin solid #000000;
 }

#left {
	width:100%;
	background-image:url(pulse/images/leftbg.jpg);
	margin-bottom:20px;
	padding-bottom:15px;
	1border-bottom:thin solid #408080;
	1border:thin solid #000000;
 }

#right_container {
	float:right;
	width:790px;
	1background-color:#CCCCCC;
}

#middle {
	width:75%;
	float:left;
	1background-color:#FFE8E8;
}

#right {
	width:100%;
	text-align:left;
	padding-top:20px;
	font-family:"Segoe UI", Arial, Helvetica;
	font-size:12px;
	1background-color:#FFD2D2;
}

#right_column {
	width:24%;
	float:right;
}

#leftmenu {
	width:100%;
	padding-left:20px;
	1border-right: 1px solid black;
}

#leftimage {
	width:154px;
	height:272px;
	1border-right: 1px solid black;
}

#subscribebox {
	width:85%;
	text-align:left;
	margin-top: 10px;
	font-family:"Segoe UI", Arial, Helvetica;
	font-size:12px;
	1border: thin solid #000000;
}

#search_box {
	width:98.5%;
	height:22px;
	border:thin solid #408080;
	color:#000040;
	font-family:"Segoe UI", Arial, Helvetica;
	margin-top:5px;
	margin-bottom:5px;
}

#email_address {
	width:98.5%;
	height:22px;
	border:none;
	color:#000040;
	font-family:"Segoe UI", Arial, Helvetica;
	margin-top:5px;
	margin-bottom:5px;
}

#signup_button {
	width:100%;
	height:30px;
	border: thin solid #408080;
	background:#F2F9F9;
	color:#408080;
	font-family:"Segoe UI", Arial, Helvetica;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}



#rightheaderbar {
 height:36px;
 1border: thin solid #666666;
}
#rightheader {
	height:121px;
	width:700px;
	1border: thin solid #666666;
}

#content_ie {
 	width:90%;
	margin-top:20px;
	color:#666666;
	overflow:hidden;
	1background-color:#BCDEDE;
 	1border: thin solid #666666;
}

#content_safari_firefox {
 	width:90%;
	overflow:hidden;
	margin-top:20px;
 	1border: thin solid #666666;
}


.newsletter_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	1color:#B73C2C;
	color:#336699;
	font-size:15px;
	font-weight:bold;
}

.newsletter_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color:#324256;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

.box_title {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color:#B73C2C;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.newsletter_text {  
	font-family:"Segoe UI", Arial, Helvetica;
	font-size: 10pt; 
	font-style: normal; 
	line-height: 22px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color:#525252;
	}

#right_column a {
	color:#3366FF;
	font-size:12px;
	text-decoration:none;
}
#right_column a:visited {
	color:#3366FF;
}
#right_column a:hover {
	color:#0099CC;
}

#content_safari_firefox a {
	color:#3366FF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#content_safari_firefox a:visited {
	color:#3366FF;
}
#content_safari_firefox a:hover {
	color:#3300CC;
}

#content_ie a {
	color:#3366FF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#content_ie a:visited {
	color:#3366FF;
}
#content_ie a:hover {
	color:#3300CC;
}

