/* CSS Document */
* { margin: 0; padding: 0; }

html, body { height: 100%; width: 100%;}

body {font: 13px Helvetica, sans-serif; text-align:left; color: #5C5C5C; line-height:145%}

h1 {
	font-size: 18px;
	color: #000000;
	padding:10px 0 10px 0;
}
h2 {
	font-size: 15px;
	color: #000000;
	padding:5px 0 5px 0;
	margin:0;
}
h3 {
	font-size: 0.95em;
	padding:5px 0 5px 0;
	color: #000000;
}

p{
	padding:10px;
}

ul{
	padding:0 0 10px 20px;
}

/*******************LINKS************************/
#footer a { color: #ffffff; text-decoration: none; }

#footer a:visited { color: #ffffff; text-decoration: none; }

#footer a:hover { color: #000000; text-decoration: underline }


a.link { color: #000000; text-decoration: none; }

a.link:visited { color: #000000; text-decoration: none; }

a.link:hover { color: #FFCC00; text-decoration: underline }

/*******************MAIN ALIGNER************************/
#container{
	position:relative;
	background: transparent url(images/main-bg.gif) repeat-x 0 0;
}

.aligner{
	position:relative;
	width:900px;
	margin-left:50%;
	left:-450px;
	background-color:#FFFFFF;
}

/*******************TOP HEADER************************/
#top_header{
	position:relative;
	width:100%;
}
#top_aligner{
	position:relative;
	width:900px;
	margin-left:50%;
	left:-450px;
	background-color:#FFFFFF;
}
#logo{
	position:relative;
	width:100%;
	height:90px;
	margin:0 0 0 10px;
}

/*******************NAVIGATION************************/
#navigation{
	position:relative;
	z-index:10;
	width:100%;
	height:45px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(images/nav.gif) repeat-x 0 0;
}
#navigation ul{
	padding:0;
	margin:0;
}

#navigation li{
	float:left;
	padding:0;
	margin:0 0 0 10px; 
	list-style:none;
}
#button{
	background:transparent url(images/rollover.gif) repeat-x 0 0;  
	height:37px;
	display:block; 
	padding:0 10px 0 10px;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:37px;
}

#navigation a{color:#222222; text-decoration:none}
#navigation a:visited{color:#222222;}
#navigation a:hover{color:white; background-position:0 -37px !important;}

#navigation a.selected{color:white; background-position:0 -37px !important;}

/*******************CONTENT************************/
#content{
	position:relative;
	margin-top:-10px;
}
#left{
	float:left;
	width:450px;
	padding:10px 10px 20px 10px;
}
#right{
	float:right;
	right:0px;
	margin-top:10px;
	width:400px;
}
#flash-holder{
	position:relative; 
	z-index:0; 
	height:230px; 
	width:900px; 
	background-color:black;
}
#flash-content{
	position:relative; 
	z-index:0; 
	background-color:black;
}

#app-holder{
	position:absolute;
	top:-48px;
	right: 0px;
	width:400px; 
	height:320px; 
	background: transparent url(images/quote.gif) no-repeat 0 0;
	z-index:100;
}

/*******************FOOTER************************/
#footer{
	height:80px;
	background-color: #909090;
	border-top:2px solid #333333;
	padding:10px 0 0 0;
	margin: 0 0 0 0;
	color:white;
}
.footer_aligner{
	position:relative;
	width:850px;
	margin-left:50%;
	left:-425px;
}

/*******************APPLICATION************************/
#mainapp{
	position:absolute;
	margin:45px 0 0 45px;
	padding:0;
	color:#FFFFFF;
	z-index:102;
}
#mainapp select, #mainapp .textbox {
	border:1px solid #000000;
	color:#000000;
	font-family:"Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#mainapp label{
	color:white;
	display:inline;
	font-size:9pt;
	font-weight:bold;
	margin:0 0 5px;
}

/************************BLOCKQUOTE*****************************/
blockquote {
	background:transparent url(images/quoleft.png) no-repeat scroll left top;
	padding:3x;
	margin:20px 0 20px 0;
}
blockquote div {
background:transparent url(images/quoright.png) no-repeat scroll right bottom;
padding:0 48px;
}