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

A { font-weight: bold;
	text-decoration: none;
	font-weight: lighter;
	}

A:link {	font-weight: bold;
			color: #960101;
		text-decoration: underline;
		}

A:visited {
			font-weight: bold;
			color: #960101;
			text-decoration: underline;
			}

A:hover { font-weight: bold;
			color: #960101;
		  text-decoration: none;
		  }

A:active {
			font-weight: bold;
			text-decoration: underline;
			 }
			 


body {background-color: #fff;
	  margin-top:0px;
	  margin-bottom:0px;
		}

#content {width: 955px; 
		  padding:0;
		  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		  font-size: 16px;
		  font-style: normal;
		  color: #333333;
		  line-height: 22px;
			}
			
#header {background-color:#960101;
		 width: 955px; 
		 height: 95px;
		 font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		 font-size: 16px;
		 font-style: oblique;
		 font-weight:200;
		 color: #ffffff;
		}
		
#tagline { padding-top:62px;
			}

#case { 
		width: 955px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: left;
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		font-size: 16px;
		font-style: normal;
		color: #333333;
		 }

#case2 {
		width: 955px;
		padding-left: 30px;
		padding-right: 30px;
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		font-size: 16px;
		font-style: normal;
		color: #333333; 
		text-align: left;
		}
		
#case3 {
		width: 955px;
		padding-left: 0px;
		padding-right: 30px;
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		font-size: 16px;
		font-style: normal;
		color: #333333; 
		text-align: left;
		}
		 
h1 { font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	 font-size: 50px;
	 font-style: normal;
	 font-weight: bold;
	 color: #333333;
	 margin-bottom: 5px;
	 text-align: left;
	 line-height: 50px;
	 }

.categories{ font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	 		 font-size: 16px;
	 		 font-style: oblique;
	 		 font-weight: bold;
	 		 color: #960101;
	 		}

.description { width: 600px;
			}

#divider { border-top-color: #c6c6c6;
		   border-top-style: solid;
		   border-top-width: 1px; 
		   }

#divider2 { border-top-color: #960101;
		   border-top-style: solid;
		   border-top-width: 5px; 
		   }
		   
.extralink {font-weight:bold;
}

.extradescription {font-style: oblique;
					text-align: left;
}

#footer {background-color:#960101;
		 width: 955px; 
		 height: 95px;
		 font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		 font-size: 14px;
		 font-style: normal;
		 text-align: left;
		 font-weight:200;
		 color: #ffffff;
		 padding-left: 30px;
		 padding-top:10px;
		}