﻿body
{
	background-color: #5b5a5a;
	padding: 0;
	margin: 10px 0;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
}


a:link, a:visited, a:active
{
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #B40200;
	text-decoration: underline;
}

a:hover
{
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #000000;
	text-decoration: underline;
}

a.redMedium:link, a.redMedium:visited, a.redMedium:active
{
	font-size: 15px;
	line-height: 19px;
	font-family: arial;
	color: #B40200;
	text-decoration: underline;
}

a.redMedium:hover
{
	font-size: 15px;
	line-height: 19px;
	font-family: arial;
	color: #000000;
	text-decoration: none;
}

a.HomeLinks:link, a.HomeLinks:visited, a.HomeLinks:active
{
	font-size: 15px;
	line-height: 19px;
	font-family: times;
	color: #B40200;
	text-decoration: underline;
}

a.HomeLinks:hover
{
	font-size: 15px;
	line-height: 19px;
	font-family: times;
	color: #000000;
	text-decoration: none;
}




.smallerText
{
	color: #383838;
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
}


.red
{
	color: #B40200;
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
}

.redMedium
{
	color: #B40200;
	font-size: 15px;
	line-height: 19px;
	font-family: arial;
	font-weight: bold;
}

.redLarge
{
	color: #B40200;
	font-size: 19px;
	line-height: 23px;
	font-family: times;
	font-weight: bold;
}




.blogTitle
{
	color: #B40200;
	font-size: 20px;
	line-height: 26px;
	font-family: arial;
	font-weight: bold;
}



.blackMedium
{
	color: #000000;
	font-size: 16px;
	line-height: 19px;
	font-family: arial;
	font-weight: bold;
}

.blackLarge
{
	color: #000000;
	font-size: 19px;
	line-height: 23px;
	font-family: times;
	font-weight: bold;
}

.blackXLarge
{
	color: #000000;
	font-size: 22px;
	line-height: 25px;
	font-family: times;
	font-weight: bold;
}

.whitebold
{
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-family: arial;
	font-weight: bold;
}

.NewsHomeHeadline
{
	color: #B40200;
	font-size: 15px;
	line-height: 20px;
	font-family: arial;
	font-weight: bolder;
}

.HeaderQuote
{
	color: #292929;
	font-size: 16px;
	line-height: 19px;
	font-family: arial;
	font-weight: bolder;
	font-style: italic;
}


.NewsHomeSummary
{
	color: #3d3d3d;
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
}



a.NewsMore:link, a.NewsMore:visited, a.NewsMore:active
{
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
	color: #B40200;
	text-decoration: underline;
}

a.NewsMore:hover
{
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
	color: #000000;
	text-decoration: underline;
}

.NewsDate
{
	color: #5f5f5f;
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
}


.title
{
	border-bottom: solid 1px #cccccc;
	margin: 0 auto 20px auto;
	width: 760px;
}

.CourseTitle
{
	color: #000000;
	font-size: 19px;
	line-height: 23px;
	font-family: times;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin: 0 auto 20px auto;
}

.PhotoCaption
{
	color: #3d3d3d;
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
	font-style: italic;
	text-align: center;
}

.AboutNameHeadline
{
	color: #000000;
	font-size: 22px;
	line-height: 25px;
	font-family: times;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
	width: 900px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.AboutPhotos
{
	float: left;
	width: 275px;
	padding-right: 25px;
	text-align: center;
}

.AboutText
{
	float: left;
	width: 600px;
	text-align: left;
}


ul
{
	list-style-image: url('../images/arrow.gif');
	font-size: 13px;
	line-height: 17px;
	font-family: arial;
	color: #2e2e2e;
	padding-left: 3px;
}

ul li
{
	padding-left: 5px;
	padding-bottom: 3px;
}

#nav
{
	margin: 0;
	padding: 0 6px 0 36px;
	background: url(   '../images/bg-nav.jpg' ) 0 0 repeat-x;
	float: left;
	width: 920px;
}

#nav li
{
	display: inline;
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
}
#nav a:link, #nav a:visited
{
	color: #3d3d3d;
	background: url(   '../images/bg-nav.jpg' ) 0 0 repeat-x;
	padding: 5px 17px 5px 17px;
	float: left;
	width: auto;
	border-right: 1px solid #42432d;
	height: 17px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover
{
	color: #3d3d3d;
	background: url(   '../images/bg-nav-over.jpg' ) 0 0 repeat-x;
	text-decoration: none;
}

#nav li:first-child a
{
	border-left: 1px solid #42432d;
}

.formInput
{
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
	height: 18px;
}
