* { margin: 0; padding: 0;}

body {
	background: #F6F6F6 url(images/bgm.jpg) repeat-x;
	font-family: "georgia", "times new roman", serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}

h1 {
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.input, .textarea {
	border:1px solid #CCC;
	padding:0px;
}

.BtnSubmit {
	color:#000000;
	font-weight:bold;
	width:auto;
	height:22px;
	background:#96AFD5 url(images/nav_bg.gif) bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

A {
	color: #007BF5;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;

}

.P12 {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
}


.Title {
	font-size: 16px;
	line-height: 20px;
	color: #EF9403;
	text-decoration: none;
	font-weight: bold;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/bglr.jpg) repeat-y;
}

#page {
	background: url(images/pagebg.jpg) no-repeat;
}

/* Header */


#Header {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	background-color: #024AA6;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
#Header #L {
	float: left;
	width: 260px;
	height: 82px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	padding-left: 58px;
	margin-top: 30px;
}
#Header #R {
	text-align: right;
	float: right;
	width: 500px;
	color: #0DD2FC;
	font-size: 11px;
	padding-right: 50px;
}

#Menu {
	height: 20px;
	clear: both;
	margin-right: 50px;
	margin-left: 50px;
}

#Menu ul {
	float: left;
	list-style-type: none;
}

#Menu ul li {
	height:18px;
	list-style-type: none;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #08BAFA;
	text-align: right;
	float: left;
}

#Menu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	}

#Menu ul li a:hover {
	text-decoration: none;
	color: #EF9C10;
}

#Menu ul li .curpage {
	color: #EF9C10;	
}

#Nav {
	height: 22px;
	color: #6486DF;
	font-size: 11px;
	width: 860px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 0 8px;
}


/* Content */

#Content {
	width: 860px;
	clear: both;
	margin: 0 auto;
}
#Content #B {
	float: left;
	width: 610px;
	text-align: left;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
#Content .Box {
	width:90%;
	background-color:#F7F7F7;
	border:1px dashed #CCCCCC;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#Content #Right {
	float: right;
	width: 210px;
	margin-right: 5px;
}

#Content #Right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Content #Right ul li {
	padding: 2px;
	border-bottom: 1px solid #F3F3F3;
	text-align: left;
}

#Content #Right h2 {
	margin: 0;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 2px;
	color: #1DB0F8;
	text-align: left;
	padding-left: 10px;
}

#Content #Right a {
	text-decoration: underline;
	font-weight: normal;
}

#Content #Right a:hover {
	text-decoration: none;
	color: #FF0000;
}

#Content #B li {
	display:block;
	padding-left:20px;
	background-image: url(images/checked.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}


/* Footer */

#Footer {
	height: 71px;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
}

#Footer #Text {
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 18px;

}

.Code {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #006600;
	background-color: #EAEAEA;
	background-image: url(images/bgc.gif);
	background-repeat: repeat;
	padding: 6px;
	width: 550px;
}
.Dos {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 6px;
	width: 550px;
}
.I_img {
	float: left;
	padding: 0 10px 0 0;
}
