* {
	margin:0px;
	padding:0px;
}

body#cms {

    background-image:url(../img/ly/bg.gif);
	background-repeat:repeat-x;
	background-color: #0f2684; 
	
}

body, td, th, p, li {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	color:#444;
}

.r {
	text-align:right;
}


#head {
	background-image:url(../img/ly/head2.jpg);
	background-repeat:no-repeat;
    
	width:679px;
    height:150px;
	
}

#headnav {
	color:#0f2684;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
    padding:106px 10px 28px 520px;
}

#headnav a {

	color:#0f2684;
	text-decoration:none;
	font-size:12px;
}

#headnav a:hover {
	color:#112fa5;
}


h1 {
	font-size:24px;
	line-height:27px;
	font-weight:normal;
	color:#0f2684;
	margin-bottom:12px;
}

h2,h3,h4,h5,h6 {
	font-size:15px;
	font-weight:bold;
	color:#0f2684;
	margin:12px 0px 6px 0px;
}

#content {
	text-align:left;
	
}

 #small {
    font-size:10px;
    color:#444

}



#footer, #footer a {
	padding:3px 0px;
	color:#aaa;
	font-size:11px;
	text-decoration:none;
	width:679px;
	margin:0px auto;
}

.clear {
	clear:both;
}

.required {
	color:#c00;
}

#cnt {
	padding: 0px 20px;
	
}

/* ======================= main ==================== */

#main {
    background-image:url(../img/ly/mainbg.gif);
	background-repeat:repeat-y;
	width:679px;
	text-align:left;
	background-color:#fff;
    
}



/* ======================= BreadCrumb ==================== */

#bc {

	padding: 12px 20px 6px 20px;
	font-size:11px;
	color:#999;
}

#bc a {
	color:#999;
	text-decoration:none;
}

#bc a:hover {
	text-decoration:none;
}

/* ======================= Content ==================== */

.hilite {
	font-weight:bold;
	color:#e27d11;
}

.teaser {
	font-weight:bold;
}

p, li {
	line-height:18px;
	color:#444;
}	

p {
	margin-bottom:12px;
}

ul {
	list-style-type:square;
}

li {
	margin:3px 16px;
}

#content #bc a:hover {
	text-decoration:none;
}

#content a {
	color:#999;
}

#content a:hover {
	color:#e27d11;
}

#contentmain {
    
   
	padding:24px;
	
	
}

#contentmain a:hover {
	color:#999;
}

/* ======================= Forms ==================== */

.errorheadline { 
	font-weight:bold; 
	color: #fff; 
	background-color: #900;
	font-size: 13px;
	margin:10px 0px 0px;
	padding:3px 5px;
}

.errormessage  { 
	font-size: 12px; 
	color: #900;
	padding:3px 5px;
	background-color:#eee;
	margin:0px 0px 10px;
	border:1px solid #900;
}

