/* 0 BASIC TAGS */

table
{
	font-size: 1em;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p
{
	line-height: 1.4em;
}

hr
{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a
{
	text-decoration: none;
	color: #d32525;
}

a:visited
{
	color: #980000;
}

a:hover
{
	text-decoration: underline;
	color: #e05252;
}

a:active
{
	color: #980000;
}

body
{
	background-color: #ff9933;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img
{
	border-width: 0;
}

h1
{
	font-size: 2em;
	margin-bottom:20px;
}

h2
{
	font-size: 1.3em;
}


h3
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}

h4
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}




ul {
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}


.menua
{
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	vertical-align: baseline;
	text-align: center;
	background-image: url(images/header.gif);
}

.menua a
{
	text-align:center;
	margin-left:5px;

}
.menua table
{
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.menua td
{
	text-align:center;
	padding-left:20px;
	padding-top:0px;
}
.menua img
{
	margin-top: 0px;
	padding-top:0px;

}
.menua a:visited, .nav a:visited
{
	color: #d32525;
}

.site-map
{
	height: 25px;
	width: 100%;
}

.site-map td
{
	text-align:left;
	padding-left:20px;
	padding-top:0px;
}
.site-map a:visited, .nav a:visited
{
	color: #d32525;
}




#header
{
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}
#left_panel
{
	float: left;
	width: 210px;
	text-align: left;
	padding: 5px;
}
#content_panel
{
	margin-left: 220px;
	text-align: left;
	padding: 10px;
	min-height: 700px;
}
#layout_panel
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: #FFFFFF;
}

#footer_panel
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}


#mission
{
	border: 1px solid #C0C0C0;
	padding: 10px;
	text-align: center;
	margin-top:20px;
}
#mission p
{
	text-align: left;
}
#mission h2
{
	text-align: center;
	color: #666666;
	font-size: small;
	font-weight: bold;
}


#passion
{
	border: 1px solid #C0C0C0;
	padding: 10px;
	text-align: center;
}
#passion p
{
	text-align: left;
}
#passion h2
{
	text-align:center;
	color: #666666;
	font-size: small;
	font-weight: bold;
}

/* Form Items */

.textfield {
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}


/* LIST */
.link {
	list-style-image: url(images/bullet-1.gif);
}

