.cms_plugin_holder {
    min-height: 20px ;
}

* {
    border: none ;
    margin: 0 ;
    padding: 0 ;
    outline: 0 ;
    font-family: Helvetica, Arial, sans-serif ;
    font-size: 12px ; 
    line-height: 14px ;
}

ul {
	list-style-type: none ;
}

body {
	background: #ffffff ;
}

h1 {
    margin-top: 6px ;
	font-size: 26px ;
	/*color: #124780;*/
	color: black ;
	line-height: 28px ; 
}

#outer_wrap {
	width: 1200px ;
	margin: auto ;
	position: relative ;
}

#inner_wrap {
	position: relative;
	width: 1200px ;
	padding: 0px ;
	padding-bottom: 20px ;
	
}

a, a:visited {
	text-decoration: none ;
	color: black ;
}

a:hover {
	text-decoration: underline ;
}

a:focus, a:active {
    outline: none ;
}

p {
    padding-bottom: 14px ;
}

#content_outer_wrap {
	position: absolute ;
	top: 189px;
	left: 0px ;
	width: 1200px ;
	background: url(/media/ui/background_body.png) repeat-x ;
	min-height: 600px ;
}

.content_outer_wrap_no_menu_level_2 {
    top: 161px !important ; 
}

#content_inner_wrap {
	padding: 40px ;
	padding-left: 89px ;
	padding-right: 95px ;
	padding-top: 15px ;
}

.clear {
    clear: both ;
    height: 0px ;
}

li.left-align {
    margin-left:-.5em; 
    padding-left: .5em;
}
