* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 220px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0E182D;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
	color: #000000;
	font-size: 100%;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 4px solid #C4C2C2;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 40px;
	background-color: #F9F3D9;
	background-image: url(images/ultima.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
}

/* Header */

#header {
	height: 61px;
	background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	color:#ccc;
}

#logo h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	color:#aaa92b;
	
}

#logo h1 {
	float: left;
	
}

#logo h2 {
	float: right;
	letter-spacing: 0px;
	font-size: 18px;
	color:#aaa92b;
	text-transform: uppercase;
}


/* Header > Menu */

#menu {
	width: 1000px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Wrapper */

#wrapper {
	background-image: url(images/img06a.gif);
	background-repeat: repeat-x;
}

/* Content */

#content {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.clear {
	clear: right;
}


/* Content > Main */

#main {
	float: right;
	width: 1024px;
	overflow: auto;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content > Sidebar > Support */

#support {
	padding: 20px 15px;
	color: #FF8A00;
}

#support h2 {
	margin: 0;
	font-size: 1.3em;
	color: #FF8A00;
}

#support h3 {
	margin: 0;
	font-size: 1em;
	color: #FF8A00;
}

/* Content > Sidebar > Login */

#login {

}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385b88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

#login p {
	font-size: .8em;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background-color: #072200;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
}

#footer p {
	width: 1024px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}
.story2 {
	padding: 40px;
	background-color: #F9F3D9;
	background-image: url(images/ultima.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	clear: none;
	float: left;
	width: 45%;
	height: auto;
	overflow: visible;
}
.story1 {
	padding: 40px;
	background-color: #F9F3D9;
	background-image: url(images/ultima.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	float: right;
	width: 35%;
	height: auto;
	right: 0px;
	margin: 0px;
}
#menu li.current1 a, #menu li.current1.a:active,#menu li.current1.a:hover{
	background-image: url(images/img05.gif);
	cursor: default;
}
/* Footer > Links */

/* CONTACT */

li#contact {



	background-image: url(../image/btn_contact1.gif);
	height: 32px;
	width: 82px;
	text-indent: -9999px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

/*div#validation {
	float: right;
	padding-left: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#validation a:link {
	float: left;
	text-decoration: none;
	border: none;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: .5em;
}
div#validation a:link img {
	margin: 1.5em 0em;
	float: left;
	text-decoration: none;
	border: none;
}*/

/* =input */
fieldset {
	margin-bottom: .5em;
	border: medium ridge #003366;
}
fieldset p{
	
}
fieldset input {
	float : right;
	width : 45%;
	border : 1px solid #003366;
	margin-bottom: .8em;
	margin-right: 0.5em;
	margin-top: .8em;
}
fieldset input:hover {border-color : #000; }
fieldset input:active, input:focus { border-color : #900;}
fieldset textarea {
	float : right;
	width : 70.5%;
	border : 1px solid #003366;
	margin-bottom: 1em;
	height: 120px;
	margin-right: .5em;
}
fieldset textarea:hover {border-color : #000; }
fieldset textarea:active, input:focus { border-color : #900;}

/*form div input {
	padding : 0 0.25em;
	background-image: url(../image/menu_bg.jpg);
	background-repeat: repeat-x;
	margin-right: 0.5em;
	border-top: 1px double #006699;
	border-right: 1px double #003366;
	border-bottom: 1px double #003366;
	border-left: 1px double #003366;
	margin-top: 0.2em;
	margin-left: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	
}*/
li#contact img {
	height: 32px;
	width: 82px;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	left: 0px;
}

/* =label/labelspan */

labe,label span {
	display : block;
	padding-bottom : .25em;
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {float :left; width :100%; }
label span {float : left;width :45%; text-align : right; }

caption {
	padding : .5em;
	letter-spacing : .1em;
	text-align : left;
	margin: 0em 0em 0.2em 0em;
	background-color: #E1EDFF;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	border: 1px solid #003366;
}
#message{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#function{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
fieldset select {
	float : right;
	width : 10%;
	border : 1px solid #003366;
	margin-bottom: .8em;
	margin-right: 0.5em;
	margin-top: .8em;
}
fieldset input:hover {border-color : #000; }
fieldset input:active, input:focus { border-color : #900;}
fieldset textarea {
	float : right;
	width : 70.5%;
	border : 1px solid #003366;
	margin-bottom: 1em;
	height: 120px;
	margin-right: .5em;
}
fieldset select:hover {border-color : #000; }
fieldset select:active, input:focus { border-color : #900;}
.note{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-bottom: .5em;
}
.story3 {
	padding: 40px;
	background-color: #F9F3D9;
	background-image: url(images/ultima.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	clear: none;
	float: left;
	width: 40%;
	height: auto;
	overflow: visible;
}
.story4 {
	padding: 40px;
	background-color: #F9F3D9;
	background-image: url(images/ultima.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	float: right;
	width:40%;
	height: auto;
	right: 0px;
	margin: 0px;
}

/* NEWS */

.nav_curent1 h5 {
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 95%;
	height: 20px;
	width: 536px;
	margin-top: 0.1em;
	padding-left: 3.5em;
	padding-top: 0.1em;
	background-image: url(img/nav_curent1h5.gif);
	background-position: 30px 100%;
	font-style: normal;
	padding-bottom: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	position: relative;
	float: left;
}
div.story2.nav_curent1 {
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-top: 0.2em;
	left: 1px;
	margin-left: 0px;
	margin-right: 0px;
	visibility: inherit;
	background-color: #00FFCC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div.nav_curent1 p {
	font-size: 80%;
}

.nav_curent1 em {
	font-style: normal;
	font-weight: bold;
}
p#two span {
	font-weight: bold;
	letter-spacing: .1em;
}
span.three {
	background-color: #F7B542;
	font-weight: bold !important;
	letter-spacing: -1px !important;
	font-size: 100%;
	margin-right: 0.5em;
	line-height: 3.4em;
}
