form p {
	clear: left;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 175;
	color: #666666;
	font: bold 11px arial, helvetica, sans-serif;
}
form p textarea {
	width: 350px;
	color: #666666;
	border: 1px solid #999999;
	font: 11px arial, helvetica, sans-serif;
	padding: 2px;
}
input.btn {
	color: #666666;
	background-color: #e6e6e6;
	border: 1px outset #999999;
	font: bold 11px arial, helvetica, sans-serif;
	margin-top: 10px;
}
input.txt {
	width: 200px;
	color: #666666;
	border: 1px solid #999999;
	font: 11px arial, helvetica, sans-serif;
	padding: 2px;
}
input.cbx {
	color: #999999;
	border: 1px solid #999999;
}
form select {
	border: 1px solid #999999;
	color: #999999;
	font: 11px arial, helvetica, sans-serif;
}
form option {
	border: 1px solid #999999;
}
/*HTML TAG ELEMENTS*/
html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/*NAVIGATION ELEMENTS*/
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	border-top: 1px dotted #e6e6e6;
}
#navigation ul li a {
	color: #075590;
	text-decoration: none;
	display: block;
	font: bold 11px/24px arial, helvetica, sans-serif;
	padding-left: 5px;
	width: 150px;
}
#navigation ul li a:hover {
	color: #467BB9;
}
#navigation ul a.active {
	color: #075590;
	text-decoration: none;
	display: block;
	font: bold 11px/24px arial, helvetica, sans-serif;
	padding-left: 5px;
	width: 150px;
}
#navigation ul.subNavigation {
	padding-bottom: 5px;
}
#navigation ul.subNavigation li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
}
#navigation ul.subNavigation li a {
	color: #467BB9;
	text-decoration: none;
	font: 11px/20px arial, helvetica, sans-serif;
}
#navigation ul.subNavigation li a:hover {
	color: #c60000;
}
#navigation ul.subNavigation li a.active {
	color: #c60000;
}
#navigation h1 {
	font: bold 11px/24px arial, helvetica, sans-serif;
	background-color: #075590;
	color: #ffffff;
	display: block;
	padding-left: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image:  url(../images/general/arrow.gif);
	background-repeat: no-repeat;
}
#icon_navigation img {
	margin: 5px 5px 5px 0px;
}

/*CONTENT ELEMENTS*/
#content {
	font: 11px/17px arial, helvetica, sans-serif;
	color: #666666;
	width: 390px;
}
#content a.block {
	color: #075590;
	text-decoration: underline;
	display: block;
}
#content a.block:hover {
	color: #467BB9;
	text-decoration: none;
}
#content h1 {
	font: bold 11px/24px arial, helvetica, sans-serif;
	background-color: #075590;
	color: #ffffff;
	display: block;
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:  url(../images/general/arrow.gif);
	background-repeat: no-repeat;
}
#content h2 {
	color: #075590;
	font: 18px/27px arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}	
#content h3 {
	font: 12px bold arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	border-top: 1px dotted #e6e6e6;
	border-bottom: 1px dotted #e6e6e6;
}

#content ol {
	margin-top: 10px;
	margin-left: 5px;
	padding: 10px;
	list-style: disc;
}
#content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content ul li {
	border-top: 1px dotted #e6e6e6;
	padding: 10px 5px 10px 5px;
	}
#content ul li h2 {
	color: #075590;
	font: bold 12px arial, helvetica, sans-serif;
	margin: 0px;
}	
#content ul li img {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
#content a.right {
	font: bold 11px arial, helvetica, sans-serif;
	color: #075590;
	display: block;
	text-align: right;
	text-decoration: none;
	margin-right: 10px;
}
#content a.right:hover {
	color: #467BB9;
}
#content a {
	color: #075590;
	text-decoration: underline;
	display: inline;
}
#content a:hover {
	color: #467BB9;
	text-decoration: none;
}
#content .thumbDescription {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 10px;
}
#content option {
	color: #666666;
}
#content strong {
	color: #333333;
}

/*RIGHT NAVIGATION ELEMENTS*/
#right h1 {
	font: bold 11px/24px arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: #c60000;
	padding-left: 16px;
	margin-bottom: 2px;
	background-image:  url(../images/general/arrow.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 120px;
	background-image:   url(../images/general/right_bg.gif);
}
#right ul li a {
	font: bold 11px/22px arial, helvetica, sans-serif;
	color: #c60000;
	text-decoration: none;
	padding-left: 10px;
}
#right ul li a:hover {
	text-decoration: underline;
}

/*Footer*/
#footer {
	font: 10px/22px arial, helvetica, sans-serif;
	color: #999999;
	border-top: 1px dotted #999999;
	margin-top: 20px;
	text-align: right;
}



/*Feature*/
#feature {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c60000;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 0 5px 0;
	text-align: center;
	border-left: 1px solid #ffffff;
	margin-top: 10px;
	line-height: 20px;
}

#feature a {
	color: #ffffff;
	font-size: 12px;
}
