* {
	margin : 0px;
	padding : 0px;
}

body {
	color : #333333;
	font-family : Verdana;
	font-size : 11px;
	text-align : center;
}

a, a:visited {
	color : #333333;
	text-decoration: none;
}

a:hover {
	color : #999999;
	text-decoration: underline;
}

input, select, textarea { 
	color: #666666;
	font-size : 12px;
}

p { 
	padding: 10px 0;
}

h1 {
	color: #0a3f68;
	font-family : Arial;
	font-size: 22px;
}

h1 a, h1 a:hover, h1 a:visited {
	color: #0a3f68;
	text-decoration: none;
}

h2 {
	color: #0a3f68;
	font-size: 14px;
}

h2 a, h2 a:hover, h2 a:visited {
	color: #0a3f68;
	text-decoration: none;
}

h3 {
	color: #0a3f68;
	font-size: 12px;
	font-weight: bold;
}

hr {
	border-top: 1px solid #999999;
	margin: 5px 0;
}

.deny { 
	border: 1px solid #ff9148; 
	color: #FF9148; 
	margin: 3px;
	padding: 3px; 
	text-align: center; 
}

.space {
	height: 30px;
}

.box {
	border: 1px solid #999999;
	background-color: #f9f9f9;
	padding: 10px;
}


/* --- Header --- */

#header {
	height : 30px;
	margin : 20px auto 0 auto;
	text-align : left;
	width : 650px;
}

#header .language {
	color: #666666;
	float: right; 
	font-size: 9px;
	padding-top: 12px;
}

#header .language img {
	float: left; 
}

#header .title {
	width: 300px;
}

#header .title img {
	float: left;
	padding-bottom: 2px;
	margin-right: 10px;
}

#headerbar {
	background: #0f6bb2;
	clear : both;
	height : 35px;
	margin : 0 auto;
}


/* --- Main --- */

#main {
	margin : auto;
	padding: 5px 0;
	text-align: left;
	width : 650px;
}


/* --- Search --- */

#search {
	background: #f9f9f9;
	border: 1px solid #bbbbbb;
	font-size : 12px;
	margin: 25px 0;
	padding: 10px 20px;
	text-align: center;
	width: 500px;
}


/* --- Directory --- */

#directory {
	font-size : 12px;
	line-height: 20px;
	text-align: left;
	height: 260px;
}

#directory h2 {
	color: #0a3f68;
	font-size: 14px;
	margin: 10px 0 20px 0;
}

#directory .column {
	float: left;
	width: 215px;
}


/* --- Footer --- */

#footer {
	margin: 30px auto 0 auto;
	padding-bottom: 20px;
	text-align: left;
	width: 650px;
}

#footerbar {
	background: #cccccc;
	clear : both;
	height : 10px;
	margin : 0 0 5px 0;
}


/* --- Menu --- */

#menu {
	float: right;
	padding-bottom: 3px;
	text-align: right;
}


/* --- Submit --- */

#submit {
	padding: 0 30px;
	margin: 30px 0;
}

#submit .head {
	border-bottom: 1px solid #bbbbbb;
	font-weight: bold;
	margin: 30px 0 20px 0;
	padding: 5px 5px;
}

#submit ul {
	margin: 30px 40px 0 40px;
}

#submit li {
	padding: 0 10px;
}

#submit .button {
	padding-top: 30px;
	text-align: center;
}


/* --- Submit --- */

#website {
	margin: 30px 0;
}

#website b {
	color: #0a3f68;
	font-weight: bold;
}

#website u {
	font-weight: bold;
}

#website .list {
	padding: 5px;
}

#website .detail {
	border-top: 1px solid #999999;
	margin: 5px 0 20px 0;
	padding: 10px;
}

#website .detail img {
	border: 1px solid #999999;
	margin-right: 10px;
}


/* --- Color --- */

.grey { color: #999999; }
.orange { color: #FF9148; }
.white { color: #FFFFFF; }
.green { color: #008000; }


/* --- Float --- */

.fleft { float: left; }
.fright { float: right; }
