/*index.php & general specific*/
body
{
	background-image:url('images/mesh.jpg');
	font-family: Arial;	color:black;
	margin-top: 0px;
	margin-left: 0px;
	overflow:auto;
	text-align:center;
}

.mainBody
{
	background-color: #dadada;
	background-attachment:fixed;
	background-image: url(images/bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.menuBar
{
	height:29px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.menuButton
{
	background-image: url(images/menu_normal.jpg);
	color: white;
	cursor:pointer;
	float:left;
	font-size: 13pt;
	font-weight:bold;
	width:100px;
	height:29px;
}

.dropmenuButton
{
	background-image: url(images/dropdownmenu_normal.jpg);
	color: white;
	cursor:pointer;
	float:left;
	font-size: 13pt;
	font-weight:bold;
	width:100px;
	height:29px;
}

.dropdownmenubutton
{
	background-image: url(images/menu_normal.jpg);
	color: white;
	cursor:pointer;
	font-size: 9pt;
	width:100px;
	height:29px;
}

.dropdownmenubuttonSlide
{
	background-image: url(images/submenu_normal.jpg);
	color: white;
	cursor:pointer;
	font-size: 9pt;
	width:100px;
	height:29px;
}

.menuButtonInside
{
	position:relative;
	top:5px;
	width:100%;
}

.bodyText
{
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	width:700px;
}

.headerText
{
	display:inline;
	font-size:26pt;
	font-weight:bold;
	position:relative;
	top:5px;
}

/*contact.php specific*/
.errorFound
{
	background-color:#400404;
	border:3px solid gray;
	color:yellow;
	font-size:16pt;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	display:none;
	width:325px;
}

.errorItemsFound
{
	color:#c0c0c0;
	display:none;
	font-size:12pt;
	text-align:left;
}
.contactBody
{
	height:160px;
	margin-left:auto;
	margin-right:auto;
	width:660px;
}
.contactLeft
{
	float:left;
	text-align:left;
	width:125px;
}

.contactRight
{
	float:left;
	text-align:left;
	width:530px;
}

.contactText
{
	height:30px;
	width:130px;
}

.contactInput
{
	height:30px;
	width:525px;
}

.subjectOptionVert
{
	float:left;
	height:25px;
	width:125px;
}
.subjectOption
{
	font-style:italic;
	font-size:12pt;
	height:25px;
}