html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	color: #000000;
	font: 9pt Arial;
	background-color: #FFFFFF;
   background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}
.bold {
	font-weight:bold;
	vertical-align: top;
	v-align: top;
}
.large
{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #000000;
}
/*<group=layout>*/
.titleText {
	font-family: Georgia;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #444;
	font-variant: small-caps;
}
.smallText {
	font: 10px Georgia, serif;
}

#leftcolumntop
{
	width: 170px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	text-align: justify;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}

#leftcolumnbottom
{
	float: bottom;
	width: 170px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	text-align: justify;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}

#maincontent
{	top: 10px;
	border: 3px double #000;	
	background: #FFF;
	width: 756px;
	text-align: left;
	background-image: url(/images/background.gif);
	height: auto;
	margin: auto;
}
#whiteblock {
	top: 0px;
	left: 178px;
	width: 584px;
	height: 100%;
	bottom: 0 px;	
	background-color: #FFFFFF;
}
#navigation
{
	background: #00487D;
	height: 30px;
	text-align: left;
}

#subnavigation
{
	margin-top: 1px;
	height: 24px;
	background: #CCC;
}
#formblock
{
	margin-left: 30px;
	margin-right: 30px;
	height: auto;
}
#footer
{
	background: url(/images/footer.jpg); 
	width: 740; 
	height: 128; 
	text-align: right; 
	vertical-align: bottom;
	font: x-small/150% Georgia, serif;
	color: #666;
}
/*</group>*/


/*<group=General styling>*/
h1
{
	color: #647C8F;
	margin: 0;
	font-size: large;
	cursor: default;
	text-align: left;
	font-weight: bold;
}

h2
{
	color: #647C8F;
	margin: 0;
	font-size: medium;
	font-weight: bold;
}
h3
{
	color: #000000;
	margin: 0;
	font-size: medium;
	font-weight: normal;
}
h4
{
	color: #00487D;
	margin: 0;
	font-size: 14px;
	cursor: default;
	text-align: left;
	font-weight: bold;
}
h5
{
	color: #666;
	margin: 0;	
	font-size: 9px;
	text-align: left;
}


h1 span { color: #A5C4FF; }

/*p
{
	margin: 0px;
	padding: 3px 30px 10px 30px;
	line-height: 1.6em;
}

p span
{
	color: #036;
	font-weight: bold;
}
*/
ul
{
	line-height: 1.6em;
	margin-left: 35px;
	margin-right: 35px;	
}

ol
{
	line-height: 1.6em;
	margin-left: 35px;
	margin-right: 35px;	
}

a
{
	color: #6095BF;
	font-weight: normal;
}

a:hover
{
   color: #CC0000
}

/*</group>*/

/*<group=Images>*/
img { border: none; }
/*</group>*/

/*<group=navigation>*/
ul#nav
{
	display: block;
	float: left;	
	height: 27px;
	width: 584px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li { display: inline; }

ul#nav li a
{
	display: block;
	float: left;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: 800;
	cursor: pointer;
}

ul#nav li a.active, ul#nav li a.active:hover
{
	cursor: default;
}

ul#subnav
{
	display: block;
	float: left;	
	height: 24px;
	width: 584px;
	border: 0;
	margin: 0;
	margin-top:4px;
	padding: 0;
	list-style-type: none;
	
}

ul#subnav li { display: inline; }

ul#subnav li a
{
	color: #666;
	margin-left:32px;
	font: 9px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 800;
	cursor: pointer;
}

ul#subnav li a:hover
{
	text-decoration: underline;
}

ul#subnav li a.active, ul#subnav li a.active:hover
{
	cursor: default;
	text-decoration: underline;
}
.small
{
	font-size: 10px;
}
.lightShade
{
	background-color: #e0e0e0;
}
.darkShade
{
	background-color: #cccccc;
}
.rowType1
{
	background-color: #ffffff;
}
.rowType2
{
	background-color: #e0e0e0;
}
input.btn, .button {
	color: #000000;
	padding:3px;
	background-color: #FFF7E2;
	border:1px solid #000000;
}
.buttonOff {
	color: #000000;
	padding:3px;
	background-color: #FFCEB7;
	border:1px solid #000000;
}
.review {
	color: blue;
}
