
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #797E84 url('images/body.jpg');
	color: #444;
	/* was
	font-family: garamond, georgia, serif;
	*/
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 11pt;
/*
	font-size: 10pt;
	font: normal 80% sans-serif;
*/
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings 
was
	font-family: arial, helvetica, sans-serif;
	color: #336676;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.04em;

*/

h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	color: #335533;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.04em;
}

h1 {
	margin-bottom: 0.8em;
	margin-top: 0.1em;
}

h2,h3,h4,h5,h6 {	
	margin-bottom: 0.1em;    /* was .1 */
	margin-top: 0.8em;
}

h4,h5,h6 {
	font-weight: bold;
}

h1 {font-size: 2.6em;}
h2 {font-size: 1.9em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {
	margin-top: 5px; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	margin-left: 5px
	font-family: georgia, serif;
	font-size: 10pt;
	line-height: 1.1;

/*	
	font-size: 9pt;
*/	
	text-align: left;
	letter-spacing: -0.04em;
	PADDING-BOTTOM: 8px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 8px;
}


/*
was:
a:focus,a:hover {
	color: #000;
}
a {
	color: #357;
	text-decoration: underline;
*/
a {
	color: #006600;
	font-weight: bold;
}
a:link,a:visited {
	color: #006600;	
	font-weight: bold;
}
a:focus,a:hover {
	color: #000000;
	font-weight: bold;
}


abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote {color: #666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {
	margin-left: 1.5em;
	
}

ul, ol {
	margin: 0 1.5em 0 1.5em;
	
}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}


/* Tables */

table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
}
table.data_table tr.even td {background: #F5F5F5;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}

.error, .notice, .success {
	font-size: 1.1em;
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	text-align: center;
}

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}
.error a {color: #8A1F11;}

.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721; 
}
.notice a {color: #514721;}

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {
	cursor: pointer;
	font-weight: bold;
}
fieldset {border: 1px solid #CCC;}

legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {overflow: auto;}

input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	padding: 4px 5px;
}

input.text:focus, textarea:focus, select:focus {
	background: #FFFFF5;
}

input.button {
	background: #F9F9F3;
	border: 1px outset #AAA;
	padding: 14px 15px;
}

input.button:active {border-style: inset;}

/*--------------
   get the form controls showing the way I want
----------------- */

.mybutton {
	background: #F9F9F3; 
	border: 1px outset #AAA;
	padding: 9px 9px;
	font-family: arial, helvetica, sans-serif;
	color: #336676;
	font-weight: bold;
	letter-spacing: -0.04em;
	font-size: 1.2em;	
}

.mybutton:hover {
	background: #CCFFFF; 
}

.myforminput {
	background: #FCFCFC;
	border: 1px inset #AAA;
	padding: 4px 5px;
}

.myforminput:focus {
	background: #FFFFF5;
}

.myformtext {
	font-family: arial, helvetica, sans-serif;
	color: #336676;
	font-weight: bold;
	letter-spacing: -0.04em;	
	line-height: 95%;
	text-align: right;	
	font-size: 1.0em;
}

.myformtexterror {
	font-family: arial, helvetica, sans-serif;
	color: red;
	font-weight: bold;
	letter-spacing: -0.04em;	
	line-height: 95%;
	text-align: right;	
	font-size: 1.0em;
}


.myformtextentry {
	font-family: arial, helvetica, sans-serif;
	color: #336676;
	font-weight: normal;
	letter-spacing: 0.04em;	
	line-height: 90%;
	text-align: left;	
	font-size: 1.0em;
}


.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}

.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {
	border-bottom: 1px solid #CCC;
	padding: 8px 18px 6px;
	font-size: 1.4em;
}
.form_property, .form_value {float: left;}
.form_property {
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Separators 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


.textbox {
	margin-top: 5px; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	margin-left: 5px
	font-family: georgia, serif;
	font-size: 9pt;
	text-align: center;
	letter-spacing: -0.04em;
	PADDING-BOTTOM: 8px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 8px;
	
	background: #448844;  /* was #8099bb;  /* earlier was #66aaFF; */
	border: 1px solid #00007F;
	color: #335533;  /* was 333333; */
	font-size: 1.1em;	
}

.textbox a {
	color: #FFFFFF;
}

.textbox a:focus,a:hover {
	color: #000;
}


/* 
   Posts 
------------------------------------------------------------------- */

.post {
	margin-bottom: 24px;	
}

.post_title a,.post_meta a, .post_date a {
	text-decoration: none;
}

.post_title a:hover,.post_meta a:hover, .post_date a:hover {
	text-decoration: underline;
}


.post_body, .post_body p {
/*	
	line-height: 1.6;
	was 1.2
*/
	font-size: 11pt;
	line-height: 1.1;
	padding: 6px 10px 1px 15px;
}

.post_body h3 {	
	margin-bottom: 0.4em;    
	margin-top: 0.8em;
}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 12pt;
/*	
	font-size: 0.9em;
*/	
	padding: 6px 10px ;
}


.post_meta a {color: #345; }

.post_meta a:hover {color: #001;}


/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}

.archive_post_title {
	padding-top: 3px;
}

.archive_post_date {
	background: #FAFAFA;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;	
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 3px 0 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	margin-bottom: 0.6em;
}

.box_title 
{
	background: #D2D5D8;
	border-bottom: 1px solid #C6C9CB;
	color: #70767A;
	font: bold 1.3em sans-serif;
	padding: 7px 10px 6px;
}

.box_content, .box_content p {
	padding: 8px 0 8px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-align: left;
	color: #335533; /* was  #336676; */
	letter-spacing: -0.04em;
	line-height: 1.25;

}

.box li:first-child {
	border-top: none;
}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}



.table_container {
	padding-bottom: 16px;
	padding-top: 16px;
	background: #CCCC99;
	border: 1px solid #DDD;
}



/* 
   Layout 
------------------------------------------------------------------- */

/* General wrappers */

#layout_wrapper {
	background: url('images/layout_wrapper.jpg') repeat-x;	/* the mottled gray background */
	padding-bottom: 16px;
}

#layout_wrapper3 {

	background: #FFF;
	margin: 0 auto;
	width: 980px;	/* was 992 */
}




/* was 6px, which put a nice outline around the whole page */
#layout_wrapper4 {
	padding: 0px;
}




/* -----------the Header that contains page title and its logo 

  was background: #004054 ;
	height: 133px;
	width: 980px;
*/

#header_wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	z-index:0;
		
	background: #009900 ;
	height: 133px;
	width: 980px;
	padding: 0px;
}

#header {
	
	
}


#header h1
{
	color: #F6F6F6;
/*	margin-left: 300px; */
	padding: 65px 25px 0px 0px ;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: -0.03em;
}





#site_title h1 {	
	padding: 48px 48px 48px 48px;
	color: #FFFFFF;
	font-size: 2.5em;	
}

#site_title h1 a {	
	color: #A0C3D0;
	text-decoration: none;
}

#site_title h1 a:hover {
	color: #DDD;
}

#site_title h2 {
	color: #999;
	font-size: 1.3em;
}


/* Navigation */

#navigation {
	background: #6E7D85 url('images/navigation.gif') repeat-x;
	margin-bottom: 3px;
	padding-top: 4px;
}
#navigation a {
	color: #E0E6EA;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {color: #F0F6FA;}

/* Main navigation */
#nav li {border-right: 1px solid #54646C;}
#nav a {
	font-size: 1.3em;
	padding: 10px 16px;
}
#nav a:hover {background: #5E6D75;}
#nav li.current_page_item a {
	background: #6E7D85;
	color: #FFF;
}

/* Sub-navigation */
#subnav {
	border-top: 1px solid #555A5F;
	background: #60656A;
}
#subnav li {border-right: 1px solid #50555A;}
#subnav a {
	font-size: 1.1em;
	padding: 9px 12px;
}
#subnav a:hover {background: #555A5F;}


/* Main -- these below have the gradient background on right in them */

#main_wrapper {
	background: url('images/main_wrapper7.png') no-repeat;  /* 980 x 459 */
/*
	background: url('images/green_gradient266.png') repeat-y; 
	border-bottom: 1px solid #C3C4C1;
*/
	border-bottom: 0;
	margin-bottom: 3px;
}
#main {
	background: url('images/main7.png') no-repeat;   /* 980 x 13 */
	padding: 24px 0 0 0;
}

#main_wrapper_nogradient {
	/*
	background: url('images/main_wrapper7.png') no-repeat;  

	background: url('images/green_gradient266.png') repeat-y; 
	border-bottom: 1px solid #C3C4C1;
*/
	border-bottom: 0;
	margin-bottom: 3px;
}
#main_nogradient {
/*	background: url('images/main7.png') no-repeat;   /* 980 x 13 */
	padding: 24px 0 0 0;
}

#content_wrapper {
	width: 690px;
}

#content_wrapper_leftside {
	width: 460px;
	
}

#content_wrapper_rightside {
	width: 500px;
}
#rightside {
	padding: 0px 20px;  /* was 0.18px */
}


#content {
	padding: 0 20px;
}



/* Sidebar */

#sidebar_wrapper {
	width: 290px;
}
#sidebar {
	padding: 0px 20px;  /* was 0.18px */
}


/* Dashboard */

#dashboard_wrapper {}
#dashboard {
	background: #C9CDCF url('images/dashboard.gif') repeat-x;
	border: 1px solid #ACAFB0;
	color: #404448;
	margin-bottom: 3px;
	padding: 16px;
}

#dashboard .col3 {width: 288px;}
#dashboard .col3mid {width: 370px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B0B4B8;
	border-right: 1px solid #B0B4B8;
	margin: 0 20px;
	padding: 0 20px;
}
#dashboard .col_title {
	color: #606669;
	font-size: 1.5em;
}

#dashboard ul {margin: 0;}
#dashboard li {
	border-bottom: 1px solid #BABEBF;
	list-style: none;
	padding: 5px 0;
}
#dashboard li a {
	color: #404448;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #202428;
	text-decoration: underline;
}


/* Footer */

#footer {	
	background: #FFF;
	border: 1px solid #FFF;
	padding: 8px 12px;
}
#footer .left, #footer .right, #footer .right, a {
	color: #777;
	text-decoration: none;
}
#footer .right a:hover {
	color: #223;
	text-decoration: none;
}



/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}



/* --------------this contains the professor logo and message to person, plus the navbar overlaying the next area of page title and page logo -----------------------------------------------
   was: no-repeat right center; was 110
   
   	position: relative;
	BACKGROUND:  #009900 url(images/CMQlogo4.gif) no-repeat center center; 	
	WIDTH: 278px; 
	HEIGHT: 110px;
	
	width: 700px
   
*/

#header_logo {
	position: relative;
	BACKGROUND:  #FFFFFF url(images/CMQlogo278110.png) no-repeat left top; 
	WIDTH: 700px; 
	HEIGHT: 110px;
	top: 0;
	left: 0;
}

/*
was: position: relative;
	width: 702px;
	height: 60px;	
	background-color: #A2C1C7;
	top: 55px;
	left: 278px;
*/
#header_logo .navbox {
	position: absolute;
	width: 702px;
	height: 60px;	
	background-color: #A2C1C7;
	top: 76px;
	left: 278px;
	z-index: 1;
	
}
/* was
	position: relative;
	top: 35px;
	left: 400px;	
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
*/

#header_logo .tagline {	
	position: relative;
	top: 20px;
	left: 310px;
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #999999;
	text-align: left;
	width: 600px;
	height: 100px;
	line-height: 0.95;
	vertical-align: middle;
}
 
 
#area_logo {
	position: relative;
	BACKGROUND:  #009900 url(images/CMQlogo4.gif) no-repeat center center; 
	WIDTH: 145px; 
	HEIGHT: 110px;	
}

#area_logo .tagline {	
	position: relative;
	top: 35px;
	left: 400px;	
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
}

#area_tag {
	
}
 
#area_image {
	
}

#area_title {
	
}

#area_menus {
	
}
 

/* 1st level menu things */

#menu1 {
	position:relative;
	display:block;
	height:36px;

/*	text-transform:uppercase; */

	font-size:12px;
	font-weight:bold;
	background:transparent url("images/bg1x36gray.png") repeat-x top left;	/* the 'off' background */
	font-family:Helvetica,Arial,Verdana,sans-serif;
/*
	border-bottom:2px solid #336666;

	border-top:1px solid #C0E2D4;
*/
	border-bottom:0px solid #b9c8ca;  
}

#menu1 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#menu1 li {
	display:block;
	float:left;
	margin:0;
	pading:0;
}

#menu1 li a {
	display:block;
	float:left;
	color:#CCCCCC;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
/*
	background:transparent url("images/bg1x36selected.png") no-repeat top right;		 was bgDIVIDER.gif 
*/

}

#menu1 li a:hover {
	color:#333333;
	background:transparent url("images/bg125x36selected.png") no-repeat top right;	/* was bgHOVER.gif */
}

#menu1 li a.current,#menu1 li a.current:hover {
	color:#333333;
	background:transparent url("images/bg125x36selected.png") no-repeat top right;	/* the 'on' background */
}


/* ----------------- 2nd level menu stuff */

/* default un-selected */
#menu2 {
	position:relative;
	display:block;
	height:32px;
	font-size:12px;
	font-weight:bold;
	background-color: #547e8a; /* #b9c8ca;	*/
/*
	background:transparent url("images/bg1x36gray.png") repeat-x top left;	
*/
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menu2 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#menu2 li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#menu2 li a {
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:8px 30px 5px 30px;
	height:18px;
}

/* hovering over non-selected */
#menu2 li a:hover {
	color:#000000;
	background-color: #b9c8ca; /* #547e8a; */
	margin:0;
	height:19px;

/*
	background:transparent url("images/bg125x36selected.png") no-repeat top right;
*/
}

/* selected one */
#menu2 li a.current,#menu2 li a.current:hover {
	color:#000000;
	background-color: #b9c8ca; /*  #547e8a; */
	margin:0;
	height:19px;

/*
	background:transparent url("images/bg125x36selected.png") no-repeat top right;	
*/
}




#container {
	position: relative;	
	BORDER-BOTTOM: #32a0d5 1px solid; 
	TEXT-ALIGN: left; 
	BORDER-LEFT: #32a0d5 1px solid; 
	MARGIN: 0px auto; 
	WIDTH: 1px; 
	BACKGROUND: #fff; 
	BORDER-TOP: 0px; 
	BORDER-RIGHT: #32a0d5 1px solid;
}


#box1 {
	position: absolute;
	width: 702px;
	height: 60px;	
	background-color: #A2C1C7;
	top: 80px;
	left: 400px;
}


#box1 .tagline {
	position: relative;		
	top: 30px;
	left: 650px;	
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
}

#box2 {
	position: static;
	width: 861px;
	height: 60px;
	background:  url(images/forstudents.png) no-repeat left center; 
	background-color: #666666;
}

#box_navbars {
	position: relative;
	width: 600px;
	height: 60px;
	top: -31px;
	left: 261px;
}


#container .box3 {
	position: relative;
	top: 170px;
	left: 0px;
	width: 555px;
	height: auto;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: green;
	text-align: left;
}

#container .box3 P {
	padding: 5px;
}


div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}




