@import url("default.css");
@import url("structure.css");

/*
    Inside
*/

h2{
	color     : #07608F;
	font-size : 1.4em;
}

h3{
	color     : #07608F;
	font-size : 1.2em;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top:25px;
}

h3#frst{
	margin-top:0px;
}

h4{
	color     : #549CC2;
	font-size : 1.1em;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top:35px;
}	

#navigation {
	width     : 450px;
	margin    : 20px 10px 0px 500px;
	color     : #999;
}

#navigation ul {
	font-size : 0.85em;
	display   : inline;
}

#navigation ul li {
	display   : inline;
	list-style: none;
	padding-right: 10px;
}

#navigation ul a {
	color     : #549CC2;
	text-decoration: underline;
}

#navigation ul a:hover {
	color     : #BC2A4D;
	text-decoration: underline;
}

#logo {
	height    : 75px;
}

#intro span {
	color     : #797979;
	font-size : 1em;
}

/* Left */

#left {
	float     : left;
	width     : 480px;
}

#body ul, #seealso ul {
/*	color     : #07608F;*/
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#seealso ul {
	margin-left: 25px;
}

#body ul li, #seealso  ul li {
	padding-top:3px;
	padding-bottom:3px;
	list-style: none;
	padding-left: 10px;
	background: url(../i/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
}

#body ul li #li2 {
	background: url(../i/li2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
}

#body a, #intro a {
	color: #549CC2;
/*	font-size : 0.85em;	*/
}
#body a:hover, #intro a:hover {
	color: #BC2A4D;
}


/* Right */

#right {
	margin-left: 500px;
}

#seealso {	
	background: #EFEEEE;
	color: #333;
	margin    : 15px 0px 0px 0px;
}

#seealso .title {
	padding   : 5px 0px 8px 20px;
	border-bottom: 1px solid #fff;
}

#seealso p.words {
	padding   : 10px 10px 10px 20px;
	font: Tahoma;
	font-size : 0.9em;
	color: #333;
}

/* Sitemap */
#sitemap ul {
	margin-left: 0px;
}

#sitemap ul li {
	padding-top:3px;
	padding-bottom:3px;
	list-style: none;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
}

#sitemap ul {
	margin-left: 0px;
}

#sitemap ul li {
	padding-top:3px;
	padding-bottom:3px;
	list-style: none;
	padding-left: 10px;
}

.sm1 {
	color     : #105289;
	font-size : 1.3em;
	font-weight: bold;
}
.sm1:hover {
	color: #BC2A4D;
}

.sm2 {
	color     : #105289;
	font-size : 0.95em;
	text-decoration : none;
}

.sm2:hover  {
	color: #BC2A4D;
	text-decoration: underline;	
}

.sm3 {
	color     : #105289;
	font-size : 1em;
}
.sm3:hover {
	color: #BC2A4D;
/*	text-decoration: none;	*/
}


/* Table */
.tbl {
	width: 500px;

}
.tbl #r1 {
	margin    : 0px 0px 0px 0px;
	width: 50%;
	text-align:top;
}
.tbl #r2 {
	margin    : 0px 0px 0px 0px;
	width: 25%;
}
.tbl #r3 {
	margin    : 0px 0px 0px 0px;
	width: 25%;
}


.tc {
	float     : left;
	width     : 150px;
	text-align: center;
}

.tc lr{
	margin-left: 10px;
}


/* Footer */
#footer{
	margin-top:50px;
}
#update{
	float:right;
	color: #777777;
	font-size : 0.85em;
}
