@charset "utf-8";
/* CSS Document */
<style type="text/css">  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
}
#outerWrapper {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
    background-image: url(../images/gif/header_home.gif); 
	background-repeat: no-repeat;
	height: 259px;
	width: 100%;
	position: relative;
}
#header_other {
	background-image: url(../images/gif/otherheader_home.gif);
	background-repeat: no-repeat;
	height: 111px;
	width: 100%;
	position: relative;
}
#sidebar {
		background-image: url(../images/gif/content.gif);
		border-color: #999;
		border-style:ridge;	
		border-right: thin;
		border-left: thin;
		border-bottom: thin;
	     float:right;
}
#contentWrapper {
	background-image: url(../images/gif/content.gif);
	background-repeat: repeat-y;
	width:700px;
	overflow: hidden;
}
#contenct {
	margin-left: 5px;
	margin-right: 5px;
}
#footer {
	background-image: url(../images/gif/footer.gif);
	background-repeat: no-repeat;
	height:12px;
	width: 100%;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #330066;
	text-decoration: none;
	margin-left: 2px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #330066;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #330066;
	text-decoration: none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #330066;
	text-decoration: none;
}
.subheaderlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #330066;
	text-decoration: underline;
}
.headerLargeItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #330066;
	text-decoration: none
}

