@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}

body{background:url(../_images/pg_bg.gif) repeat-x; background-color: #e7e7e7; font-family: Verdana, Arial, Helvetica, sans-serif;}

#content {
	position:relative;
	border: 1px;
	border-style: solid;
	border-color:#000000;
	margin: auto;
	width: 800px;
	background-color: #ffffff;
}

img {
	border:none;
}

#header {
	height: 88px;
}

#menu {
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .8em;
	font-weight: 600;
	padding-top: 12px;
	padding-left: 30px;
}

#menu a:link {text-decoration: none; color: #434344}
#menu a:visited {text-decoration: none; color: #434344}
#menu a:active {text-decoration: none; color: #3b40a0}
#menu a:hover {text-decoration: none; color: #3b40a0}

#pictures {
	height: 250px;
	margin-left: 100px;
}

.pictureRightMargin {margin-right: 70px;}



#leftCol {
	width: 350px;
	margin-left: 30px;
	margin-right: 35px;
}

#rightCol {
	width: 350px;
	position: absolute;
	top: 385px;
	left: 415px;
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: .8em;
}

.emph {
	font-style:italic;
}

p {
	font-size: .8em;
}

p a:link {text-decoration: none; color: #3b40a0}
p a:visited {text-decoration: none; color: #3b40a0}
p a:active {text-decoration: none; color: #3b40a0}
p a:hover {text-decoration: underline; color: #3b40a0}

#bottomMenu {
	padding-top: 30px;
	text-align: center;
	font-size: .9em;
}

#bottomMenu a:link {text-decoration: none; color: #434344}
#bottomMenu a:visited {text-decoration: none; color: #434344}
#bottomMenu a:active {text-decoration: none; color: #3b40a0}
#bottomMenu a:hover {text-decoration: none; color: #3b40a0}

#footer {
	height: 65px;
	padding-top: 25px;
}

#loweBox {
	float: left;
	padding-left: 30px;
}

#loweBoxInfo {
	font-size: .9em;
	color: #002d62;
	margin-left: 5px;
	float:right;
}

#radiaBox {
	float: right;
	padding-right: 30px;
}

#radiaBoxInfo {
	font-size: .9em;
	color: #002d62;
	text-align: right;
	margin-right: 5px;
	float:left;
}

.centerIt {
	text-align: center;
	font-size: .6em;
	color: #616161;
	padding-bottom: 50px;
}