

/* default font */
html, body, form, fieldset {
	color: #000;
	font: 16px/140% Arial, Garamond, "Times New Roman";
}

/* Miscellaneous */

img {
	border: none;
}

/* Headings Typography */

h1 {
	font-size: 28px;
	color: #fff;
	width: 450px;
	font-weight: bolder;
}

h2 {
	font-size: 24px;
	color: #fff;
}

.componentheading {
	font-size: 24px;
	margin-bottom: 4px;
	line-height:100%;

	width:770px;
}

h3 {
	text-align: center;
	padding: 5px;
	height: 24px;
	margin-top: 0px;
	background: url(../images/) top left no-repeat;

	border-left: 0;
	border-right: 0;
}

h4 {
	font-size: 18px;
	color: #fff;
}
/* Default Link Styles */
body > a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #dedede;
	text-decoration: none;
}

/* Because serifs don't look all that great. Remove this if you change to a sans-serif font */



ul.menu  {
	list-style-type: none;
	padding: 0;
}

li.menu {
	list-style-image: url(../images/arrow.png)!important;
}

li#current li {
	list-style: square inside url(../images/arrow.png)!important;
	padding: 0;
	margin: 0;
}

li#current ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

li.parent li {
	list-style: square inside url(../images/arrow.png)!important;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

li.parent ul {
	list-style: square inside url(../images/arrow.png)!important;
	padding: 0;
	margin: 0;
	font-size: 14px;
}


/* Left and Right Column Typography */

#leftcol h1, #rightcol h1 {
	font-size: 18px;
	line-height: 125%;
}

#leftcol h2, #rightcol h2 {
	font-size: 16px;
	line-height: 125%;
}
#leftcol h4, #rightcol h4 {
	font-size: 14px;
	line-height: 125%;
}

#leftcol .inside,
#rightcol .inside {
	font-size: 12px;
	line-height: 135%;
}

#leftcol a.contentpagetitle,
#rightcol a.contentpagetitle,
#rightcol td.contentheading,
#leftcol td.contentheading {
	font-size: 14px;
	line-height: 22px;
}

/*-----------------------------------------

Login Form

-------------------------------------------*/

#form-login-username {
	color: #000;
	font-size: 12px;
}

#form-login-password {
	color: #000;
	font-size: 12px;
}

#form-login-remember {
	color: #000;
	font-size: 12px;
}


