@import url(../css/fonts.css);
@import url(../css/form.css);

* {
	margin: 0;
	padding:0;
}

body {
	font-family:verdana;
	font-size:10px;
	color:#666;
	background-color:#fff;
	margin: 10px 0 0 0;
}

#wrapper, #menu, #branding #flashFooter, footer {
	width:752px;
	margin:0 auto;
	text-align:center;
}

#wrapper{
	border: 1px #fc0 solid;
	padding:5px;
	}

#branding {
	height:105px;
	background: #fff;
}

#branding img {
	margin:0;
	padding:0;
	text-align:left;
}

#themePic {
	text-align:center;
	margin:0 auto;
}

#themePic img {
	margin:0;
	padding:0;
}

#menu { height:3px; }

#content { padding:20px 0 0 0; }

.jtitle {
	margin: 0 auto;
	width:740px;
}

.jtitle h1 { text-align:left; }

.jtitle p { text-align:right; }


.clrFshSpace{
	height:50px;
	padding-bottom:100px;
}

.halfBorder {
	border-top: 1px #FF9900 solid;
	border-left: 1px #FF9900 solid;
	padding:10px 0 0 10px;
}

.jtitle h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1.1em;
	text-transform:uppercase;
}

#flashFooter {
	height:91px;
	clear:both;
}

#footer {
	height:1em;
	clear:both;
	padding-bottom:5px;
}

.strips {
	width:752px;
	background:url(../images/top_image.gif) no-repeat top left;
	height:5px;
}

#blanc { clear:both; }

.box {
	margin: 0 auto;
	text-align:center;
	border:#FFCC33 1px solid;
	padding:5px;
	width:742px;
}

.box p {
	padding-bottom:15px;
	padding-top:5px;
}

.boxless {
	margin: 0 auto;
	text-align:center;
	padding:10px;
	width:752px;
	clear:both;
}

img {
	padding:5px;
	border:0;
}

.multiImgs img { padding:20px; }

.listLeft {
	float:left;
	width:370px;
	padding-left:110px;
	text-align:left;
}

.listRight {
	width:370px;
	text-align:left;
	float:right;
}

.leftSpace {
	float:left;
	width:370px;
	text-align:left;
}



.leftOnly {
	float:left;
	width:50%;
}

.theLeft{float:left;
}

.leftOnly img { float:left; }

.rightOnly {
	float:right;
	width:50%;
}

.rightOnly img { float:left; }

.reset { clear:both; }

.lPara {
	padding-bottom:10px;
	border-bottom: 1px solid #f90;
}

.left {
	text-align:left;
	padding:10px;
}

.right {
	text-align:right;
	padding:10px;
}


.rightSpace {
	float:right;
	width:350px;
	text-align:left;
}

.rightSpaceName {
	float:right;
	width:350px;
	text-align:left;
	padding:110px 0 0 0;
}

.fPara { padding: 40px 0 0 0; }

.keyWord {
	font-style:italic;
	font-weight:bold;
}

.centerBottom {
	clear:both;
	width:600px;
	text-align:center;
	margin: 0 auto;
}


.reset{
	width:100%;
	height:1px;
	clear:both;
	}

.leftOCTab {
	width:340px;
	float:left;
	height:125px;
	text-align:left;
	}

.rightGlobe{
	width:330px;
	float:right;
	text-align:left;
	}
	
/* ******************localLinks ********************** */

#localLinks ul {
	list-style:none;
	display:inline-block;
	float:right;
}

#localLinks ul a {
	display:inline-block;
	float:right;
	padding:0 2em;
	line-height:1.8em;
	text-decoration:none;
	background: #f63 /*url(../images/localLinks.gif) repeat-x right top*/;
}

#localLinks ul a:hover {
	color:#fff;
	background: #fc0;
	text-decoration:underline;
}

#localLinks li { display:inline; }

/* ******************Sitemap links ********************** */

.smap a {
	color:#036;
	text-decoration:none;
}

.smap a:hover {
	color:#f63;
	text-decoration:underline;
}


.borders { border: solid 1px #f63; }

/*   Table */

td { vertical-align:middle; }
