body {
	background: #cacaca;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}


h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #0000ff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* logotop */

#logotop {
	width: 700px;
	height: auto;
	margin: 0 auto;
	color: #000fff;
	font-family: Verdana;
}

#logotop h1 {
	font-family: Times, "Times New Roman", serif;
	text-align: center;
	margin: 5px 0 0 0px;
	color: #000000;
	font-size: 14px;
}

#logotop h2 {
	margin: 10px 0px 0px 0px;
	font-size: 21px;
    text-align: center;
    color: #848484;
}

#logotop p {
	margin: 15px 20px 0 350px;
	font-size: 13px;
    color: #000000;
}

#logotop h3 {
	margin: 10px 0px 0 0px;
	font-size: 21px;
	text-align: center;
	color: #848484;
}

#logotop h4 {
	margin: 5px 0px 5px 0px;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
	color: #848484;
}

#toppic {
	float: left;
	margin: 5px 0px 0px 10px;
    height: 117px;
    width: 317px;
}


/* Menu */

#navbar {
background-color: #235bd9;
height: 28px;
margin: 0px 0px;
text-align: center; 
border: solid 1px;
border-color: #235bd9;
color: #ffffff;
font-size: 16px;
}

#navbar a { 
padding: 0px 8px 0px 8px;
text-decoration: none;
font-size: 17px;
color: #FFFFFF;
}

#navbar a:hover{ 
padding: 0px 8px 0px 8px;
text-decoration:none;
font-size: 17px;
color: #FFFF00;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 0px;
	border: 10px solid #235bd9;
	background: #ffffff;
	border-top: 10px #235bd9 solid;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#mycontent {
	margin-top: 8px;
	width: 685px;
	padding: 8px 5px 0 8px;
}

#mycontent h2 {
	margin-bottom: 5px;
	font-size: 17px;
	letter-spacing: -1px;
	color: #0000ff;
}

#mycontent a {
	color: #ff0000;
}

#mycontent a:hover {
	color: #0033cc;
}

#mycontent table {
	clear: both;
	margin: 12px 0;
	border: 2px solid #0000ff;
	width: 100%;
}

#mycontent table th, #mycontent table td {
	border: 1px solid #0000ff;
	padding: 2px;
}

/* newcontent */

#newcontent {
	margin-top: 8px;
	width: 685px;
	padding: 8px 5px 0 8px;
	text-align: left;
	letter-spacing: 0px;	
}
#newcontent h2 {
	margin-bottom: 5px;
	font-size: 17px;
	letter-spacing: -1px;
	color: #0000ff;
}

#newcontent a {
	color: #ff0000;
}

#newcontent a:hover {
	color: #0033cc;
}


#footer {
	width: 680px;
	margin: 0 auto;
	padding-top: 5px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
}

#address {
	width: 680px;
	margin: 0 auto;
	padding-top: 15px;
}


#address p {
	text-align: center;
	padding: 0;
	font-size: 11px;
}

img {
	border: 0;
}
.required_star {
 	font-weight:bold;
 	color:#FF0000;
}

