/* CSS Document */


.footer
{
font-family: Verdana;
color: #FFFFFF;
/* color: #ff0000; */
font-size: 9px;
font-weight: normal;
}

.navtitle
{
/* font-family:Verdana, Helvetica, Arial, sans-serif;*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 13px;
font-weight: normal;
text-transform:uppercase;
}

.navtitlebig
{
/* font-family:Verdana, Helvetica, Arial, sans-serif;*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 15px;
font-weight: normal;
text-transform:uppercase;
}

.navtitlesmall
{
/* font-family:Verdana, Helvetica, Arial, sans-serif;*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 13px;
font-weight: normal;
text-transform:uppercase;
}

.maincontent
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 14px;
font-weight: normal;
}

.smalltitle
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #999999;
font-size: 11px;
font-weight: normal;
}

.main
{
background-image: url(left_border.gif) repeat-y;
background-image: url(right_border.gif) repeat-y;
}

.welcome {
background-image: url(welcome_rightbrdr.gif) repeat-y; 
}

.news {
background-image: url(news_leftbrdr2.gif) repeat-y;
}

.inner_border {
background-image: url(inner_rightbrdr.gif) repeat-y;
background-image: url(inner_leftbrdr.gif) repeat-y;
}

.content1
{
font-family: Verdana;
color: #FFFFFF;
font-size: 10px;
}

.content2
{
font-family: Verdana;
color: #333333;
font-size: 10px;
}

.contentbold
{
font-family: Helvetica;
color: #333333;
font-size: 10px;
font-weight: bold;
}

.contentboldtitle
{
font-family: Helvetica;
color: #333333;
font-size: 11px;
font-weight: bold;
}

.contenthighlights
{
font-family: Verdana;
color: #990033;
font-size: 11px;
font-weight: bold;
}

.webcontent
{
font-family: Verdana;
color: #ffffff;
font-size: 10px;
}

.form
{
font-family: Verdana;
color: #003399;
font-size: 10px;
}

.portfoliotitle
{
font-family: Helvetica;
color: #ffffff;
font-size: 9px;
font-weight: bold;
}

.title
{
font-family: Helvetica;
color: #000000;
font-weight: bold;
font-size: 20px;
}

.titlewhite
{
font-family: Helvetica;
color: #FFFFFF;
font-weight: bold;
font-size: 20px;
}

.subtitle
{
font-family:Georgia, "Times New Roman", Times, serif;
color: #000000;
font-style:italic;
font-size: 18px;
}

.subtitlewhite
{
font-family:Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
font-style:italic;
font-size: 18px;
}

/* unvisited link */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
/* visited link */
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* selected link */
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
