/* Globals
-------------------------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	background-image: url(v1/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #012D42;
}

/* layout
-------------------------------------------------------------------------- */
#container {
margin-top: 24px;
margin-left: auto; 
margin-right: auto; 
}
#box-l a img {
border:0;
}
#menu {
margin:0 auto;
padding:3px;
width:850px;
text-align:right;
}
#box {
	border-top-width: 9px;
	border-right-width: 10px;
	border-bottom-width: 9px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7392A6;
	border-right-color: #7392A6;
	border-bottom-color: #7392A6;
	border-left-color: #7392A6;
}
#box-l {
	border: 1px solid #FFFFFF;
	background: #012D42 url(/i/nav-bg-tile.jpg) repeat-y;
}
#box-r {
	border: 1px solid #FFFFFF;
	background-color: #B2C4D0;
}
#contents {
	height : 312px;
	overflow : auto;
	padding-right: 3px;
	padding-left: 3px;
}
#contentsm {
	height : 222px;
	overflow : auto;
	padding-right: 3px;
	padding-left: 3px;
}
#contentsfull {
	height : 545px; 
	overflow : auto;
	padding-right: 3px;
	padding-left: 3px;
}
#contentsNoscroll {
	padding-right: 3px;
	padding-left: 3px;
}
/* footer
-------------------------------------------------------------------------- */
#footer {
	font-size: 13px;
}
#footer a:link, #footer a:visited, #menu a:link, #menu a:visited {
text-decoration:none;
}
#footer a:active, #footer a:hover,#menu a:active, #menu a:hover {
	color: #FF0000;
}
/* classes
-------------------------------------------------------------------------- */
.btmline  {
	border-bottom: 1px solid #FFFFFF;
}

/* html text controls
-------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 3px 0px;
	padding: 3px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, ul {
	margin: 3px 0px;
	padding: 3px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2 {font-weight: normal}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4, h5, h6 {
	font-size: 14px;
}
p,li,td {
	font-size: 13px;
}

/* list controls
-------------------------------------------------------------------------- */
ul {
	list-style-position: inside;
}
li {
	padding-left: 12px;
}

/* links
-------------------------------------------------------------------------- */
a:link, a:visited {
color: #012D42;
text-decoration: underline;
}
a:hover, a:active {
color:#FFFFFF;
text-decoration: none;
}
#contents a img.outline:hover, #contentsfull a img.outline:hover, #contentsNoscroll a img.outline:hover {
	border: 1px solid #FF3300;
}

/* classes
-------------------------------------------------------------------------- */
.outline {
	border: 1px solid #FFFFFF;
}
.numeric {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bigger, .bigger li {
	font-size: 14px;
	line-height: 16px;
}
.bigger li {
	padding-bottom: 4px;
}
/* table
-------------------------------------------------------------------------- */
.data {
	font-size: 12px;
	background-color: #CDD9E0;
	border: 1px solid #eeeeee;
	width:100%;
	border-collapse:collapse;
}
.data caption {
	font-weight: bold;
	margin:0px;
	padding:6px 6px 0px;
	text-align:left;
}
.data td,.data th {
padding:2px;
}
.data th {
text-align:left;
}

.data td {
border-top: 0px solid #5E5E93;
border-right: 1px solid #E7EDF0;
border-bottom: 1px solid #E7EDF0;
border-left: 0px solid #5E5E93;
vertical-align:top;
}
th {
color: #FFFFFF;
background-color: #7E9CB0;
font-weight:bold;
}
