
html,body {
	margin:0;
	padding: 0; 
	background:white; 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	color: #950C3A;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
}

img {
	border: 0;
}

table {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #B482D7;
	text-decoration: none;
}

a:hover {
	color: #774B96;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}

#body {
	width: 995px;
	margin: auto;	
}

#top_header {
	border-bottom: 2px solid #BCBCBC;
	height: 62px;
	margin-top: 10px;	
}

#top_header .left {
	float: left;
	text-align: left;
}

#top_header .right {
	float: right;
	text-align: right;
	font-style: italic;
	line-height: 20px;
	padding-top: 15px;
}

#header {
	margin-top: 2px;
	
}
#header div.left {
	float: left;
	position: relative;
}

#container {
	border-top: 1px solid #2164AB;
	border-bottom: 1px solid #2164AB;
	clear: both;
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
}

#left_header {
	width: 146px;
	height: 207px;
	vertical-align: top;
}

#path_header {
	font-weight: bold;
	color: #757575;
	padding-bottom: 28px;
}

#path_header a {
	font-weight: bold;
	color: #757575;
}
#path_header a:hover {
	color: #774B96;
}

#content {
	padding-left: 16px;
	padding-top: 16px;
	vertical-align: top;
	color: #7C7C7C;
}

#content_home {
	padding-left: 16px;
	vertical-align: top;
	color: #7C7C7C;
}

#footer {
	padding-top: 5px;
}
#footer .left {
	float: left;
	font-size: 10px;
	color: #A2A2A2;
}
#footer .right {
	float: right;
	font-size: 11px;
	color: #6B6B6B;
	font-weight: bold;
}
#footer .right:hover {
	color: #764C96;
}

#contact {
	margin-top: 15px;
}

#contact input {
	width: 180px;
}
#contact textarea {
	width: 180px;
}
#contact .submit_in_form {
	width: 60px;
	border: 1px solid #7C7C7C;
	background-color: white;
}
#contact table {
	float: left;
}
#contact div {
	float: left;
	margin-left: 60px;
}

#lg_header {
	position: absolute;
	top: 5px;
	left: 708px;
	/*_left: -140px;*/
}

#lg_header img {
	margin-right: 5px;	
}