/* Common Elements */
body{
	text-align:center;
	background:#FFFFFF;
	font-size:12pt;
	margin:0;
}
#right-end , #utility-nav ul, #home-nav, 
#main-nav, #footer ul, #nav ul#left-nav { 
	display: none; 
}
#inside-content { 
	width:100%;
}
#nav {
	width:160px;
	float:left;
	height:500px;
	margin:0;
	padding:0 20px 0 0;
}
ul#extra-elements,  ul#extra-elements li{
	list-style:none;
	margin:0;
	padding:0;
}
/* General */
hr		{height:1px; background-color:#000000; border:none;}
.clear	{clear:both; min-height:1px; font-size:1px; line-height:0px;}

/* Dimensions and Page Alignment */
#container {
	width:96%;
	min-height:300px;
	margin:0 10px 0 10px;
	text-align:left;
}

/* Common Areas in any Layout */
#banner{
	width:100%;
	height:66px;
}
#logo {
	width:450px;
	float:left;
	min-height:60px;
	padding-left:20px;
}
#logo h1 {
	margin:0;
	padding:0;
	display:block;
}
#logo h1 a{
	font-size:1.3em;
	display:block;
	text-decoration:none;
	color:#000000;
}
#utility-nav {
	float:right;
	text-align:right;
	width:100px;
	min-height:55px;
	padding:5px 10px 0px 0px;
}
#content-main{
	width:100%;
	min-height:200px;
}
#logo{
	padding:0px 0 20px 0;
}
/* Footer Info */
#footer{
	width:100%;
	min-height:10px;
	padding:0 0 5px 0;
	text-align:center;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

/* Copyright Info */
p.copyright {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	margin:0;
	padding:0;
}

/* Typography */
/* Text */
p{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	line-height:normal;
	margin:0 0 10px 0;
	padding:0;
}
pre{
	font-family:"Times New Roman", Times, serif;
}
blockquote{
	margin-left:20px;
}
abbr{
	font-family:"Times New Roman", Times, serif;
}


/* Links */
a			{color:#0000FF; text-decoration:underline;}
a:visited	{color:#0000FF; text-decoration:underline;}
a img		{border:none;}

/* Headings */
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:22pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;	
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
h5{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
h6{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}


/* Lists */
ul{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	list-style-type:disc;
	margin:0 0 10px 10px; 
	padding:0;
}
ol{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
}
dl {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	margin:0 0 1.5em 0;
	padding:0;
}
dl dt {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	margin:0.25em 0 0.25em 0;
	padding:0;
}
dl dd {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	margin:0 0 0 30px;
	padding:0;
}


/* table */
table{
	font-family:"Times New Roman", Times, serif;
	border-collapse:collapse;
	margin:0;
	padding:0;
	border:none;
}
table caption{
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12pt;
}
thead	{font-weight:bold;}
th		{font-size:12pt;text-align:left; vertical-align:middle;}
td		{font-size:12pt;text-align:left; vertical-align:middle;}


/* Forms */
form{margin:0; padding:0;}

input{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

input.noborder{border:none;}
fieldset{border:none;}

textarea, select{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
label{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}
legend{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-weight:bold;
}

