body {
	margin: 0;
	background-repeat: repeat-x;
	background-image: url(../_images/bgd2.jpg);
	background-color: #646464;
}
#work {
	margin-top: 10px;



}
#navigation {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	margin-top: 15px;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
	font-family: calibri;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #181A3D;
	border-right-color: #181A3D;
	border-bottom-color: #181A3D;
	border-left-color: #181A3D;
}
#navigation a:hover {
	background-color: #373988;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-top: 40px;
	background-image: url(../_images/header_blue.png);
	height: 100px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: none;
	border-top-color: #2E3092;
	border-right-color: #2E3092;
	border-bottom-color: #2E3092;
	border-left-color: #2E3092;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#body {
	background-color: #f3f3f3;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2B2D8A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2B2D8A;
}
#body p {
	font-size: 1.3em;
	color: #222;
	font-family: calibri;
	padding-left: 10px;
	padding-right: 10px;
}
#body h1 {
	font-size: 1.45em;
	color: #292B64;
	font-family: calibri;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33367D;
	margin-left: 10px;
	margin-right: 100px;
}
#body h2 {
	text-align: center;
	font-family: calibri;
	font-size: 1.3em;
	color: #030;
}

#body #form1 {
	background-color: #292B64;
	width: 500px;
	color: #FFF;
	font-family: calibri;
	font-size: 1.1em;
	text-align: center;
	margin-left: 100px;
	margin-bottom: 15px;
	padding: 10px;
}


#body #form1 fieldset table {
	text-align: left;
	border: none;
	color: #FFF;
	margin: none;
}
#body #form1 fieldset table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}


#footer {
	background-image: url(../_images/footer.png);
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 100px;
	margin-bottom: 50px;
	clear: both;
}
#footer p {
	text-align: center;
	font-family: calibri;
	color: #292B64;
	margin-top: 0px;
	padding-top: 20px;
}
#body ul li {
	font-family: calibri;
	font-size: 1em;
	padding-bottom: 8px;
	margin-right: 40px;
	text-align: justify;
}
#body p a {
	color: #2D2F8E;
	text-decoration: none;
	font-family: times;
	font-style: italic;
}
#body #form1 fieldset legend {
	color: #FFF;
}
#body table {
	color: #212121;
	border: 1px solid #323232;
	margin-left: auto;
	margin-right: auto;
}
#body table tr td {
	border: 1px solid #030;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

