@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

html,body {
	padding: 0;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Helvetica;
}

body {
	margin: 10px;
	background-image: URL('../images/background.gif');
	background-repeat: repeat-x;
}

/* Header styles */
h1 {
	font-weight: normal;
	font-size: 17pt;
	color: #002060;
	text-align: left;
	margin-bottom: 5px;
}

h2 {
	font-weight: normal;
	font-size: 15pt;
	color: #002060;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-weight: normal;
	font-size: 13pt;
	color: #002060;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 5px;
}

h4 {
	font-weight: normal;
	font-size: 11pt;
	color: #002060;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 5px;
}

a {
	color: #002060;
}

a:hover {
	color: #007090;
}

/** SIDEBAR MENUS **/
ul.sidebar {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.sidebar a {
	display: block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	background: #3c3c3c;
	background-image: url('../images/table_bg.jpg');
	color: #eee;
	padding: 4px 5px;
	border-bottom: 1px solid #ddd;
	width: 90px;
}

ul.sidebar a:hover {
	background: #787878;
	color: #ffcc00;
	background-image: url('../images/table_bg_alt.jpg');
}

ul.sidebar li p {
	display: block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	background: #3c3c3c;
	background-image: url('../images/table_bg_alt.jpg');
	color: #ffcc00;
	padding: 5px 5px;
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
	width: 90px;
}

ul.sidebar li b {
	display: block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	background: #3c3c3c;
	background-image: url('../images/table_bg_alt.jpg');
	color: #eee;
	padding: 4px 5px;
	border-bottom: 1px solid #ddd;
	width: 90px;
}

/** IMAGE DIVS **/
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

div.floatright p {
	text-align: center;
	color: #002060;
}

.floatleft {
	float: left;
	margin: 10px 10px 0 0;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatleft img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

div.floatleft p {
	text-align: center;
	color: #002060;
}

/** Profile pic **/
img.pic {
	background-color: #fff;	
	padding: 5px;
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

/** TABLES **/
table {
	border-collapse: collapse;
}

table.data {
	border: 1px solid #000000;
}

th.data,td.data,td.dataalt {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 10pt;
}

th.data {
	color: #FFFFFF;
	font-size: 10pt;
	background-image: url('../images/table_bg.jpg');
	text-align: center;
	padding: .3em;
}

th.data_alt {
	color: #FFFFFF;
	font-size: 10pt;
	background-image: url('../images/table_bg_alt.jpg');
	text-align: left;
	padding: .3em;
}

td.data {
	background: #FFFFFF;
	padding: .3em;
	text-align: center;
	vertical-align: top;
}

td.dataalt {
	background: #eee;
	padding: .3em;
	text-align: center;
	vertical-align: top;
}

/** FORMS **/
fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 600px;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	border-left: 1px solid #BFBAB0;
	border-right: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(../images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend {
	padding: 0;
	color: #545351;
	font-weight: bold;
}

legend span {
	position: absolute;
	left: 3px;
	top: 0;
	margin-left: 0.5em;
	margin-top: 0.5em;
	font-size: 135%;
}

fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
}

fieldset li { /*	float: left;
	clear: both;*/
	width: 100%;
	padding: 0 0 1em 0;
}

fieldset.submit {
	position: relative;
	float: left;
	clear: both;
	width: 580px;
	margin: 0 0 -1em 0;
	border-style: none;
	border-left: 1px solid #BFBAB0;
	border-right: 1px solid #BFBAB0;
	border-bottom: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	padding-top: 1em;
	padding-left: 20px;
}

label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

label em {
	position: absolute;
	left: 10em;
	top: 0;
}

/**  GALLERY **/
ul.gallery {
	margin: 10px 0 0px 10px;
	padding: 0 0 0 15px;
	list-style-image: url("../images/next.gif");
	list-style-type: square;
}

.image_info {
	display: block;
	font-size: 10px;
	color: #002060;
	border: 0px;
}

.wrapper {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 700px;
	border: 0px solid #000;
	text-align: left;
}

.show_title a {
	font-size: 12px;
	text-decoration: none;
	color: #999;
}

.image_info a {
	text-decoration: none;
	color: #002060;
}

.image {
	margin-bottom: 5px;
}

.image img {
	padding: 6px;
	border: 1px solid #000;
	display: block;
	background-color: #fff;
	margin-top: 10px;
}

.navigation,.navigation a {
	text-decoration: none;
	color: #000;
	margin-top: 9px;
}

.thumbnail_row {
	margin-top: 1px;
}

.thumbnail_row img {
	border: 0px solid #aaa;
	margin-top: 10px;
}

.thumbnail_center {
	padding: 1px;
	border: 1px solid #fff !important;
}

.small,.small a {
	margin-top: 20px;
	text-decoration: none;
	color: #777;
}