*
{
	padding: 0;
	margin: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

a
{
	color: gray;
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px dashed gray;
}

#wrapper
{
	width: 800px;
	margin: 0 auto;
}

#header
{
	border-bottom: 1px solid silver;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

div.header
{
	text-align: center;
}

div.header a
{
	margin-left: 10px;
	margin-right: 10px;
}



#centercolumn
{
	/* Parent Wrapper for inside boxes */
	border-right: 1px solid silver;
	margin: 0px 0px 10px 5px;
	display: inline; /* IE Hack */
	padding: 5px;
	width: 80%;
	float: left;
	min-height: 300px;
}

#centercolumn h1
{
	color: gray;
}

#centercolumn P
{
	margin: 10px;
}

#centercolumn a
{
	color: green;
}


div.section ul, div.halfsection ul
{
	list-style-type: disc;
}

div.section li, div.halfsection li
{
	margin-left: 30px;
	line-height: 150%;
}


* html #centercolumn
{
	height: 300px;
}
/* IE Min-Height Hack */

#rightcolumn
{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	display: inline; /* IE Hack */
	width: 10%;
	float: left;
	min-height: 300px;
}
* html #rightcolumn
{
	height: 300px;
}
/* IE Min-Height Hack */

#footer
{
	background-color: #E0E0E0;
	margin: 20px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 4px;
	float: left;
	width: 100%;
	color: gray;
	font-family: Time New Roman;
	font-size: small;
	text-align: center;
}

div.navigation
{
	margin: 10px;
	width: 90%;
	line-height: 150%;
}


div.section
{
	padding: 0px;
	margin-top: 10px;
	padding-bottom: 20px;
}

div.halfsection
{
	width: 48%;
	float: left;
	border: green;
	margin: 5px;
	border: 1px solid silver;
	font-size: x-small;
}

div.section h2, h3, div.halfsection h2
{
	color: gray;
	font-size: medium;
	padding-left: 5px;
	background-color: white;
}


input
{
	border: 1px dashed silver;
	background-color: #EFEFEF;
}

select
{
	background: #EFEFEF;
	border: 1px solid white;
}

input.button
{
	background: transparent;
	border: 1px solid silver;
	color: navy;
}

textarea
{
	background-color: #EFEFEF;
	border: 1px dashed silver;
}

div.codebox
{
	padding-left: 10px;
	background: transparent;
	font-family: "Courier New" ,Courier, monospace;
	font-size: medium;
	border: 0px solid white;
	unicode-bidi: embed;
	direction: ltr;
}


input.button:hover
{
	color: white;
	border: 1px solid navy;
	background-color: gray;
}

div.label
{
	width: 80%;
	margin-left: 10px;
	text-align: right;
}





/*
body
{
    padding: 20px;
    background-color: #0065AD;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
}

a
{
    text-decoration: none;
    font-style: normal;
}
a:link
{
    color: green;
}
a:visited
{
    color: green;
}
a:hover
{
    color: green;
}
a:active
{
    color: green;
}

#header
{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
    background-color: #0065AD;
}


p
{
    margin-left: 15px;
}

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-large;
    text-transform: none;
    color: #0065AD;
}

h2
{
    font-size: large;
    color: #0065AD;
}

h3
{
    font-size: medium;
    color: #0065AD;
}

h4
{
    font-size: medium;
}

div.lang a:link
{
    text-decoration: none;
}

div.lang a:visited
{
    text-decoration: none;
}

.box
{
    margin: 2px;
    display: block;
    background-color: white;
    background-color: White;
    border: 2px solid black;
}

.box h4
{
    color: black;
    margin: 0;
    padding: 3px;
    background-color: #e0e0e0;
    border-bottom: 1px solid black;
}

.box P
{
    margin: 0;
    padding: 5px;
}

div.banner_ltr
{
    color: white;
    background: #0065AD;
    text-align: left;
    font-family: Verdana, Sans-Srif;
    font-weight: bold;
    font-size: 12px;
    height: 15px;
    text-decoration: underline;
    padding-left: 3px;
}

div.banner_rtl
{
    color: white;
    background: #0065AD;
    text-align: right;
    font-family: Verdana, Sans-Srif;
    font-weight: bold;
    font-size: 12px;
    height: 15px;
    text-decoration: underline;
}

div.googleband_ltr
{
    display: inline;
    width: 100%;
    background: #0065AD;
}

div.googleband_rtl
{
    display: inline;
    width: 100%;
    background: #0065AD;
}


div.navigation_ltr
{
    float: left;
    width: 100px;
    background-color: #0065AD;
}

div.navigation_rtl
{
    float: right;
    width: 100px;
    background-color: #0065AD;
}

div.NavCellHover
{
    font: normal normal medium verdana, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    border-left: 1px solid #0065AD;
    border-right: 1px solid #0065AD;
    background-color: white;
    color: #0065AD;
    cursor: pointer;
}


div.NavCellDefault
{
    font: normal normal medium verdana, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background-color: #0065AD;
    color: white;
    cursor: default;
}

div.navigation_ltr a:link, div.navigation_rtl a:link
{
    background-color: #0065AD;
}

div.navigation_ltr a:visited, div.navigation_rtl a:visited
{
    color: white;
}

div.navigation_ltr a:hover, div.navigation_rtl a:hover
{
    color: #0065AD;
    background-color: white;
}

div.navigation_ltr a:active, div.navigation_rtl a:active
{
    color: white;
}
div.content
{
    margin-top: 20px;
    background-color: #FFFFFF;
}


div.content_ltr, div.content_rtl
{
    padding: 10px;
}




div.section
{
    margin-bottom: 15px;
    margin-top: 10px;
    background-color: #E0EAEA;
}

div.section h1
{
    color: #0065AD;
    font-size: medium;
    padding-left: 10px;
    padding-right: 10px;
}

div.section h2
{
    background-color: #0065AD;
    color: white;
    margin: 1px;
    font-size: medium;
    font-weight: normal;
    font-family: Verdana,sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

div.section h3
{
    color: #0065AD;
    font-size: medium;
    padding-left: 10px;
}

div.section_rtl h3
{
    color: #0065AD;
    font-size: medium;
    padding-right: 10px;
}


fieldset
{
    display: block;
    border-color: navy;
    margin-bottom: 10px;
}

legend
{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid navy;
    background-color: #f0f0f0;
    color: blue;
    font-family: Arial, sans-serif;
    font-size: smaller;
}

label_ltr
{
    float: left;
    width: 120px;
    padding-right: 8px;
    text-align: right;
    color: navy;
}

label_rtl
{
    float: left;
    width: 120px;
    padding-right: 8px;
    text-align: right;
    color: navy;
}


fieldset span
{
    display: block;
    margin: 0;
    padding: 0 0 4px 4px;
    margin-left: 10px;
}


div.footer
{
    display: block;
    text-align: center;
    font-family: "Courier New" ,Courier, monospace;
    font-size: xx-small;
    color: white;
    background-color: #0065AD;
}

div.footer_rtl
{
    display: block;
    text-align: center;
    font-family: "Courier New" ,Courier, monospace;
    font-size: xx-small;
    color: #0065AD;
    margin-right: 150px;
}

table.layout_ltr, table.layout_rtl
{
    width: 100%;
    border: 1px groove black;
    padding: 0;
}

td.layoutheader_ltr, td.layoutheader_rtl
{
    padding: 0px;
    margin: 0px;
    background: #0065AD;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: White;
}

td.layoutheaderlogo_ltr
{
    background: #0065AD;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: white;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    font-size: x-small;
    padding: 5px;
}

td.layoutcontent_ltr, td.layoutcontent_rtl
{
    vertical-align: top;
    border: 0px solid black;
}

td.googleads_ltr, td.googleads_rtl
{
    vertical-align: top;
    width: 160px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #0065AD;
}

td.layoutnavigation_ltr, td.layoutnavigation_rtl
{
    vertical-align: top;
    width: 100px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #0065AD;
}

td.layoutfooter_ltr, td.layoutfooter_rtl
{
    height: 10px;
    border: 1px solid black;
}

*/