/* v1.0 | 20080212  GLOBAL FROM ERIC MEYER FIX*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(images/bck_pattern.jpg);
	background-repeat: repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------END GLOBAL BROWSER FIX----------------*/

/* -----------------------------------*/
/* ---- Wrapper <<<----------*/
/* -----------------------------------*/

#wrap {
	text-align:left;
	width:100%;
	position: relative;
	min-height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}

* html #wrap
{
height: 100%;
}

#headerBox{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 40px;
	background-color: #9D9D9D;
	float: left;
	width: 100%;
}


/* ---- Logo <<<----------*/

#logo{
	height: 263px;
	width: 314px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
#logo h1 {
height: 263px;
	width: 314px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	visibility: hidden;
}


/* ---- Menu <<<----------*/

#menu {
	width: 170px;
	height: 263px;
	float: left;
	background-color: #7B7B7B;
}

#menu ul {
	list-style:none;
	background-color: #7B7B7B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8a8a8a;
	margin-top: 25px;
}
#menu ul li {
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A8A8A;
}
#menu ul li a {
	color:#fff;
	display:block;
	font-size:1em;
	padding:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.3em;
}
#menu ul li a:hover {
	color:#eee;
	text-decoration:none;
	background-color: #2bbed8;
}
#menu .onPage{
	background-color: #9D9D9D;
}

/* ---- Pics <<<----------*/

#pics{
	background-color: #9d9d9d;
	left: 488px;
	padding: 10px;
	height: 243px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 380px;
	float: left;
}

/* -----------------------------------*/
/* ---- Content <<<----------*/
/* -----------------------------------*/

#content{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 15px;
	background-color: #D3F1F6;
	float: left;
	width: 100%;
	background-image: url(images/bgnd_contentTop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 14px;
}
#content p{
	line-height: 20px;
}


#content ul{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#content ul li{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

#leftBox{
	height: 100%;
	width: 274px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
#leftBox h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	padding-bottom: 10px;
	color: #2BBED8;
	font-weight: normal;
}
#leftBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7B7B7B;
	letter-spacing: .05em;
	line-height: 35px;
	font-weight: normal;
}

#rightBox{
	left: 488px;
	height: 100%;
	width: 530px;
	float: left;
	text-align: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rightBox h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	padding-bottom: 10px;
	color: #2BBED8;
	font-weight: normal;
}
#rightBox h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7B7B7B;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

#rightBox h3{
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #229EB5;
	line-height: 18px;
}
#rightBox h3 a:link, a:visited{
	color: #229EB5;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#rightBox h3 a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#rightBox .datetime{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#rightBox a{
	color: #7B7B7B;
	text-decoration: underline;
	font-size: 12px;
}
#rightBox a:hover{
	text-decoration: underline;
}

#confirmForm{
}
#confirmForm form{
	width: 200px;
	display: inline;
}

#footer {
	height: 100%;
	text-align:left;
	width:880px;
	line-height: 1.8em;
	color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 10px;
	clear: both;
}
/*#footer a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}*/

#footer ul li {
	list-style:none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
#footer ul li a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer .onPage{
	text-decoration: underline;
}

#footer #altnav {
	width: 450px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer #copyright {
	padding-top: 5px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer #copyright a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer #copyright a:hover{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#footer .content {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 5px;
}
.smalltext {
	font-size: 11px;
}
