body {
	background-color: #FFFFFF;
	background-image: 
	background-attachment: fixed;
	margin: 10px;
	padding: 25px;
	font-family: 'Century Gothic';
	font-size: 0.9em;
	color: #282828;
	font-weight: 200;



#999
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 600px;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #FFF;
	background: #FFF;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #FFF;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Century Gothic;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: normal;
	color: #282828;
	padding: 10px;
	font-family: "Century Gothic";
	background-color: #FFF;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: thin none #FFF;
	font-size: 14px;
	text-align: center;
}

a {
	color: #9c1f2e;
	border-bottom: 1px solid #9c1f2e;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #466F9B;
	color: #FFFFFF;
}

a:focus {
	outline: none;
}


a.button { 
    background-color: #9c1f2e;
    color: #FFFFFF;
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-color: #215DA1;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	color: #ffffff;
	font-family: "Century Gothic";
	background-color: #9c1f2e;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
}

a.button-reversed { 
    background-color: #9c1f2e;;
	border-bottom-color: #999;
	color: #FFFFFF;
}

a.button-reversed:hover {
	color: #FFFFFF;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Century Gothic;
	font-size: 0.9em;
}

form input.formbutton {
    background-color: #9c1f2e;
    color: #B7D2F0;
	border: none;
	border-bottom: 2px solid  #215DA1;
    padding: 8px 15px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ffffff;
}

h1 {
	color: background-color: #9c1f2e;;
	font-size: 2.7em;
	text-transform: uppercase;
}

h2 {
	color: #9c1f2e;
	font-size: 2.5em;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	text-align: center;
}

h3 {
	color: #9c1f2e;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: "Century Gothic";
}

h4 {
    color: #9c1f2e;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #9c1f2e;
}

ul, ol {
	margin: 0 0 35px 35px;
	color: #282828;
	font-family: "Century Gothic";
}

li {
	padding-bottom: 5px;
	font-family: "Century Gothic";
	color: #282828;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 600px;
	margin: 0 auto;
}


#container {
	background-color: #fff;
	width: auto;
	margin: 30px auto;
}

header {
	padding: 60px 0px;
	margin: 0 auto;
	text-align: center;
	background-image: url(image/LRTL_header_titlepix.jpg);
	background-position: center;
	font-family: "Century Gothic";
	font-size: 20px;
	color: #FFFFFF;
}

header h1 a, header h1 a:hover {
	color: #fff;
	font-size: 2em;
	padding: 5px 20px;
	letter-spacing: -2px;
	background-color: 
	text-shadow: 1px 1px 0 #222;
	border-bottom: none;
	font-family: "Century Gothic";

}


nav {
	height: 80px;
	margin-bottom: 5px;
	width: 100%;
	background-color: #9c1f2e;
	box-shadow: 0px 0px 0px #666;
	border-top: 0px solid #9c1f2e;
	border-bottom: 1px solid #FFF;
}

nav ul {
	background-color: #9c1f2e;
	list-style: none;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
	font-family: "Century Gothic";
	color: #FFFFFF;
	
}

nav ul li {
	background-color: #9c1f2e;
	display: inline;
	padding: 0px 5px;
}


nav ul li a {
    color: #FFFFFF;
	font-size: 1.0em;
     border-bottom: none;
    text-transform: uppercase;
}


nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

nav ul li.selected a,
nav ul li.selected a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: #FFF;
	margin: 20px 2%;
 	padding: 10px;
	clear: both;
}

#content {
    float: left;
}

.two-column {
	width: 66%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}


.three-column {
	width: 46%;
	margin: 0 2%;
}


article {
	padding: 10px 10px 20px 5px;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	color: #282828;
 }

article h2 {
	padding-bottom: 0;
	font-family: "Century Gothic";
	color: #9c1f2e;
}

article .article-info {
    color: #282828;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #282828;
	border-bottom: none;
}

.sidebar {
	margin-top: 10px;
}

.small-sidebar { 
   width: 25%;
}

.big-sidebar {
	width: 30%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: right;
}

.sidebar h4 {
	font-size: 1.6em;
	color: #9c1f2e;
	padding: 6px 0px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Century Gothic";
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;
}

.sidebar ul li.bg {
	background-color: #FFFFFF;
}

.sidebar ul li.bg h4 {
	color: #9c1f2e;
}

.sidebar li ul {
	list-style: none outside none;
	margin: 0px;
	color: #282828;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
	font-family: "Century Gothic";
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	text-decoration: none;
	color: #282828;
}

.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	border-bottom: 1px solid #ddd;
	padding: 0;
}

.sidebar ul.blocklist li a {
	border-bottom: 0;
	display: block;
	padding: 12px 10px;text-decoration: none;
	
}

.sidebar ul.blocklist li a.selected {
	background-color: #FFFFFF;
	border-bottom: 5px solid #ffffff;
	color: #EAF0F6;
	font-weight: bold;
	text-decoration: none;
}

.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
	font-family: "Century Gothic";
	color: #282828;
	font-size: 0.85em;
	text-decoration: none;
}

.sidebar ul.newslist span.newslist-date {
	background-color: #9c1f2e;
	color: #fff;
	padding: 5px 10px;
	font-size: .85;
text-decoration: none;	
}

.sidebar li ul li.text { 
	border-bottom: none;
	text-decoration: none;
}



.sidebar li ul li a {
	color: #282828;
	font-style: italic;
	text-decoration: none;
}
p
.sidebar li ul li a:hover {
	 border-bottom-color: #9c1f2e;
	color: #9c1f2e;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #9c1f2e;
	border-top: 2px solid #eee;
}

footer p {
	text-align: left;
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 2% 40px;
	border-top: 10px solid #fff;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
 	color: #ffffff;
 	font-size: 0.9em;
	line-height: 1.7em;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #ffffff;
	border-bottom-color:#9c1f2e;
   
}

footer .footer-content li a:hover { 
	color: #909090;
	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #999;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 0;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #9c1f2e;
	border-top: 10px solid #9c1f2e;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #CCCCCC;
	border-bottom-color: #9c1f2e;
	background-color: #9c1f2e;
	font-family: "Century Gothic";
}



@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

	header h1 a, header h1 a:hover { padding: 5px 10px; }

	div#container { width: auto; margin-top: 0; margin-bottom: 0; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; }
	
	#content, aside.sidebar { float: none; width: auto; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width : 557px ){

	body { font-size: 0.8em; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0; font-size: 1.1em; }

	header { padding: 20px 0; }

	nav ul { margin-top: 0; padding: 10px; }
	
	nav ul li { float: none; text-align:center;  }

	nav ul li a { margin-top: 0; }

	nav { height: auto; position: relative; }

}
#container nav ul .start.selected a {
	font-size: 12px;
}
#container nav ul .start.selected a {
	font-size: 12px;
}
#container nav ul .start.selected a {
	font-size: 14px;
	background-color: #9c1f2e;
	font-family: "Century Gothic";
	color: #FFF;
}
#container #body .sidebar.small-sidebar.left-sidebar ul .bg ul {
	color: #282828;
}
.news {
	color: #282828;
}

/* CSS3 */
.borderradius nav { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.cssgradients nav { background-image:-moz-linear-gradient(0% 22px 90deg, #222, #999); background-image:-webkit-gradient(linear, 0% 0%, 0% 70%, from(#999), to(#222)); }
.boxshadow.rgba nav { -moz-box-shadow:2px 2px 2px rgba(0,0,0,.75); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,.75); box-shadow:2px 2px 2px rgba(0,0,0,.75); }
.cssgradients nav li:hover { background-image:-moz-linear-gradient(0% 100px 90deg, #999, #222); background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#555)); }
.borderradius nav ul ul { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; border-bottom-left-radius:4px; border-bottom-right-radius:4px; }
.boxshadow.rgba nav ul ul { background-color:rgba(0,0,0,0.8); -moz-box-shadow:2px 2px 2px rgba(0,0,0,.8); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,.8); box-shadow:2px 2px 2px rgba(0,0,0,.8); }
.rgba nav ul ul li { border-left:1px solid rgba(0,0,0,0.1); border-right:1px solid rgba(0,0,0,0.1); }
.rgba nav ul ul a:hover { background-color:rgba(85,85,85,.9); }
.borderradius.rgba nav ul ul li.last { border-left:1px solid rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1); -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; border-bottom-left-radius:4px; border-bottom-right-radius:4px; }
.csstransforms ul a span { -moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg); }
#container header h1 a strong {
	font-size: 48pt;
	font-family: "Century Gothic";
	background-image: none;
}
#container header h1 a strong {
	font-family: Century Gothic;
	color: #9c1f2e;
}
#container header h1 a strong {
	font-family: Century Gothic;
	color: #FFFFFF;
}
#container header p em {
	font-family: "Century Gothic";
	color: #ffffff;
}
#container #body #content article p strong u {
	color: #282828;
}
#container #body #content article p {
	color: #282828;
	font-size: 14px;
	font-family: "Century Gothic";
	font-style: normal;
}
#container #body .sidebar.small-sidebar.left-sidebar ul .bg ul {
	color: #282828;
}
#container #body .sidebar.small-sidebar.left-sidebar ul .bg ul {
	color: #282828;
	font-family: "Century Gothic";
	font-style: normal;
}
#container #body .sidebar.small-sidebar.left-sidebar ul .bg ul {
	color: #282828;
	font-family: "Century Gothic";
}
