
/* ---------------- initialise ---------------- */

* {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.hide, hr {
	display: none;
}
img {
	border: none;
}

/* ---------------- main body styles ---------------- */

body {
	font-family: arial, sans-serif;
	font-size: 0.75em;
	color: #000000;
	line-height: 1.2em;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333399;
	line-height: 1.2em;
	margin-bottom: 8px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	line-height: 1.3em;
	/*margin-bottom: 8px;*/
	margin: 18px 0px 8px 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	line-height: 1.4em;
	margin: 5px 0px 8px 0px;
}
h3 a, h3 a:visited {
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
a, a:visited {
	color: #333399;
}
a:hover, a:focus {
	color: #DF101F;
}
.bold {
	font-weight: bold;
}

/* ---------------- main layout ---------------- */

body {
	background-color: #BCBCDC;
}
#container {
	width: 990px;
	margin: 0px auto;
	background-color: #FFFFFF;
	position: static;
}
#conttop {
	width: 990px;
	height: 22px;
	background-image: url(img/bg_maintop.gif);
	background-repeat: no-repeat;
	float: left;
}
#main {
	width: 946px;
	padding: 0px 22px;
	background-image: url(img/bg_mainmid.gif);
	background-repeat: repeat-y;
	float: left;
}
#contentarea {
	width: 946px;
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-y;
	float: left;
}
#contentarea img {
	float: left;
}
#leftcolumn {
	width: 230px;
	min-height: 100px;
	background-image: url(img/bg_colleft.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
#centrecolumn {
	font-size: 1.1em;
	line-height: 1.4em;
	width: 452px;
	min-height: 300px;
	padding: 0px 17px;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}
#rightcolumn {
	width: 220px;
	min-height: 100px;
	padding-left: 10px;
	background-image: url(img/bg_colright.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
#contentbottom {
	width: 946px;
	height: 22px;
	background-image: url(img/bg_contbtm.jpg);
	background-repeat: no-repeat;
	float: left;
}
#contbottom {
	width: 990px;
	height: 22px;
	background-image: url(img/bg_mainbtm.gif);
	background-repeat: no-repeat;
	float: left;
}
.left, .splitleft {
	float: left;
}
.right {
	float: right;
}

/* ---------------- header ---------------- */

#header {
	width: 946px;
	float: left;
}
#logo {
	width: 230px;
	float: left;
}
#topspace {
	width: 716px;
	padding-top: 25px;
	float: left;
	overflow: hidden;
}
#topspace2 {
	width: 716px;
	height: 57px;
	background-image: url(img/bg_alert.jpg);
	background-repeat: repeat-y;
	background-color: #D4D2E9;
	float: left;
	overflow: hidden;
}
#alerttitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #333399;
	line-height: 1.3em;
	height: 43px;
	border-right: 1px solid #FFFFFF;
	margin: 7px 12px 0px 0px;
	padding: 0px 12px;
	float: left;
}
#alerttitle a, #alerttitle a:visited {
	text-decoration: none;
}
#alerttitle a:hover, #alerttitle a:focus {
	color: #333399;
}
#alertcontent {
	color: #444444;
	width: 458px;
	height: 50px;
	padding: 7px 12px 0px 0px;
	float: left;
}

/* ---------------- content area ---------------- */

#centrecolumn ul {
	margin: 0px 0px 12px 18px;
	list-style-image: url(img/gr_bullet.gif);
}
#centrecolumn ol {
	margin: 0px 0px 10px 25px;
}
#centrecolumn li {
	padding-bottom: 5px;
}
.panel452 {
	width: 452px;
	margin-bottom: 12px;
	float: left;
}
.panel452basedb {
	color: #FFFFFF;
	width: 432px;
	padding: 2px 10px 4px 10px;
	background-color: #5A57AA;
	float: left;
}
.maintext {
	width: 452px;
	float: left;
}
.maintext img {
	padding: 3px 0px 5px 12px;
	float: right !important;
}
.halfcolumn {
	width: 220px;
	float: left;
}
.category {
	padding-bottom: 18px !important;
}
.category h2 {
	font-size: 0.9em;
	color: #555555;
	font-weight: normal;
	margin: 12px 0px 7px 0px;
}
.category h3 {
	margin-bottom: 2px;
}
.category p {
	line-height: 1.15em;
	margin-bottom: 4px;
}
.post .date {
	font-size: 0.9em;
	color: #555555;
	padding: 5px 0px 0px 30px;
	float: right;
}
.intro {
	font-size: 1.1em;
	color: #555555;
	line-height: 1.35em;
}
.panel220 {
	line-height: 1.25em;
	width: 220px;
	margin-bottom: 12px;
	background-color: #D4D2E9;
	float: left;
}
#centrecolumn .panel220 {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 3px;
}
.flashcontent, .multipanel, .panelmenu {
	float: left;
}
.halfcolumn .panel220 {
	margin-bottom: 0px;
}
.multipanel .panel220 {
	margin-bottom: 9px;
}
.panelmenu .panel220 {
	margin-bottom: 9px;
}
.panel220 table {
	width: 200px;
	float: left;
}
.panel220 td {
	padding: 2px 0px 3px 5px;
	border-top: 1px solid #FFFFFF;
	vertical-align: top;
}
.panel220 th {
	font-weight: normal;
	text-align: left;
	padding: 2px 5px 3px 0px;
	border-top: 1px solid #FFFFFF;
	vertical-align: top;
}
.panel220top, .panel220mid, .pullquote {
	width: 200px;
	padding: 7px 10px 0px 10px;
	float: left;
}
.panel220mid {
	padding-top: 4px;
}
.panel220bot {
	width: 200px;
	padding: 10px;
	float: left;
}
.panel220img {
	width: 200px;
	padding: 5px 10px 0px 10px;
	float: left;
}
.panel220img img {
	margin-left: -5px;
	padding: 0px 7px 4px 0px;
	float: left;
}
.panel220img p {
	margin-bottom: 6px;
}
.panel220top p {
	margin-bottom: 8px;
}
.panel220mid p {
	margin-bottom: 5px;
}
.panelbt {
	float: left;
}
.quote {
	/* color: #333399; */
}
.pullquote p {
	font-size: 1.2em;
	color: #333399;
	line-height: 1.3em;
}
.panel220basedb, .panel220basepu {
	color: #FFFFFF;
	width: 200px;
	padding: 2px 10px 4px 10px;
	background-color: #5A57AA;
	float: left;
}
.panel220basemb, .panel220headmb {
	color: #FFFFFF;
	width: 200px;
	padding: 2px 10px 4px 10px;
	background-color: #6887AC;
	float: left;
}
.acronym {
	padding-right: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	line-height: 1.4em;
}
.flashloaded {
	width: 452px;
	height: 291px;
	margin: 5px 0px 12px 0px;
	background-color: #D4D2E9;
	float: left;
}
#cse-search-results iframe {
	width: 452px;
}

/* ---------------- footer ---------------- */

#footer {
	width: 946px;
	background-color: #D4D2E9;
	float: left;
}
#footercontent {
	line-height: 1.2em;
	width: 926px;
	padding: 3px 10px 4px 10px;
	float: left;
}
#footer a, #footer a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

/* ---------------- sample code ---------------- */
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	text-align: right;
	text-decoration: none;
	line-height: 1.5em;
	white-space: nowrap;
	
	width: 500px;
	height: auto;
	margin: tpx rpx bpx lpx;
	padding: tpx rpx bpx lpx;
	background-image: url("img/gr_img.gif");
	background-repeat: no-repeat;
	background-color: #999999;
	border: 1px solid #666666;
	
	cursor: pointer;
	float: left;
	clear: left;
	display: block;
	position: relative;
	visibility: hidden;
	z-index: 50;
	overflow: hidden;
*/


/* ---------------- validator ---------------- */

#validator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
	width: 968px;
	padding: 2px 10px 2px 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	float: left;
}
#validator a, #validator a:visited {
	text-decoration: none;
	color: #666666;
}
#validator a:hover {
	text-decoration: underline;
}

