@import url("reset.css");
@import url("cc.css");

html,body{ height:100%; }

body{
	background:url(../images/body/bg_body.jpg) 0 0 repeat-x #A0A0A0;
}

body, p, td, th, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

:link		{ color:#730202; }
:visited	{ color:#730202; }

p			{margin: 0 0 1em 0;}
blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em			{font-style:italic;}
ul			{margin:0 0 15px 25px; list-style-type:none;}
ol			{margin-left:25px;}
dt			{font-weight:bold}
dd			{margin-bottom:.7em; margin-left:1.5em;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.red		{color:#730202;}
.soft		{color:#A6A6A6;}
.hide		{display:none;}
.title		{ font-weight:bold; }

.mainContent{ padding:.5em; }

/* Navigation
----------------------------------------*/
#nav{}
#nav a{ display:block; height:24px; width:123px; background:url(../images/nav/nav1.jpg) 0 0 no-repeat; text-decoration:none; padding:0 15px; color:#FFFFFF; font-size:11px; font-weight:bold;}

#nav a:hover{ background:url(../images/nav/nav2.jpg) 0 0 no-repeat; font-size:10px; text-transform:uppercase }

/* Tabbed View
----------------------------------------*/
#tabbedView{
	margin:0 0 15px 15px;
}

#tabbedView a{
	border: 1px solid #C3E970;
	color:#000000;
	border-bottom:0;
	padding: 4px;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
}

#tabbedView a:hover{ color:#730202 }

/* Page Title
----------------------------------------*/
#pg_title{ padding:2px 7px; background:#DCF1AB; border: #CCCCCC solid 1px; border-top:none; letter-spacing:2px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif }

/* footer styles
----------------------------------------*/
#footer p{ padding-top:7px; text-align:center;}