/*
	Sussex Internet
	
	Screen Styles for
	
	Created by
	on: 00.00.0000
	
*/

/* browser unification */

:link,:visited {text-decoration:none}
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,div,input {margin:0; padding:0}
img {border:none}
address {font-style:normal}

/* End of browser unification */

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	padding-top:20px;
	background:
		#FFF
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}
	
p
	{
	margin-bottom:10px;
	}

/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}

/* End of universal styles */

/* Start of site structure */

#container{
margin:0 auto;
width:868px;
}

#logo{
background:url(/loconews/images/header.jpg) left top #FFFFFF;
width:862px;
height:116px;
}

.date{
position:relative;
top:98px;
left:4px;
font-weight:bold;
}

#footer{
background:url(/loconews/images/footer.jpg) left top #FFFFFF;
width:862px;
height:22px;
margin-top:10px;
clear:both;
}

.footerText{
color:#000000;
font-weight:bold;
float:right;
margin-top:3px;
}
.article{
padding-bottom:10px;
padding-top:10px;
margin-bottom:10px;
background:url(/loconews/images/line.gif) repeat-x bottom left;

}

.articleNoBg{
padding-bottom:10px;
padding-top:10px;
margin-bottom:10px;
}

#leftContent{
float:left;
width:390px;
}

#rightContent{
padding-left:45px;
float:right;
width:390px;
text-align:right;
}

#innerContainer{
float:left;
background:url(/loconews/images/widthLine.gif) repeat-y top;
margin-top:10px;
margin-bottom:10px;
}

#pages{
float:right;
margin-right:5px;
margin-top:10px;
}


H2{
font-size:1.5em;

}

.articleNoBg{
width:400px;
overflow:hidden;
}

#logo a{
padding-top:80px;
display:block;
padding-left:10px;
color:#FF0000;
font-weight:bold;

}


.homeLink{
	color:#FF0000;
	margin:0;
padding:10px;
	font-weight:bold;

}
/* End of site structure */

/* End of document */