/* CSS Document */
body {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: /*#60009F*/ #DBE5F1;
}

a {
	color: #63009C;
	text-decoration: underline;
}

a:hover{
	color: #63009C;
	text-decoration: underline;
}

a:visited{
	color: #63009C;
  	text-decoration: underline;
}

a:hover:visited {
	color: #63009C;
	text-decoration: underline;
}

table {
	padding: 10px;
	
}

/*body nav*/

.nav_link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.nav_link:hover{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

.nav_link:visited{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.nav_link:hover:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

#header {
	margin: 0px;
	color: #000000;
	height: 94px;
	width:100%;
}

#logo {
	float: left;
        margin-left: 5px;
        margin-top: 5px;
	width: 114px;
	height: 87px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#banner {
	margin-left: 175px;
	height: 94px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}

#header_divide {
	width: 100%;
	font-size:3px;
	height:4px;
	background-image: url(../images/top_divide.gif);
	background-repeat: repeat-x;
        background-position: bottom;
        background-color: #52298C;
}

#header_bar {
	background: #DBE5F1;
}

#navbar {
	width: 100%;
	padding: 6px 0px 6px 0px;
	color: #FFFFFF;
	height: 15px;
	background-color: /*8159A9*/#7949A8;
}

#nav_links {
	float: left;
	padding: 0px 0px 0px 12px;
	width: 800px;
}

#nav_date {
	padding: 0px 12px 0px 0px;	
	text-align: right;
	color: #FF9A00;
}

#title {
	padding: 6px 0px 6px 6px;
    text-align: left;
	font-size: 24px;
}

#notice {
	padding: 6px 0px 6px 6px;
    text-align: left;
	font-size: 14px;
}

/* -----------------content--------------------- */
#content_container {
        width: 100%;
        background-color: #ffffff;
        /*padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;*/
		text-align: center;
}

#content_center  {
        background-color: #ffffff;
        width: 600px;
		margin: auto;
        border-left: #8617C6 1px solid;
        border-right: #8617C6 1px solid;
}

div#content_center  { 
        min-height:300px;
        height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
}

#spacer {
        clear: both;
        padding: 8px;
}

#footer {
        clear: both;
	padding: 6px 0px;
	color: #FF9A00;
	width: 100%;
	height: 15px;
        line-height: 15px;
	background-color: #7949A8;
}

#footer_divide {
	clear: both;
	margin: 0px;
	width: 100%;
	height: 4px;
	background-image: url(../images/bot_divide.gif);
	background-repeat: repeat-x;
        background-position: top;
        /*background-color: #52298C;*/
}

#footer a {
	text-decoration: none;
	color: #FF9A00;
}

#footer a:hover {
	text-decoration: underline;
	color: #FF9A00;
}

#copy {
	float: left;
	padding: 0px 0px 0px 12px;
	width: 800px;
}

#valid {
	padding: 0px 12px 0px 0px;	
	text-align: right;
	color: #FF9A00;
}


