/* LGMS Police Foundation CSS */

html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}
td {
font-size:12px;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-x;
	background-color:#262f5a;
}

table.leftcontent {
	height:300px;
	padding-left:30px;
	padding-right:20px;
	font-size: 12px;	
}

table.rightcontent {
	height:300px;
	padding-left:0px;
	padding-right:20px;
	width:150px;
	font-size: 12px;
}

.righttext {
	margin-right:10px;
	font-size: 14px;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	color: #3f59a4;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:14px;
	color: #3f59a4;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Links */
.content a:link, a:visited, a:active {
	color: #3f59a4;
	text-decoration: none;
	font-weight: bold;
}
.content a:visited {
	color: #3f59a4;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #5a1314;
	text-decoration:none;
}
 a:link, a:visited, a:active {
	color: #3f59a4;
	text-decoration: none;
	font-weight: bold;
}
 a:visited {
	color: #3f59a4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #5a1314;
	text-decoration:none;
}
.leftcontent a:link, a:visited, a:active {
	color: #3f59a4;
	text-decoration: none;
	font-weight: bold;
}
.leftcontent a:visited {
	color: #3f59a4;
	text-decoration: none;
	font-weight: bold;
}
.leftcontent a:hover {
	color: #5a1314;
	text-decoration:none;
}

/* Footer Style */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
}
.footer a:link, a:visited, a:active {
color: #ffffff;
}
.footer a:hover {
color: #ffffff;
}
