@charset "UTF-8";
/* CSS Document */
/*Stylesheet for AG& Draft*/

.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
#framesCon td
{
	background-color:white;
	padding-top:25px;
	padding-left:70px;
}
#header
{
	font-size:18px;
	text-align:center;
}
#innerCon
{
	background:white;
	margin:0 auto;
	padding:15px;
	width:800px;
}
.mCon
{
	background-color: #cccccc;
	margin: 0 auto;
	width:800px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	background: -moz-linear-gradient(top,  #c1c8d1 0%, #97a0a7 38%, #435763 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c8d1), color-stop(38%,#97a0a7), color-stop(100%,#435763)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1c8d1 0%,#97a0a7 38%,#435763 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1c8d1 0%,#97a0a7 38%,#435763 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1c8d1 0%,#97a0a7 38%,#435763 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1c8d1 0%,#97a0a7 38%,#435763 100%); /* W3C */
}
#mainCon
{
	background: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width:800px;
}
#nums
{
	font-size:13px;
	text-align:center;
}
.profileName
{
	text-align:center;
}
#textCon
{
	background-color:white;
	padding:14px;
	text-align:justify;
}
/*Menu styling & effects*/
/*Initialize*/
ul.menu
{
    padding:0;
    margin: 0;
}
ul.menu li 
{
    list-style-type: none;
    display: inline;
}
/*Link Appearance*/
ul.menu li a
{
    text-decoration: none;
    color: black;
    padding: 5px;
    display:inline;
}
/*Make the parent of sub-menu relative*/
ul.menu li 
{
    position: relative;
}