/* CSS Document */
*{ margin:0px; padding:0px;}
body {
	background-color:#DFDCD2;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:17px;}
a { 
	color:#C60751;
	text-decoration:none;}
a:hover {
	color:#C60751;
	text-decoration:underline;}

p { 
	padding:0 0 10px 0;}
h1 { 
	color:#004B91;
	font-size:15px;
	font-weight:bold;
	padding:10px 0 10px 0;}

#container { 
	width:719px;
	margin:0 auto;}
.logo {
	width:148px;
	float:left;
	margin-top:15px;}
.heading { 
	width:510px;
	float:right;
	text-align:right;
	margin-top:90px;}
.clear {
	clear:both;}
.content_wraper {
	border:4px solid #FFFFFF;
	width:711px;
	margin-top:20px;}
.top_links {
	background-color:#C60751;
	height:30px;
	line-height:26px;
	width:100%;
	font-size:13px;
	font-weight:bold;
	text-align:center;}
.top_links a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 7px 0 7px;}
.top_links a:hover {
	color:#FCACCB;
	text-decoration: none;}
.content {
	background-color:#CBD0E9;
	background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 15px 10px 15px;}
.content_lighting {
	background-color:#CBD0E9;
	/*background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
	padding:20px 15px 10px 15px;}
.footer {
	width:100%;
	border-top:1px solid #000000;
	margin-top:50px;
	padding:10px 0 0 0;}
ol { 
	margin:0 0 10px 30px;
	line-height:18px;}
ul {
	margin:0 0 10px 30px;
	line-height:18px;}

.blue_19 { 
	color:#004B91;
	font-size:19px;}
.pink_19 { 
	color:#C60751;
	font-size:19px;}
.black_14px {
	font-size:14px;
	color:#000000;}