body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
	background-image:url(shared/dragon_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y ;
	background-position: center 0px;
}


h1 {
	display: none;
	font-size: 0px;
	margin: 0px;
}

h2	{
	display: none;
	font-size: 0px;
	margin: 0px;
}

#banner	{
	width: 750px;
	height: 76px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(shared/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.black_border {
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

#main_nav	{
	width: 750px;
	height: 35px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
	font-weight:bold;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
}

.nav_active {
	background: #FAE9E7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.nav_inactive {
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC
}

#placeholder {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#right_column {
	width: 100px;
	float: right;
	font-size: 10px;
}

#right_column p    {
	margin-top: 5px;
	margin-bottom:5px;
	line-height: 125%;
	text-align: center;	
}

#main_column {
	width: 449px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}

#main_column p {
	line-height: 135%;
	margin-top: 5px;
	margin-bottom: 0px;
}

#left_column {
	width: 161px;
	float: right;
	font-size: 10px;
}

#left_column p {
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 125%;
}
	
#nav_left {
	margin-top: 5px;
	height: 98px;
	background-image: url(shared/nav_pics.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	padding-top: 102px;
	padding-left: 85px;
	margin-bottom: 5px;
}

#nav_left p	{
	line-height: 135%;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: right;
}

#nav_left a	{ 
	font-weight: bold;
}

#nav_right p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.box_red	{
	background-color: #d94235;
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color:#FFFFFF;
	font-weight:bold;
}
	
span.box_red a	{
	color: #FFFFFF
}

.box_blue	{
	background-color: #434661;
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color:#FFFFFF;

}
	
span.box_blue a	{
	color: #FFFFFF
}

.box_palepink  {
	background-color: #FAE9E7;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}
.box_paleblue  { 
	background-color: #E8E8E8;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

span.entrydate {
	font-size: 10px;
}

.headline	{
	font-size: 18px;
	color: #D94235;
	font-weight: bold;
	line-height: normal;
}

p.rule	{ 
	border-style: solid;
	border-color: #b5b6b8;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

.highlight {
	color: #D94235;
}

.draw	{
	font-size: 11px;
	width: 100%;
	height: 70px;
	color: #FFFFFF;
	border: 1px solid #D94235;
	text-align: center;
	font-weight:bold;
}

.draw_header	{
	background: #D94235
}

.greyout {
	color: #999999;
}

.btt	{
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#footer        {
	font-size: 10px;
	color: #434661;
	text-align: center;
	height: 200px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}



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

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

a:active	{
	color: #006600;
	text-decoration: underline;
	}
a:hover	{
	text-decoration: underline;
	color: #D94235;
}