﻿body{
	height:80%;
	width:95%;
	background-image: url('Images/bg_repeat.jpg');
	background-repeat: repeat-x;
	padding-left:20px;
}

a{
	cursor:pointer;
	color:white;
	text-decoration: none;


}

a:hover
{
	text-decoration:blink;
	color: #394E5C;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #394E5C;
	padding: 30px 20px 5px 40px;
}

ul
{
	list-style:none;
}

li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	padding:5px;
}

li a
{
	color: #394E5C;
	text-decoration:none;
}

li a:active
{
	color:maroon;
}

li a:hover
{
	color:maroon;
}
p
{
	padding-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #394E5C;

}

hr
{
	width: 70%;
	height: 0.5px;
	background-image: url('Images/bg_repeat.jpg');
	float:left;
}

#logo
{
	background-image: url('Images/logo.png');
	background-repeat: no-repeat;
	width:300px;
	height:60px;
	padding-left:100px;
	margin-top: 30px;
}

#menuBackground
{
	padding-top: 10px;
	float: right;
	background-image: url('Images/bg_nav.png');
	height: 25px;
	width: 800px;
	color: #FFFFFF;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}

#sampleMenuBack
{
	height: 38px;
	width: 500px;
	background-image: url('Images/bg_nav.png');
	background-repeat:no-repeat;
	float: right;
	display:inline;
}

#content
{
	height:400px;
	width:100%;
    background-color:#FFFFFF;
    padding-bottom:20px;
    
}

#leftContent
{
	float:left;
	height:10%;
	width:50%;
	 font-size:1px;
}

#righContent
{
	float:right;
	height:100%;
	width:30%;
	font-size:1px;
}

#phpContent
{
	font-size:medium;
}
.menuText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	margin-top: 10px;
	text-align:center;
	float:right;
}
.menuText a
{
	text-decoration: none;
}

.btnBackground
{
	background-position: center center;
	border: 1 black solid;
	background-image: url('Images/bg_repeat.jpg');
	background-repeat: repeat;
}

.pVerdana
{
	font-family:Verdana;
	font-size:2px;
}

.pSize1
{
	font-size:1px;
}

.form
{
	float:left;
	height:10%;
	width:48%;

}
.footer
{
	font-family: Verdana;
	font-size: small;
}