<?php /* Smarty version 2.6.14, created on 2010-10-10 16:12:49
         compiled from templates/CleanSlate/style.css */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'PROPERTY', 'templates/CleanSlate/style.css', 7, false),array('function', 'IFPROPERTY', 'templates/CleanSlate/style.css', 8, false),)), $this); ?>
	/* CSS Document */

body {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #333333;
        background-color:<?php echo smarty_function_PROPERTY(array('name' => 'body.background-color'), $this);?>
;
        <?php echo smarty_function_IFPROPERTY(array('format' => 'background-image: url(%s);','name' => 'body.background-image','anticache' => 'true','urlencode' => 'true'), $this);?>

        background-repeat:<?php echo smarty_function_PROPERTY(array('name' => 'body.background-repeat'), $this);?>
;
        background-position:<?php echo smarty_function_PROPERTY(array('name' => 'body.background-position'), $this);?>
;
        background-attachment:<?php echo smarty_function_PROPERTY(array('name' => 'body.background-attachment'), $this);?>
;
}
td, tr {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 30px;
}


h2 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 26px;
}


h3 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 22px;
}


h4 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 20px;
}


h5 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 14px;
}


h6{
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;

}
body {
	margin-top: 0px;
}

.container
{
	width: 900px;
	margin: 0px auto;
}

#sys_banner{
	width:900px;
	height:125px;
	/* this is wierd. but for some reason, if there is no border it drops down a few pixels! 
	border-top:solid 1px #FFFFFF;*/
	padding:1px 0 0 0;
}

#sys_banner h1{
	padding: 20px;
}

#sys_banner h1 a{
	text-decoration:none;
	color: #333333;
}
#sys_banner h1 a:hover{
	text-decoration:none;
	color: #000000;
}

#menu{
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom:solid 1px #CCCCCC;
}
#menu ul {
	list-style: none; float:left;
	margin-left:0px;
	padding:10px;
}
#menu ul li { 
	display: inline; 
	font-size:larger;
	padding-right:20px;
}
#menu ul li a { 
	text-decoration:none;
	font-size:14px;
} 

#content{
	padding: 1em;
	/*background:blue;color:white;*/
}
.sys_footer{
	margin-left: 5px;
	margin-right: 5px;
	text-align:right;font-size:small;
	border-top:solid 1px #CCCCCC;
}
#sys_designerfooter{
	border-top:0px;
	padding-top:10px;
}

.sys_txt {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #333333;
}
.sys_txt h1 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 30px;
}


.sys_txt h2 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 26px;
}


.sys_txt h3 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 22px;
}


.sys_txt h4 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 20px;
}

.sys_txt h5 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 14px;
}


.sys_txt h6{
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 11px;
}

.sys_txt a:link {
	text-decoration:underline;
	color: #333333;
}
.sys_txt a:visited {
	text-decoration:underline
		
}
.sys_txt a:hover {
	text-decoration:underline
	color: #000000;

}