* {
	margin:0;
	padding:0;
}

body {
	background: url('/graphics/background.jpg?2') no-repeat fixed;
}
body, input, textarea {
	font-size:11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	line-height:18px;
	color: #446;
}
textarea {
	padding-top:3px;
}

a {
	color: #446;
	text-decoration:none;
}

#center {
	margin-top:90px;
	width:980px;
	position:relative;
}
#left {
	width:243px;
	float:left;
	position:fixed;
}
#left img.logo {
	margin: 10px 0;
}
#leftinner {
	background-color: rgb(228, 228, 228);
	background-color: rgba(228, 228, 228, 0.74);
	border-top:3px solid #8d8d8d;
	border-bottom:3px solid #8d8d8d;
	padding:10px 0;
	margin-bottom:10px;
}
#main {
	margin-left:240px;
}
#content {
	padding:43px 50px 40px 50px;
	text-align:justify;
	min-height:470px;
	line-height:15px;
	background:url('/graphics/bg_content.png') repeat-x white;
	background:url('/graphics/bg_content.png') repeat-x rgba(255, 255, 255, 0.86);
	border-radius: 10px;
	border:3px solid #8d8d8d;
	border-right:none;
	border-bottom:none;
	box-shadow: 10px 10px 25px #CCC;
}
#content a {
	text-decoration:underline;
}
#certs {
	margin-top:20px; 
	margin-bottom:20px;
}
#certs td {
	padding:0 27px;
	text-align:center;
	vertical-align:middle;
}

#content img {
	border-radius: 10px;
	border:1px solid #88A;
	box-shadow: 5px 5px 10px #999;
}
#footer {
	height:20px;
	background-color:#35349C;
}

h1 {
	margin-bottom:35px;
	font-size:20px;
	font-variant:small-caps;
	color: #224;
	text-shadow: 2px 1px 4px #CCE;	
}
h2 {
	margin-bottom:15px;
	font-size:14px;
	line-height:normal;
	color: #224;
	text-align:left;
}


ul {
	margin:10px 0 20px 20px;
}
li {
	margin-top:5px;
}
td {
	vertical-align:top;
}
img {
	border:none;
}

.sideLink {
	font-size:13px;
	border-top:1px dashed silver;
	margin:0 0px 12px 25px;
	padding-top:12px;
	padding-left:25px;
	background: url('/graphics/menu_inactive.png') 2px 14px no-repeat;
}
#leftinner :first-child .sideLink {
	border-top:none;
}

.sideLink:hover,
.side_active {
	color:black;
}
.side_active {
	background-image: url('/graphics/menu_active.png');
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: -5pt;
	bottom: 0px;
	padding-bottom: 0px;
	border-bottom-color: #FFFFFF;
	line-height: 14px;
	color: #000000;
	white-space: normal;
	clip: rect(auto auto 0px auto);
}



div.moverbox_title {
	padding:5px 0;
	font-weight:bold;
	text-align:left;
}
div.moverbox_content {
	margin-right:5px;
	padding-bottom:5px;
	overflow:auto;
	text-align:left;	
}


.simplepic_imgcenter {
	padding-right:10px;
}
.simplepic_imgcenter img {
	border:1px solid #3F44B0;
}
.captionnext2image  {
	font-weight:bold;
	margin:2px 0 5px 0;
}


.aFtitle {
	padding:3px 5px 2px 0;
}
.aFfield {
	padding:0 0 2px 0;
}
.aFfield input.text {
	width:200px;
}
.aFfield textarea {
	height:200px;
	width:400px;
}

.simplepic_img {
	border:1px solid #343399;
}

.contviewAroundTable {
	margin-bottom:10px;
}

