/* structural elements */




body {

	background: #fff url(../images/bg.png) repeat-x;
	margin-top: 0;
}


#wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
}

#outer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	background: #fff url(../images/background.png) repeat-x;
	
}





/* header */


#header
{
	width: 980px;
	height: 50px;
	background: #fff;
}




#header-left
{
	position: relative;
	float: left;
	width: 460px;
	height: 50px;
	border: 0;
}


#header-left img
{
	border: 0;
}




#header-right
{
	position: relative;
	float: right;
	margin: 0px;
	padding: 0;
	width: 450px;
	height: 50px;
	border: 0;
}






/* tag*/


#tag
{
	position: relative;
	float: left;
	width: 980px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../images/topbanner.jpg) no-repeat;

	
}


#tag h1
{
	font-size: 1.7em;
	color: #fff;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: -16px;
}


#tag h2
{
	font-size: 1.0em;
	color: #fff;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
}




/* main content */


#content
{
	position: relative;
	float: right;
	width: 740px;
	margin: 30px 0 0 0;
	padding: 0;
	
	text-align: left;
}



#content p
{
	line-height: 1.3em;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
	padding-bottom: 6px;
	
}



#content p.panel-text
{
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	color: #666;
	padding-bottom: 6px;
	text-align: center;
}


#content p a
{
	color: #a94432;
	text-decoration: underline;
}


#content p a:hover
{
	color: #444;
	text-decoration: none;
	border: none;
}


#content h1
{
	font-size: 1.0em;
	color: #333;
	font-family: verdana,arial,tahoma,sans-serif;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: -4px;
}

#content h1 a
{
	color: #333;
	text-decoration: underline;
}


#content h1 a:hover
{
	color: #666;
	text-decoration: none;
	border: none;
}



#content h2
{
	font-size: .9em;
	color: #a94432;
	font-family: verdana,arial,tahoma,sans-serif;
	font-weight: normal;
	margin-bottom: -5px;
}


#content h3
{
	font-size: 1.0em;
	color: #ff6d06;
	font-family: verdana,arial,tahoma,sans-serif;
	font-weight: normal;
	margin-bottom: -11px;
}


#content h4
{
	font-size: 0.8em;
	color: #006dba;
	font-family: verdana,arial,tahoma,sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: -12px;
	text-align: center;
}


#content h4 a
{
	color: #006dba;
	text-decoration: underline;
}


#content h4 a:hover
{
	color: #444;
	text-decoration: none;
	border: none;
}


#content img
{
	border: 0;
}

#content img.arrow
{
	border: 0;
	vertical-align: middle;
	padding: 0 6px 0 0;
}


#content img.in-middle
{
	border: 0;
	text-align: center;
}

#content ul
{
list-style:square;
}

#content li
{
	
	line-height: 1.0em;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #666;
	padding-bottom: 6px;
}




 



/* Lists */

#content ul {

list-style-type: square;
margin-left: 0;
padding-left: 2.5em;
font: normal 0.8em verdana,arial,tahoma,sans-serif;
color: #666;
}


#content li a
{
	color: #006dba;
	text-decoration: underline;
}


#content li a:hover
{
	color: #444;
	text-decoration: underline;
}






/* side content */


.side
{
	position: relative;
	float:left;
	width: 200px;
	margin: 30px 0 0px 0px;
	padding: 6px 0px 0px 0px;
	background: #fff;
	text-align: left;
	
}


.side p
{
	line-height: 1.3em;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
	padding: 0;
	margin: 16px 0 0 0;
}


.side p.secondary
{
	line-height: 1.3em;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
	padding: 0;
	margin: 16px 0 12px 0;
}



.side p a
{
	color: #006dba;
	text-decoration: underline;
}


.side p a:hover
{
	color: #444;
	text-decoration: none;
	border: none;
}


.side h1
{
	font-size: 1.0em;
	color: #006dba;
	font-family: verdana,arial,tahoma,sans-serif;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: -14px;
}


.side h2
{
	font-size: 0.7em;
	color: #ff6d06;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 16px;
}

.side h3
{
	font-size: 1.0em;
	color: #ff6d06;
	font-family: verdana,arial,tahoma,sans-serif;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: -14px;
}


/* Side Lists */

.side  ul {

list-style-type: none;
margin: 0px 0 0px 0;
padding: 0;
font: normal 0.8em arial,verdana,tahoma,sans-serif;

}

.side  li
{
	color: #444;
	padding: 0 0 0px 0;
}


.side  li a
{
	color: #006dba;
	text-decoration: underline;
}


.side  li a:hover
{
	color: #444;
	text-decoration: underline;
}

.side img
{
	border: 0;
	vertical-align: middle;
	padding: 0 6px 0 0;
}


/* sitefooter */



#footer
{
	width: 980px;
	height: 0px;
	background: #fff;
	margin: 5px 0 0 0;
	text-align: center;
	clear: both;
	

	
}



#footer p
{
	font-family: arial,verdana,tahoma,sans-serif;
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 0 0 200px;
	border-top:#CCCCCC thin solid;
	
}


#footer p a
{
	color: #666;
	text-decoration: none;
}


#footer p a:hover
{
	color: #666;
	text-decoration: underline;
	border: 0;
}



/* Forms */

fieldset
{
	border: 0;
	margin: 30px 0 0 0;
	padding: 0;
}


