﻿/** BASIC */

.box1 { border: 1px solid black; padding: 0px; background: white; width: 100px; height: 100px;
float: right; }

.box2 { border: 1px solid black; padding: 5px; background: white; width: 210px; height: 200px;
float: left; }

p span {margin-left: 20ex;}


body {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h6 {
	font-weight: normal;
}

h5 {
	font-weight: normal;
}

h4 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

h1 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	width: 750px;
	float: right;
	margin: 0 1px;
}

#menu li {
	display: inline;
}


#menu ul li ul {
	margin: 0px;
	padding: 0px;
	display: lock;
	float: left;
	width: 30px
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/*** Nav bar styles ***/

#nav-menu {
	
	width: 778px;
	margin: 0px auto;

}

#nav-menu ul {
	margin: 0px auto;
	list-style: none;
	display:block;
	padding: 0;
	margin: 0; 1em;
	float: right;
}

#nav-menu li {
	float: left;
	margin: 0 0.15em;
	display:block;
}

#nav-menu li a {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

#nav-menu ul li ul {
	
	float:none;
	display: block;
}

#nav-menu li a:hover{
	background: #FFFFFF;
	color: #254360;
}



#nav-menu li a:visited


#nav-menu li a:active{
	background: #FFFFFF;
	color: #254360;
}


/*** Nav bar styles end ***/

/** CONTENT */

#content {
	width: 800px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: left;
	top: 50px;
	width: 250px;
	height: 100px
	padding-left: 5px;
	padding-right: 10px;
	border-left: 1px dashed #EEEEEE;
}

#columnB {
	float: left;
	width: 250px;
	height:100px
	padding-left: 20px;
	padding-right: 10px;
	border-left: 1px dashed #EEEEEE;
}

#columnC {
	float: left;
	width: 250px;
	height: 100px
	padding-left: 20px;
	padding-right: 10px;
	border-left: 1px dashed #EEEEEE;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;

