body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-image: url(images/qiat_back.gif);
	background-repeat:repeat-x;
	padding:0;
	margin:0 auto;
	background-color: #7fb9e0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	color: #333333;
	text-align: center;
}
a:link
{
    color: #0073c2;
    text-decoration: none;
}
a:visited
{
    color: #c200c0;
    text-decoration: none;
}
a:hover
{
    color: #0073c2;
    text-decoration: underline;
}
a:active
{
    color: #0073c2;
    text-decoration: none;
}

#accessibilityToolbar 
{
	text-align:left;
	margin: 5px 0px;
        padding-left: 10px;
	clear: both;
	font-size: .8em;
	color: #80837f;
}

/**** Layout specific ****/
#wrapper 
{
	display:table;
	width:750px;
	font-size:1.1em;
	clear: both;
	margin: 0 auto;	
	background-color: #ffffff;
}
html>body #wrapper 
{
	width:750px;
	height: 100%;
	margin: 0 auto;
}

/**** header ****/
#topheader
{
	width:750px;
	height: 105px;
	font-size:1em;
	margin: 10px 0 0 0;
	background-image: url(images/qiat_topbkgd.jpg);
	clear: both;
	text-align: left;
	padding: 0;
}
#topheader img
{
	float: left;
}
#topheader a
{
    text-decoration: none;
}
#topheader a img
{
    border: none;
}
#topheader strong
{
	color: #00146b;
}
#buttonbkgd
{
	width:750px;
	height: 25px;
	margin: 0;
	background-image: url(images/qiat_buttonbkgd.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
}

/**** search ****/
#searchbutton
{
	float: right;
	display: none;
}
#searchbutton input
{
	margin: 5px 3px 0 0;
	vertical-align: top;
}



/**** buttons links ****/
.buttonlinks
{
	font-size:.8em;
	line-height: 1.8em;
	text-align: center;
}
.buttonlinks a
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #56922e;
}
.buttonlinks a:hover
{
	color: #ffffff;
	text-decoratine: underline;
}
.buttonlinks a:visited
{
	color: #ffffff;
}


/**** main columns ****/
#leftcol
{
	width:540px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size:1em;
	line-height:1.2em;
	margin: 0px;
	background-image: url(images/qiat_leftcol.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	text-align: left;
}
#rightcol
{
	width: 210px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size:1em;
	line-height:1.2em;
	margin: 0;
	background-image: url(images/qiat_rightcol.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: right;
	text-align: left;
	clear: both;
}


/**** main columns styles ****/
#leftcoltext
{
	width:520px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size:.9em;
	margin: 10px;
	background-color: #ffffff;
	text-align: left;
}
#rightcoltext
{
	width:185px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size:.9em;
	margin: 10px 15px 10px 10px;
	text-align: left;
}


/**** styles ****/
.rightcoltitle
{
	font-size: 1em;
	color: #e1009f;
	font-weight: bold;
}
.rightcolSmText
{
	font-size: .7em;
	line-height: 1em;
}


/**** li styles ****/

#rightcoltext li
{
	list-style-image: url(images/arrow2.gif);
	margin: 10px 2px 0 -15px;
	font-size: .9em;
}
.questionli
{
	list-style-image: url(images/q.gif);
	margin: 10px 0 0 0;
	line-height: 1em;
}
.answerli
{
	list-style-image: url(images/a.gif);
	margin: 10px 0 25px 0;
	line-height: 1em;
}
.answer2li
{
	list-style-type: none;
	margin: 10px 0 25px 0;
	line-height: 1em;
}
.eventsli
{
	list-style-image: url(images/star.gif);
	margin: 10px 0 25px 0;
	line-height: 1.2em;
}



/**** title styles ****/
h1
{
	font-size: 1.5em;
	color: #0073c2;
}
h2
{
	font-size: 1.3em;
	color: #44b100;
}
h3
{
	font-size: 1.2em;
	color: #e1009f;
}
h4
{
	font-size: 1em;
	color: #0073c2;
}


/**** image styles ****/
.contentImageLeft
{	
	border: 1px solid #535e4d;
	float: left;
	margin: 2px 7px 2px 2px;
}
.contentImageRight
{	
	border: 1px solid #535e4d;
	float: right;
	margin: 2px 2px 2px 7px;
}
.contentImageli
{	
	border: 1px solid #535e4d;
	margin: 0 auto;
}


/**** footer ****/
#footer
{	
	clear: both;
	text-align: center;
	width: 720px;
	background-color: #dbebfa;
	border: 1px solid #535e4d;	
	font-size: .8em;
	margin: 10px auto;
	padding: 8px;
	color: #555555;
}

#copyright
{	
	clear: both;
	text-align: center;
	font-size: .55em;
	color: #555555;
	margin: 0 0 10px 0;
}

