img {border:0px;}
ul {list-style-type:disc; }

.contactText input,.contactText textarea { background: #999; border-bottom: none; border-right: none; border-left: 1px solid #262626; border-top: 1px solid #262626; overflow: hidden;}

body
{	
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #333;
    background-color: #1B1B1B;
}

h1,h2,h3,h4,h5,h6 {padding: 0px;}

h1 { font-size: 200%; color: #3174C2; font-weight: normal;}
h2 { font-size: 150%;}
h3 { font-size: 140%;}
h4 { font-size: 130%;}
h5 { font-size: 120%; letter-spacing: 1px; margin-bottom: 5px;}
h6 { font-size: 110%;}


/* Background Images */
.header { background-image: url(images/header.jpg);	background-repeat: no-repeat; }
.mainTop { background-image: url(images/mainTop.jpg);	background-repeat: no-repeat; }
.mainRepeat { background-image: url(images/mainRepeat.jpg); background-repeat: repeat-y;}
.bottom { background-image: url(images/bottom.jpg);	background-repeat: no-repeat; height: 50px; }

/* DIV STYLES */
.mainContent { padding: 20px 100px;}


/* Text Styles */
.design
{
	font-family: Georgia;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
	font-style: italic;
}

.homeText
{
	padding: 25px 55px 0px 60px;;
	font-family: arial;
	font-size: 11px;
	color: #808080;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

.aboutText
{
	padding: 50px 55px 0px 60px;;
	font-family: arial;
	font-size: 11px;
	color: #808080;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

.contactText
{
	padding: 30px 115px 0px 60px;
	font-family: Arial;
	font-size: 11px;
	color: #404040;
	text-align: left;
	font-weight: bold;
}


/* Navigation Styles */
.mainNav { color: #FFF; font-size: 14px; line-height: 16px;}
.mainNav a { color: #FFF; padding: 0px 10px; text-decoration: none;}
.mainNav a:hover, .mainNav .selected { color: #3174C2; text-decoration: none;}

.subNav { color: #FFF; font-size: 12px;}
.subNav a { color: #FFF; padding: 0px 10px; text-decoration: none;}
.subNav a:hover, .subNav .profile { color: #000; text-decoration: none;}

.copyRight { color:#FFF;}
.copyRight a { color:#3174C2;}