/* =THE BIG GUYS */
html {
	margin: 0;
	padding: 0;
}

p,
td,
li,
a {
	font: 12px arial,tahoma,verdana,sans-serif;
}

body,
p,
td {
	color: #000000;
	text-align:left;
}

body {
	background: #fff;
	margin: 1px 0px 0px 0px;
	padding: 0;
}

/* =LINKS */
a,
a:link,
a:link,
a:link,
a:hover {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
} 
a:link {
	color: Blue;
} 
a:visited {
	color: Blue;
} 
a:hover,
a:active {
	color: Blue;
} 

/* =GENERAL */
form {
	margin:0;
}
input {
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
}
input.f-submit {
	padding: 1px 3px;
	font-weight: bold;
	margin-bottom: 1px;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

img {
	border: none;
} 
hr {
	margin: 1em 0;
	background: #E3E8EE;
	height: 1px;
	color: #E3E8EE;
}
.clear {
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
} 

/* =HEADINGS */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	letter-spacing: 1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color: #666666;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

/* =TYPOGRAPHY */
p {
	margin: 0 0 1.5em;
}
ul, 
ol {
	margin-top: 0;
}

/* =LAYOUT =HEADER */
/* #header {
	background: #3F6CBE url("../wsimages/header_bg.gif") repeat-x 0 0;
	padding: 10px 0 0;
	border-bottom: 2px solid #000;
} */
#header {
	background: White;
	padding: 0 0 0 0;
	/* border-bottom: 2px solid #000 */;
}
#header_page_title {
	background: #A70336; 
}
#header_page_banner {
	background: #A70336;
}

#header h1 {
	margin: 0 20px 10px;
	padding: 0;
	color: Black;
	border: none;
}

#nav, 
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:left;
}
#nav {
	height: 1.6em;
	font-weight: normal;
}
#nav a, 
#nav a:link, 
#nav a:visited, 
#nav a:hover, 
#nav a:active {
	text-decoration: none;
	cursor: pointer;
} 
#nav a:link {
	color: White;
	font-size: 12px;
} 
#nav a:visited {
	color: White;
	font-size: 12px;
} 

#nav a:hover {
	color: Silver;
	font-size: 12px;
} 

#nav a {
	display: block;
	background: transparent;
	padding: 2px 5px;
}
#nav li {
	float: left;
	width: 8em;
	display: block;
	margin: 0 1px;
}
#nav li li {
	float: none;
	border-bottom: 1px solid #666666;
}
#nav li ul {
	position: absolute;
	background: #999999;
	font-weight: normal;
	width: 10em;
	left: -999em;
}
#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}
#nav li.active a {
	background: transparent;
}
#nav li.active li  {
	float: none;
	border-bottom: 1px solid #666666;
}
	
/* hide from IE mac \*/
#nav li {
	width: auto;
}
/* end hiding from IE5 mac */
	
#search {
	float: right;
	width: 18em;
	padding: 5px 10px;
	margin-top: -4.2em;
	font-size: 10px;
	position: absolute;
	top: 130px;
}
#search input {
	width: 10em;
	margin-right: 5px;
}
#search input.f-submit {
	width: auto;
	font-size: 12px;
}
#search h5 {
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
}
	
/* hide from IE mac \*/
#search {
	width: auto;
}
/* end hiding from IE5 mac */

/* =LAYOUT GENERAL */
#contentWrap {
	background: #fff;
	border-top: 1px solid #fff;
}
#content {
	margin: 0 30px
}

/* =LAYOUT TYPE B */
#typeB #contentWrap {
	background: #fff;
}
#typeB #utility {
	float: left;
	width: 165px;
	margin-top: 0px;
}
#typeB #content {
	margin: 0 30px 0 190px;
}

/* =LAYOUT TYPE C */
#typeC #contentWrap {
	background: #fff;
}
#typeC #utility {
	float: left;
	width: 130px;
	margin-top: 0px;
	text-align:left;
}
#typeC #content {
	float: left;
	margin: 0 0 0 0px;
	width: 40%;
	display: inline;
}
#typeC #contentSecondary {
	width: 32%;
	float: right;
	margin: 0 20px 0 0;
	display: inline;
	margin-top: 34px;
}

/* =SECONDARY NAVIGATION */
#navSecondary, 
#navSecondary li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navSecondary {
	padding-top: 0;
}
#navSecondary a {
	line-height: 1.8;
	padding: 5px 0px 0px 0px;
	background: transparent;
	font: normal 12px arial;
	display: block;
	width: 130px;
}
#navSecondary a, 
#navSecondary a:link, 
#navSecondary a:visited, 
#navSecondary a:hover, 
#navSecondary a:active {
	text-decoration: none;
	cursor: pointer;
} 
#navSecondary a:link {
	color: #666666;
} 
#navSecondary a:visited {
	color: #666666;
} 
#navSecondary a:hover, 
#navSecondary a:active, 
#navSecondary li.active a:link, 
#navSecondary li.active a:visited {
	color: #E17000;
	background: transparent;
} 
/*
#navSecondary li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
*/
/* =SECONDARY NAVIGATION - 2nd TIER */
#navSecondary ul {
	margin: -4px 0 1em 10px;
padding:  0;
}
#navSecondary li.active li a, 
#navSecondary li.active li a:link, 
#navSecondary li.active li a:visited {
	line-height: 1.5;
	background: transparent;
	padding: 0;
	font-weight: normal;
	width: auto;
	display: inline;
	color: #666666;
}
#navSecondary li.active li a:hover, 
#navSecondary li.active li a:active {
	background: transparent;
	color: #E17000;
}
#navSecondary li.active li {
	border: none;
}

/*
#navSecondary li.active li.active a:link, 
#navSecondary li.active li.active a:visited, 
#navSecondary li.active li.active a:hover, 
#navSecondary li.active li.active a:active {
	font-weight: bold;
}
*/

/* =SECONDARY NAVIGATION - 3rd TIER */
#navSecondary ul ul {
	margin: 0 0 1em 15px;
padding: 0;
}
#navSecondary li.active li.active li a, 
#navSecondary li.active li.active li a:link, 
#navSecondary li.active li.active li a:visited {
	background: transparent;
	padding: 0;
	font-weight: normal;
	width: auto;
	display: inline;
	color: #666666;
}

#navSecondary li.active li.active li a:hover, 
#navSecondary li.active li.active li a:active {
	background: transparent;
	color: #E17000;
}

/* =LAYOUT =FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0 20px;
	font-size: 10px;
	color: #999;
	text-align: center;
	background: #fff;
}
#footer p {
	margin: 0;
}
	
/* =BREAKCRUMB */
#breadcrumb,
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 5px 5px;
	text-align: left;
}	

.page_title {
	font: 16px/1 arial,tahoma,verdana,sans-serif;
}

/* Web Babies */
#webBabies .title {
	background: #dddddd;
	font-weight: bold;
}
#webBabies .message_title {
	background: #bbbbbb;
	font-weight: bold;
}
#webBabies .message {
	background: #eeeeee;
	font-weight: normal;
	height: 100%
}
#webBabies .label {
	background: #eeeeee;
	font-weight: bold;
	text-align: right;
}
#webBabies .data {
	background: #D7D7E1;
	font-weight: normal;
	text-align: left;
}

#linkText_received {
}
#linkText_send {
}gem install feedtools
