@import "reset.css"; 
@import "text.css"; 
@import "960.css"; 

body {
	background-image:url(/common/images/background.jpg);
	background-repeat:repeat-x;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
.container_12 {
	padding-top:20px;
	background-repeat:no-repeat;
	background-position: 0px 368px;
}
a:link, a:visited {
	color:#c4002f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2,h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	color:#161c3d;
	margin:10px 0 5px 0;
}
h3 {
}
h4 {
	font-size:12px;
	margin:10px 0 5px 0;
}
h5 {
	font-weight:normal;
	font-size:1.3em;
}
.top {
	font-size:.9em;
	height:111px;
}
.top a:link, .top a:hover {
	color:#005190;
}
#logo {
	width:312px;
	height:100px;
}
#logo a {
	display:block;
	background-image:url(/common/images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:312px;
	height:100px;
	text-decoration:none;
}
#logo a:hover {
	background-position:top right;
}


.menu {
	margin-top:30px;
	font-size:14px;
}
.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu li {
	margin:0;
}
.menu a {
	display:block;
	border-bottom:1px solid #cccccc;
	color:#161c3d;
	padding:3px 1px 2px 1px;
}
.menu a:hover {
	text-decoration:none;
	border-bottom:3px solid #6f7794;
	padding:3px 1px 0 1px;
	background-color:#f3f3f3;

}
.menu strong {
	display:block;
	border-bottom:1px solid #cccccc;
	color:#161c3d;
	padding:3px 1px 2px 1px;
}
.content {
	margin-top:25px;
}
.sidebar {
	margin:25px 0 0 0;
	font-size:0.85em;
	line-height:180%;
	padding-left:15px;
	border-left:1px dotted #cccccc;
	width: 140px;
}
.footer {
	margin-top:50px;
	padding:10px 0 25px 0;
	font-size:0.9em;
	line-height:140%;
	color:#999;
	border-top:1px dotted #cecece;
}
.footer a {
	color:#999;
	text-decoration:underline;
}
.footer a:hover {
	color: #6f7794;
}
.photoborder {
	padding:2px;
	border:1px solid #cccccc;
}

