html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 80%/1.3 Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
}

a {	color: #006699;	text-decoration: none; }
a:hover { color: #003366; text-decoration: underline; }

a img
{
	border: 0;
}

h1,h2,h3,h4,h5,h6
{
	letter-spacing: 2px;
	font-family: "Times New Roman", serif;
}

.hidden
{
	position: absolute;
	display: none;
}

.error
{
	color: Red;
}

/*************/
/* Container */
/*************/
div#Container
{
	width: 687px;
	margin: 0 auto;
	background: #fff url(/images/wrap-bg.png) repeat-y;
}

/**********/
/* Header */
/**********/
div#Header
{
	width: 573px;
	height: 273px;
	margin: 1px auto 0 auto;
	background: #fff url(/images/header-blue.jpg) no-repeat;
}

div#Header h1
{
	text-align: left;
	margin: 0;
	padding: 180px 0 0 20px;
	color: #fff;
	font-size: 3em;
	font-weight: normal;
}

div#Header h1 a { color: #fff; }
div#Header h1 a:hover { text-decoration: none; }

div#Header p
{
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0.7em;
	letter-spacing: 2px;
	font-variant: small-caps;

}

/********/
/* Menu */
/********/
div#Menu
{
	width: 573px;
	height: 25px;
	color: #fff;
	background: #006699;
	margin: 1px auto 0 auto;
	border-bottom: 2px solid #4796E9;
}

div#Menu ul
{
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
}

div#Menu ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

div#Menu ul li a
{
	line-height: 25px;
	display: block;
	padding: 0 6px;
	font-size: 13px;
	color: #fff;
}

div#Menu ul li a:hover, div#Menu ul li a.active
{
	text-decoration: none;
	background: #4796E9;
}

/***********/
/* Content */
/***********/
div#Content
{
	width: 543px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5;
	word-spacing: 3px;
	padding: 15px 0 0 0;
}

div#Content address
{
	font-style: normal;
	display: block;
}

div#Content h2, div#Content h3, div#Content h4, div#Content p, div#Content address
{
	margin: 10px 0;
	padding: 0;
}

div#Content ul
{
	margin: 10px 10px;
	padding: 0 15px;
	list-style-type: square;
}

div#Content ul li h3
{
	text-align: left;
	margin: 0;
	padding: 0;
}

div#Content ul.HideBullets
{
	list-style: none;
	margin-left: 0 !important;
}

div#Content ul.LargeListSpacing li
{
	margin-bottom: 10px;
}

div#Content h2, div#Content h3, div#Content h4
{
	text-align: center;
	font-weight: normal;
}

div#Content h2
{
	font-size: 1.6em;
	color: #006699;
}

div#Content h3
{
	font-size: 1.2em;
	color: #003366;
}

div#Content h4
{
	font-size: 1em;
	color: #003366;
}

div#Content .date
{
	color: #006699;
	font-size: 0.8em;
}

div#tabularData table
{
	table-layout: fixed;
	border:0;
	border-collapse: collapse;
	border: 1px solid #B5C7DE;
	font: 80%/1.3 Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	width: 100%;
}

div#tabularData table caption
{
	font-size: 1.2em;
    color: #003366;
}

div#tabularData table td
{
	padding: 2px;
	border: 1px dotted #B5C7DE;
}

div#loginBox
{
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background-color:#EFF3FB;
	border: 1px solid #B5C7DE;
}
div#loginBox table
{
	width: 380px;
	margin: 0 auto;
}

div#loginBox table td
{
	padding: 2px;
}

div#loginBox table td.left
{   
	text-align: right;
	padding-right: 2px;
	width: 35%;
}
div#loginBox table td.right
{
	width: 65%;
	text-align: left;
}
        
div#tabularData table .smallCol { width: 3em; }
div#tabularData table .mediumCol { width: 6em; }
div#tabularData table .largeCol { width: 10em; }
div#tabularData table .alternate { background-color:#EFF3FB; }

/**********/
/* Footer */
/**********/

div#Footer
{
	width: 573px;
	margin: 40px auto 0 auto;
	padding: 0;
	text-align: center;
	/*border-bottom: 1px solid #B7B7B7;*/
	border-bottom: 1px solid #cccccc;
}

div#Footer p
{
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-size: 0.7em;
	color: #000;
}

div#Copy
{
	font-size: 0.9em;
	width: 573px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-color: #e6e6e6;
	border-bottom: 1px solid #cccccc;
}

div#Copy p
{
	margin: 0;
}