/* content */  
#content {
	float: left;
	font-size: 1.1em;
	line-height: 1.25em;
	width: 450px;
}
#content a:link, #content a:visited {
	text-decoration: underline;
}
#content h3, #content h4 {
	color: #0a1863;
	font-size: 1em;
	text-transform: capitalize;
}
#content h3 {
	font-size: 1em;
}
#content h3, 
#content h4, 
#content p {
	padding-bottom: 10px;
	text-align: justify;
}
#content ul { padding-bottom: 10px; }
#content ul li {
	background: url(../images/ico-dot-3.gif) no-repeat 10px 6px;
	margin-top: 5px;
	padding-left: 20px;
}
#content dl {
    overflow: hidden;
    padding: 10px 0;
}
* html #content dl {
    height: 1%;
}
#content dl dt, #content dl dd {
    float: left;
}
#content dl dt {
    padding-top: 5px;
    width: 80px;
}
#content dl dt img {
    display: block;
    margin: 0 auto;
}
#content dl dd {
    padding-left: 10px;
    width: 310px;
}

/* reference */
#reference {
	font-size: .9em;
}
#reference, #reference .Detail {
	padding-top: 15px;
}
#reference fieldset div {
	height: 21px;
	margin: 10px 0;
}
#reference fieldset div select, #reference fieldset div label, #reference fieldset div button {
	float: left;
}
#reference fieldset div select, #reference fieldset div label {
	margin-right: 5px;
}
#reference fieldset div label {
	line-height: 21px;
}
#reference fieldset div select {
	width: 170px;
	height: 21px;
}
#reference fieldset div button {
	background: url(../images/btn-ok-2.gif) no-repeat;
	border: none;
	display: block;
	height: 21px;
	width: 22px;
}
#reference fieldset div button span {
	display: none;
}
#reference table {
	border-collapse: collapse;
}
#reference table, #reference table th, #reference table td {
	border: #0a1863 solid 1px;
}
#reference table th, #reference table td {
	padding: 5px;
	text-align: left;
}
#reference table th {
	background-color: #0a1863;
	color: #fff;
}
#reference table td {
	vertical-align: top;
}
#reference table td img {
	display: block;
	margin: 0 auto;
}
#reference table tr.Odd td {
	background-color: #d8d9d9;
}
#reference table tr.Over td {
	background-color: #b5b9d0;
}
#reference table td.Detail {
	padding-top: 10px;
}
#reference table td.Detail a {
	background: url(../images/ico-zoom.gif) no-repeat;
	display: block;
	height: 18px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -1983em;
	width: 22px;
}
#reference table td.Detail a:hover {
	background-position: left -18px;
}
#reference table tr.Odd td.Detail a {
	background-position: left -36px;
}
#reference table tr.Odd td.Detail a:hover {
	background-position: left -54px;
}
#reference table tr.Over td.Detail a {
	background-position: left -72px;
}
#reference table tr.Over td.Detail a:hover {
	background-position: left -90px;
}

/* content form */
#content fieldset .Input, #content fieldset .Output {
	overflow: hidden;
	padding: 5px 0;
}
* html #content fieldset .Input, #content fieldset .Output {
	height: 1%;
	padding: 3px 0;
}       
#content fieldset .Output .ForgotPassword { margin-left: 48px; }
#content fieldset .Input label {
	display: block;
	float: left;
	line-height: 19px;
	width: 110px;
}
#content fieldset .Input input, #content fieldset .Input select, #content fieldset .Input textarea {
	float: left;
	margin: 0;
	padding: 0;
}
#content fieldset .Input input, #content fieldset .Input textarea {
	border: #b0c5f6 solid 1px;
	padding: 2px;
	width: 284px;
}
#content fieldset .Input textarea {
	height: 100px;
	overflow: auto;
}
.required {
    color: red;   
}

/* relatedNews for Home page */
#content #relatedNews {
	border-top: #0a1863 solid 1px;
	padding: 10px 0;
}

#content #relatedNews li {
	background: none;
	margin-left: -1.5em;
}

#content #relatedNews li a:hover {
	color:#E8BB2D;
}

#content #relatedNews li a:link, 
#content #relatedNews li a:visited {
	color:#0A1863;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}


/* thanks */
#thanks {
	display: none;
}

/* sidebar */
#sidebar {
	float: left;
	margin-right: 30px;
	width: 230px;
}
#sidebar img {
	display: block;
}
#sidebar ul {
	background: url(../images/ico-triple-circle.gif) no-repeat;
	font-size: 1.1em;
	margin: 15px 0;
	padding: 5px 0;
}
#sidebar ul li {
	background: url(../images/ico-dot-4.gif) no-repeat 10px 8px;
	font-weight: bolder;
	padding: 5px 25px;
	text-transform: uppercase;
}
#sidebar ul li.Active {
    color:#333333;
}
#sidebar address {
	font-style: normal;
	padding-bottom: 10px;
}

