
/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #e8e8e8 url(images/bg-main.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
ol,
dt,
dd,
td,
address {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	text-align: left;
	color: #444;
}

strong { color: #000000; }

p,
li,
ul,
a { font-size: 13px; }

p { line-height: 17px; }

h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	color: #013e7f;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}

h2 { font-size:23px }

h3 { font-size:21px }

h4 { font-size:19px }

h5 { font-size:17px }

h6 { font-size:15px }

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
}

ol { list-style:decimal }

ul { list-style:square }

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

address {
	font-style: normal;
	font-size: 12px;
	text-align: right
}

address a,
address a:visited,
address a:link {
	color: #000000;
	font-size: 12px;
}

address a:hover,
address a:active { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { list-style:square }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg-container.gif) repeat-y
}

div#header {
	position: relative;
	width: 960px;
	height: 195px;
	background: url(images/bg-header.gif) no-repeat;
}

div#flash {
	background: url(images/bg-flash.jpg) no-repeat;
	height: 205px;
	width: 960px;
}

div#content { }

div#text {
	float: left;
	margin-left: 20px;
	width: 610px;
}

div#sidebar {
	float: left;
	margin-right: 10px;
	width: 300px;
}

div#sidebar img {
	float: right;
	margin-top: 10px;
}

div#footer {
	width: 960px;
	height: 45px;
	background: url(images/bg-footer.gif) no-repeat;
	clear: both;
	margin: 0 auto
}

/* `Horizontal Main Nav
----------------------------------------------------------------------------------------------------*/
div#mainnav {
	padding: 0px 0 0 0px;
	margin: 0px;
}

div#mainnav ul {
	margin: 0px;
	padding: 0px;
}

div#mainnav ul li {
	list-style: none;
	padding: 0;
	float: left;
	margin-left:0
}

div#mainnav ul li a,
div#mainnav ul li a:visited,
div#mainnav ul li a:link {
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration:none;
	display: block;
	_display: inline-block;
	height: 21px;
	width: 115px;
	padding: 12px 0px;
}

div#mainnav ul li a:hover {
	text-decoration: underline;
	color: #013e7f;
}

div#mainnav ul li a.current {
	background-color: #013e7f;
	color: #fff
}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility { padding: 20px 0 2px 0; }

div#utility ul {
	margin: 0 auto;
	text-align: center;
}

div#utility ul li {
	display: inline;
	color: #333333;
	list-style: none;
	padding:0px;
	margin: 0px;
}

div#utility ul a,
div#utility ul a:link,
div#utility ul a:visited {
	padding: 0 2px;
	font-size:11px;
	color: #333333;
}

div#utility ul a:hover,
div#utility ul a:active { text-decoration: none; }

div#copyright {
	position:relative;
	width: 940px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	font-size: 9px;
	text-align: left;
	color: #444;
}

div#copyright a,
div#copyright a:link,
div#copyright a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

div#copyright a:hover,
div#copyright a:active {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top:15px;
	right:0;
	border: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right:10px;
}

img.right {
	float: right;
	margin-left:10px;
}

img.border { border: 1px solid #000000; }

.clear { clear: both; }

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 0 auto;
	display: block;
}

a#admin:hover { background-position: 0% -18px; }

/* ----------------- CUSTOM CLASSES ----------------- */
div.columns {
	float: left;
	width: 300px;
}