* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 1.0em;
	
}
body {
	font-size: 100.01%;
	background: #FFFFFF url(../img/layout/bg_body.gif) repeat-x;
}
a {
	color:  #0049B0;
	text-decoration: none;
}
a:hover {
	color:  #CC0000;
	text-decoration: underline;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
p {
	padding: 0px;
	line-height: 1em;
	margin-bottom: 10px;
	line-height: 1.4em;
}
#wrapper {
	width: 808px;
	margin: 0px auto;
	font-size: 0.7em;
	background: url(../img/layout/bg_wrapper.gif) repeat-y 14px top;
}
#head {
	background: url(../img/layout/bg_head.jpg) no-repeat 0px top;
	margin: 0px auto;
	width: 1000px;
	left: -20px;
	position: relative;
	height: 150px;
}
h1 {
	height: 100px;
	position: relative;
	overflow: hidden;
}
h1 span {
	position: absolute;
	left: 2000px;
}
h2 {
	margin: 0px 50px 20px 60px;
	padding: 30px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	font-style: italic;
	font-weight: normal;
	font-size: 1.6em;
	color: #666666;
}
h3 {
	font-size: 1em;
	padding-bottom: 5px;
	font-weight: bold;
	color: #D61C7E
}
.clear {
	clear: both;
}
#topNav {
	position: absolute;
	float: left;
	left: 150px;
	bottom: 0px;
	width: 762px;
	font-size: 0.7em;
}
#topNav li {
	float: left;

}
#topNav li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 15px;
}
#topNav li a:hover, #topNav li.current a {
	color: #19D1D0;
	
}
#leftColumn {
	float: left;
	width: 433px;
	padding: 0px 20px 0px 60px;
}
#leftColumn * {
	line-height: 1.5em;
	color: #333333;
}
#leftColumn a {
	color: #DC3E91;
}
#leftColumn  a:hover {
	text-decoration: underline;
}
#rightColumn {
	float: right;
	width: 214px;
	padding: 0px 50px 0px 14px;
}
#rightColumn .info {
	border: 1px solid #DC3E91;
	padding: 2px;
	margin-bottom: 20px;
}
#rightColumn .info .title {
	padding: 7px;
	font-weight: bold;
}
#rightColumn .info .content {
	background: url(../img/layout/bg_info.gif) repeat-x;
	padding-top: 3px;
}
#rightColumn .info .content div{
	padding: 3px 2px 3px 18px;
	line-height: 1.5em;
	background: url(../img/layout/bg_infoItem.gif) no-repeat 5px 7px;
}
#rightColumn .info a{
	padding: 2px 1px 4px 17px;
	display: block;
	line-height: 1.5em;
	color: #FFFFFF;
	width: 190px;
	background: #DC3E91 url(../img/layout/bg_infoItem.gif) no-repeat 5px 12px;
}
#footer {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer , #footer * {
	color: #999999;
	
}
#wrapperEnd {
	background: #FFFFFF url(../img/layout/bg_wrapperEnd.gif) no-repeat 17px top;
	height: 30px;
}
