/**
 * Style sheet westpoint
 */
body
{
	background: #1f3e7e;
	margin:10px auto 0; /*Auto == keskitys muille kuin vanhoille ie:n versioille */
	width:765px;
	height: 100%;
	color:#1f3e7e;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center; /* pÃ¤Ã¤-divin keskitys ie 4 -> 5.5 */
	line-height:16px;
}

:focus
{
	outline: 0;
}

h1
{
	margin-bottom:-10px;
	font-size:18px;
	font-weight:normal;
}

#main h1
{
	margin-top:2px;
	margin-bottom:15px;
	padding-top:0px;
}

#left .active
{
	font-weight:bold;
	color:#7cb3e2;
}

#main table p
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

img
{
	border:0;
}

img.serv
{
	margin-left:7px;
}

a
{
	color:#1f3e7e;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

#header, #container
{
	text-align:left; /*Palautetaan tekstin tasaus leftiin, oli center koska body-tyylissÃ¤ keskitetÃ¤Ã¤n pÃ¤Ã¤-divi ie:n vanhoja versioita varten text-alignilla */
	background:#fff;
	overflow:hidden;
	width:745px; /*765px - padding 2x10 px leveydeksi */
	position:relative;
	z-index:1;
}

#header
{
	padding:10px;
}

#container
{
	padding:10px;
	padding-bottom:20px;
}

#footer
{
	padding:10px;
	padding-top:5px;
	text-align:center;
	color:#fff;
}

.mod_navigationMain
{
	height:27px;
	padding-top:8px;
}

.wp_logo
{
	float:right;
	position:absolute;
	z-index:6;
	top:-10px;
	right:9px; /*koska IE6 ei osaa*/
}

/* logon sijainti nollaan muille paitsi IE6:lle... */
html>body .wp_logo
{
	right:0;
}

#header .mod_flash
{
	width:745px;
}

.navielement
{
	margin-right:10px;
}

.subnavielement
{
	font-family:Georgia;
	font-size:12px;
}

.subnavispacer
{
	line-height:1px;
	margin:8px 0;
	border-top:1px solid #1F3E7E;
	margin-right:15px;
}

#left .mod_navigationSub
{
	margin-top:-8px;
}

#wp_newsreel
{
	background:#1F3E7E;
	color:#fff;
	height:25px;
	font-size:16px;
	overflow:hidden;
	font-weight:normal;
	padding:5px 10px 0 2px;
}

#wp_newsreel .nr_info
{
	float:left;
	width:120px;
	text-align:center;
	height:25px;
	margin-top:-1px;
	margin: -1px 10px 0 2px;
}

#wp_newsreel a
{
	color:#fff;
	font-size:14px;
	font-weight:normal;
}

#main .ce_text p:first-child
{
	margin-top:0;
	padding-top:0;
}
