/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
	} 

img {
	border:0px;
}

/* layout */
#head {
	background-image: url(images/head.jpg);
	background-repeat:no-repeat;
	width:766px;
	height:78px;
}

#body {
	background-image: url(images/back.jpg);
	background-repeat:repeat-x;
	width:766px;
}

#left {
	width:244px;
	float:left;
}

#logo {
	background-image: url(images/logo.jpg);
	background-repeat:no-repeat;
	width:244px;
	height:181px;
}
#menu {
	background-image: url(images/menu_line.jpg);
	background-repeat:repeat-x;
	text-align:left;
}

#menu div {
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	width:205px;
	height:25px;
	margin-left: 20px;
	margin-bottom: 2px;
}

#center {
	background-image: url(images/back_line.jpg);
	background-repeat: repeat-y;
	float:left;
	width:502px;
}

#back_top {
	background-image: url(images/back_top.jpg);
	background-repeat: repeat-x;
	width:502px;
}

#back_down {
	background-image: url(images/back_down.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:502px;
}

.text_block {
	padding: 20px 20px;
	text-align:left;
	font-size:12px;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:5px;	
}

.photo {
	padding-left: 20px;
	padding-top: 20px;
	text-align:left;
	font-size:11px;
}

.photo img {
	border:1px solid #3c89d1;
}

.photo a {
	margin-right: 13px;
}

.pager {
	background-image:url(images/pager.gif);
	background-repeat:no-repeat;
	width:254px;
	height:25px;
	padding-top:5px;
	margin-top: 10px;
	margin-bottom:5px;
	text-align:center;
}

.pager a {
	color:#ff9000;
	font-size:12px;
	margin: 0 3px;
	border-style: none;
}

.pager a:hover {
	color:#1e74dd;
}

.pager img {
	border-style: none;
}

.pager .now:link, .now:visited {
	color:#1e74dd;
	text-decoration:underline;
}

.pager .now:hover {
	text-decoration:none;
}

.title {
	font-size:16px; 
	font-weight:bold;
	margin-bottom:15px;
}

.title_sm {
	font-size:13px; 
	font-weight:bold;
}

.message {
	font-size:13px; 
	font-weight:bold;
	color:#f00;
	margin-bottom:15px;
}

.small {
	font-size:13px; 
	color:#ff9000;
}

form, ol, li, input, select {
	padding:0;
	margin:0;
}

ol li {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:30px;
	clear:both;
}

.li {
	color:#1e74dd;
	font-size:15px;
	font-weight:bold;
}

.label {
	font-size:13px; 
	color:#ff9000;
	padding-left:80px;
	margin-bottom:10px;
	float:left;	
}

.label div {
	margin-bottom:10px;
}

.input{
	border:1px solid #a9a9a9;
	height:18px;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:3px;
}

.inputdiv {
	margin-top: -3px;
	padding-left:20px;
}

select {
	margin-bottom:3px;
}


.orange { color:#ff9000; }
.blue { color:#1e74dd; }

.more_left {
	background:url(images/more.gif) no-repeat;
	width:90px;
	height:16px;
	float:left;
	color:#FFFFFF;
	text-align:center;
	margin: 15px 0;
}

.more_right {
	background:url(images/more.gif) no-repeat;
	width:90px;
	height:16px;
	float:right;
	color:#FFFFFF;
	text-align:center;
	margin: 15px 0;	
}

.line_2px {
	height:2px;
	background-color:#177cf6;
	margin: 0 20px;		
}

.line_6px {
	height:6px;
	background-color:#177cf6;
	margin-bottom: 10px;
	width:720px;
}
.line_4px {
	height:4px;
	background-color:#177cf6;
	margin-bottom: 10px;
	width:720px;
}
#footer {
	padding-top: 20px;
}

#footer a:link, #footer a:visited  {
	color:#000000;
	font-size:12px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#menu div a {
	display:block;
	padding: 5px 5px 3px 20px;
}

#menu a:link, #menu a:visited {
	color: #046cb8;
	font-size:14px;
	font-weight:bold;
}

a.more:link, a.more:visited {
	color:#FFFFFF;
}

.copy {
	font-size: 10px;
	margin-top:15px;
}