html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, head, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color : #000;
	font-family : Arial,Verdana,sans-serif;
	font-size: 100%;
}
ul {
	list-style: none;
}
ol {
	list-style: inside decimal;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
strong {
	color: #9F1709;
}
table {
	border-collapse: collapsed;
	border-spacing: 0;
	border: none;
}
table td {
	text-align: left;
	padding: 0px 10px 0px 0;
}
table th {
	padding: 2px;
	font-size: 1em;
} 

textarea {
        border:1px #bdbdbd solid;
        font-family : Arial,Verdana,sans-serif;
        font-size: 100%;
}

textarea:focus {
        border:1px #000 solid;
}

table.special {
	border-collapse: separate;
	border-spacing: 1;
	border-style:solid; border-width:0px; 
	vertical-align: text-top;
}
table.special td {
	text-align: center;
	padding: 0px 0px 0px 0;
}

.small {
    font-size: x-small;
    color:#7f7f7f;
}



body {
	font-size: 9pt;
	line-height: 1.7em;
	background: #ededed url(img/marginBgVert.jpg) repeat-x left top;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #d7210d;
	text-decoration: none;
}
p {
	margin: 1em 0;
}
hr {
	height: 2px;
	background: #d5d5d5;
 	padding: 0;
	margin: 0 0 5px 0;
	border: none;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	clear: both;
}
ul li {
	background: transparent url(img/bullet.gif) no-repeat left 9px;
	padding: 0 0 0 20px;
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
	color: #d7210d;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 20px 0;
}
h3 {
	margin: 0 0 10px 0;
}

input {
    border:1px #bdbdbd solid;
}

input:focus {
    border:1px #000 solid;
}

.clearAll {
	clear: both;
	line-height: 0;
}
.center {
	text-align: center;
}

#mainObalBody {
	margin: 0 auto;
	width: 1001px;
	background: transparent url(img/mainObalBack.png) no-repeat left 187px;
	padding: 0 0 0 19px;
}

#headerWrapper {
	height: 77px;
	width: 209px;
	float: left;
}

#headerWrapper h1 {
	width: 300px;
	height: 77px;
	position: relative;
	margin: 0;
	padding: 0;
}
#headerWrapper h1 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(img/headerLogo.jpg) no-repeat left top;
}

#menuWrapper {
	width: 780px;
	float: right;
	position: relative;
	padding: 15px 0 0 0;
}
#menuWrapper li {
	height: 35px;
	line-height: 50px;
	float: right;
	padding: 0;
	margin: 0;
	background: none;
	border-left: 1px solid #c93d2d;
	border-right: 1px solid #901205;
	font-size: 1.2em;
	font-weight: bold;
}
#menuWrapper li.first {
	border-left: none;
}
#menuWrapper li.last {
	border-right: none;
}
#menuWrapper li a {
	text-decoration: none;
	color: #FFF;
	padding: 0 10px;
	font-family: Verdana,sans-serif;
}
#menuWrapper li a:hover {
	text-decoration: underline;
}

#centerWrapper {
	clear: both;
	margin: 6px 0 0 0;
	width: 1000px;
	height: 104px;
	background: transparent url(img/centerBack.jpg) no-repeat left top;
}

#contentWrapper {
	margin: 0 auto;
	width: 1000px;
	background: transparent url(img/contentBack.jpg) no-repeat right top;
}

#leftPanel {
	width: 300px;
	float: left;
	padding: 30px 0 0 0;
}
#leftPanel h2 {
	font-size: 1.2em;
}
#leftPanel h2, #leftPanel h3, #leftPanel ul {
	padding: 0 25px;
}
#leftPanel h2 {
	background: #ff8d12 url(img/sidePanelHeader.jpg) repeat-x left top;
	border: 1px solid #dfdfdf;
	height: 47px;
	line-height: 47px;
	color: #fff;
}
#leftPanel ul {
	margin: 0 0 20px 0;
}
#leftPanel a:link, #leftPanel a:visited {
	text-decoration: none;
}
#leftPanel a:hover {
	text-decoration: underline;
}

#leftPanel li {
	font-weight: bold;
}

#content {
	width: 650px;
	float: left;
	padding: 100px 0 0 50px;
}

#footer {
	padding: 20px 0;
	color: #555;
	text-align: center;
	font-size: 0.9em;
}
#footer span {
	color: #aaa;
}
#footer a {
	color: #aaa;
	text-decoration: none;
}
#footer a img {
	vertical-align: middle;
}

/* -------- FORM --------- */
#footerForm {
	position: relative;
	float: left;
	width: 300px;
}
.row {
	margin: 0 0 10px 0;
}
#footerForm label {
	position: absolute;
	left: 5px;
	top: 0px;
	padding: 0;
	color: #5f5f5f;
	font-size: 0.8em;
}
#footerForm label#regTextLabel {
	top: 32px;
}
#regName, #regText {
	background: #bfbfbf;
	margin: 0;
	border: none;
	border-left: 1px solid #7f7f7f;
	border-top: 1px solid #7f7f7f;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #5f5f5f;
	width: 292px;
	padding: 2px 3px 5px 3px;
	overflow: hidden;
	font-size: 0.8em;
}

#regSubmit, #regReset {
	width: 143px;
	background: #7f7f7f;
	padding: 0 0 0 5px;
	border: none;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
	font-weight: bold;
}
#regSubmit {
	margin: 0 13px 0 0;
}

.pics {
	margin: 30px 0;
}

.defaultImage {
	background: transparent;
	padding: 5px;
	margin: 0 15px 4px 0;
	border: 1px solid #bdbdbd;
}
a:hover img.defaultImage {
	border: 1px solid #d7210d;
}

.specialImage {
	background: transparent;
	padding: 5px;
	margin: 0 15px 15px 0;
	border: 1px solid #bdbdbd;
	vertical-align: text-top;
}
a:hover img.specialImage {
	border: 1px solid #d7210d;
}

.defaultButton:link, .defaultButton:visited, .defaultButton:hover
{
	height: 45px;
	line-height: 45px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	width: 315px;
	background: transparent url(img/button.png) no-repeat left top;
}
.defaultButton:hover
{
	background-position: left bottom;
	text-decoration: none;
	border: none;
}
.defaultBox {
	padding: 2em;
	margin: 0 0 20px 0;
	border: 3px solid #682525;
	background: #efead8;
	color: #682525;
	font-weight: bold;
	text-align: left;
}

.hidden {
	display: none;
}
.fullWidth {
	width: 100%;
}

#special a {
  text-decoration: none;
  color:white;
}

#special a:hover {
  text-decoration: underline;
  color:white;
}

/** ROUNDED BOX BEGIN **/
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#B01211; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#B01211; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#B01211; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #B01211; border-right:1px solid #888; border-left:1px solid #888; color:white;}
.contentb div {margin-left: 5px;}
/** ROUNDED BOX END **/
