/** ALL PAGES **/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/background.gif);
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.regularText {
	font-size: 12px;
	line-height: 15px;
}

/** VARIOUS HEADERS/TITLES THROUGHOUT SITE **/
.headerName {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ee429d;
}
.headerRegular {
	color: #EE429D;
	font-weight: bold;
	font-size: 18px;
}
.headerBlog {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eeeeee;
}

/** BLOG COMMENTS LINKS **/
.regularText .commentsLink a {
	font-weight: bold;
	color: #000000;
}

/** HOME PAGE LINKS **/
.regularText a:link {
	color: #000000;
	text-decoration: underline;
}
.regularText a:hover {
	color: #E9047D;
	text-decoration: none;
}
.regularText a:active {
	color: #000000;
	text-decoration: underline;
}
.regularText a:visited {
	color: #000000;
}

/** VARIOUS TEXT ELEMENTS ON HOME PAGE **/
.photoCredit {
	font-size: 9px;
	color: #999999;
}
.sendBy {
	font-size: 14px;
	font-weight: bold;
}
.aboutTitle {
	font-size: 18px;
}

/** STRETCHABLE SIDES FOR CERTAIN CONTENT AREAS **/
.left {
	background-image: url(../images/left_about.gif);
	background-repeat: repeat-y;
}
.right {
	background-image: url(../images/right_about.gif);
	background-repeat: repeat-y;
}

/** FOOTER **/
.footer {
	font-size: 9px;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #E9047D;
	text-decoration: none;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	
}

/** INTERFACE BUTTONS/FIELDS **/
#submitbutton {
	color: #FFFFFF;
	background-color: #e9047d;
	font-weight: bold;
	border: 2px double #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input {
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
}.error {
	color: #E9047D;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/** STYLES FROM JEFF **/
.formok {
	color: #000000;
}
.formproblem {
	color: #FF0000;

}
.container {
	padding: 5px;
}
.visibleForm {
	display: block;
}
.hiddenForm {
	display: none;
}
.boldWhite {
	font-weight: bold;
	color: #FFFFFF;
}

