@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}

a:hover {
	color: #0000CC;
}
form {
	width: 400px;
	margin: 0 auto;
}

form div {
	display: block;
	clear: left;
}
form label {
	display: block;
	width: 16em;
	float: left;
	text-align: right;
	padding-right: 1.5em;
}
form.editor {
	width: auto;
}

div.errortxt {
	border: 2px solid #FF9933;
	text-align: center;
	font-style: italic;
	color: #FF0000;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-left: 0.3em;
	margin-bottom: 1em;
}
div.inform {
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 4em;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0.3em;
}




body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #666666;
	background-image: url(i/01.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content #main table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a.page {
	border: thin solid #0000CC;
	padding: 2px;
	text-decoration: none;
}

td {
	padding: 3px;
}
th {
	padding: 3px;
}


table.listdata {
	border: 1px solid #999999;
}
.a_right {
	text-align: right;
}

.listdata th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #666666;
	color: #CCCCCC;
}
.listdata td {
	background-color: #eeeeee;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

#menu {
	width: 700px;
	height: 60px;
	margin: 0 auto;
	border-right: 1px solid #e0e0e0;
}


#menu ul {
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu a {
	height: 40px;
	width: 99px;
	display: block;
	float: left;
	text-align: center;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	padding-top: 20px;
	border-left: 1px solid #e0e0e0;
	background-image: url(i/02.gif);
	background-repeat: repeat-x;
	font-size: 15px;
}
#menu a:hover {
	background-color: #f0f0f0;
	background-image: none;
}
#menu  .active  a {
	background-color: #0f243e;
	background-image: none;
	color: #FFFFFF;
}

#menu  .active  a:hover {
	background-color: #0f243e;
	background-image: none;
	color: #FFFFFF;
}

#header {
	margin: 0 auto;
	width: 700px;
	height: 170px;

}
#header #logo {
	background-image: url(i/03.jpg);
	background-repeat: no-repeat;
}


#header h1 {
	height: 170px;
	width: 200px;
	display: block;
	float: left;
	background-image: url(i/03.jpg);
	background-repeat: no-repeat;
}
#header h2 {
	float: left;
	display: block;
	text-align: left;
	height: 160px;
	width: 485px;
	text-transform: uppercase;
	background-image: url(i/04.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 15px;
}
#footer {
	height: 80px;
	clear: both;
	background-color: #EEEEEE;
	font-size: 80%;
	text-align: center;
	padding-top: 12px;
}
#left {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#left h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0f243e;
	padding-bottom: 10px;
}
#left h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}
#main {
	float: left;
	width: 500px;
}
#main h1 {
	font-size: 20px;
	color: #0f243e;
	font-weight: bold;
	padding-bottom: 20px;
}

#main h2 {
	font-size: 18px;
	color: #0f243e;
	font-weight: bold;
	padding-bottom: 18px;
}

#main h3 {
	font-size: 16px;
	color: #0f243e;
	font-weight: bold;
	padding-bottom: 16px;
}

#main h4 {
	font-size: 14px;
	color: #0f243e;
	font-weight: bold;
	padding-bottom: 14px;
}

#main h5 {
	font-size: 12px;
	color: #0f243e;
	font-weight: bold;
	padding-bottom: 12px;
}

#main h6 {
	font-size: 12px;
	color: #0f243e;
	font-weight: normal;
	padding-bottom: 12px;
}

#main ul {
	padding-left: 35px;
	list-style-type: square;
}
#main ol {
	padding-left: 35px;
	list-style-type: decimal;
}

#main p {
	padding-bottom: 12px;
	text-align: justify;
}


#contentbar {
	background-image: url(i/05.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 30px;
}

#content {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header #flags {
	text-align: right;
	position: relative;
}
