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

body, td,th {
	margin: 0 0 0 0;
	}

a:link {
	color: #999999;
	text-decoration: none;
	}
	
a:visited {
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	color: #7F1616;
	text-decoration: none;
	}
	
a:active {
	color: #999999;
	text-decoration: none;
	}
	
h2 {
	font-size: large;
	border-bottom-color: #C4C4C4;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	text-align: left;
	font-weight: lighter;
	padding-bottom: 5px;
}

.content h1 {
	font-size: xx-large;
	padding-bottom: 5px;
	border-bottom-color: #B1002E;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom-style: double;
	border-bottom-width: medium;
	width: 100%;
	text-align: left;
	font-weight: lighter;
}
.content h2 {
	font-size: large;
	border-bottom-color: #C4C4C4;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	text-align: left;
	font-weight: lighter;
	padding-bottom: 5px;
}
.content h3 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 100%;
	text-align: right;
	font-weight: lighter;
	line-height: 5px;
}
.content h4 {
	font-size: large;
	border-bottom-color: #B1002E;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom-style: double;
	border-bottom-width: medium;
	width: 100%;
	text-align: right;
	font-weight: lighter;
	padding-bottom: 25px;
	line-height: 0px;
}
.content h5 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 100%;
	text-align: right;
	font-weight: bold;
	line-height: 5px;
	text-decoration: line-through;
}
.content h6 {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 100%;
	text-align: left;
	font-weight: lighter;
	line-height: 0;
	margin-top: 100px;
	margin-bottom: 30px;
}
.content h7 {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 100%;
	text-align: left;
	font-weight: lighter;
}

.content p {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.content   ul   li  {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #666666;
	padding-left: 50px;
	float: right;
}
	
/* Structure */
	
#wrap {
	margin: auto;
	width: 100%;
	position: relative;
}

.header {
	width: 1000px;
	height: 150px;
	margin: auto;
	background-image: url(../Images/header2.png);
}

.navigation {
	width: 990px;
	margin: auto;
	height: 40px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.pattern {
	width: 100%;
	height: 200px;
	background-image: url(../Images/pattern.gif);
}

.patternimage {
	width: 998px;
	height: 198px;
	border: thin solid #000000;
	margin: auto;
}

.content {
	width: 900px;
	margin: auto;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #C7C7C7;
	padding-bottom: 25px;
}
.footer {
	margin: auto;
	width: 900px;
	height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666666;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.footerleft {
	float: left;
	width: 50%;
	position: relative;
}
.footerright {
	float: right;
	width: 50%;
}
.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: small;
}
input.button {
	cursor: pointer;
	border:1px solid #fff;
	color:#fff;
	font: Tahoma, Arial;
	background: #b1002e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
input.button:hover { 
	cursor: pointer;
	background: #7F1616; 
	color:fff; }
/* Navigation */

#jsddm
{
	margin: auto;
	position: relative;
	padding: 0;
	float: right;
}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	color: #ffffff;
	white-space: nowrap;
	background-color: #B1002E;
}

	#jsddm li a:hover
	{
	background: #333333
}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{
	width: auto;
	background: #B1002E
}
		
		#jsddm li ul li a:hover
		{
	background-color: #333333;
}
.share {
	position: relative;
	width: 120px;
	top: 160px;
}

