/*index.php & general specific*/
body
{
	background-color: white;
	color:black;
	font-family: Arial;
	font-size: 9.5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	overflow:auto;
	text-align:center;
}

.mainBody
{
	background-color: #fefcd3;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

.menuBar
{
	width:200px;
	height:400px;
	float:right;
	background-image: url(../images/black.jpg);
	background-repeat:repeat;
}

.menuButton
{
	background-image: url(../images/menu_normal.jpg);
	color: yellow;
	cursor:hand;cursor:pointer;
	font-size: 14pt;
	font-weight:bold;
	width:200px;
	height:47px;
}

.dropdownmenubutton
{
	background-image: url(../images/submenu_normal.jpg);
	color: yellow;
	cursor:hand;cursor:pointer;
	font-size: 9pt;
	width:125px;
	height:25px;
}

.menuButtonInside
{
	position:relative;
	top:12px;
	width:100%;
	text-align:left;
	padding-left:10px;
}

.dropDownMenuButtonInside
{
	position:relative;
	top:6px;
	width:100%;
	text-align:right;
}

.timer
{
	padding-top:5px;
	display: table-cell;
	vertical-align: sub;
	font-size:10pt;
	font-weight:bold;
	color:yellow;
	width:200px;
	height:24px;
}

.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
{
	display:none;
}

.errorItemsFound
{
	color:black;
	display:none;
	font-size:10pt;
	text-align:left;
	width:100%;
}
.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:125;
}
.subjectOption
{
	font-style:italic;
	font-size:12pt;
	height:25px;
}

.jectOptionVert
{
	float:left;
	height:25px;
	width:125;
}
.jectOption
{
	font-style:italic;
	font-size:12pt;
	height:25px;
}

.photoFrame
{
	width:120px;
	height:100px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
	float:left;
}

.photo
{
	width:120px;
	height:90px;
	background-color: #4d4d4d;
	margin-bottom:5px;
	border: 1px #CCCCCC solid;
	float:left;
}