
body 
{
    border:0px;
    margin:0px;
    text-align:center;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    background:white;
}

#wrapper
{
    text-align:left;
    width:928px;
    margin: 0px auto;
    background-color:white;
}

#content 
{
    float:right;
    padding-bottom:30px;
    text-align: left;
    color: #1D0D00;
    background-color:white;
    padding:20px 0px 0px 0px;
    width:728px;
}

.leftSide
{
    float:left;
    width:173px;
    margin-top:20px;
}

a:link, a:visited 
{
    color: #5A78B3;
    text-decoration:none;
}

a:hover 
{
    text-decoration:underline;
}	

p
{
    line-height:3ex;
    font-size:10pt;
    color:#383D44;
}

.pic_table 
{
    font-size: medium;
    border-spacing: 0px;
    border-collapse: collapse;
    width:100%;
}
    .pic_table tr td a h2 
    {
        font-size:1.2em;
        text-align:center;
        margin-bottom:10px;
    }
    .pic_table tr td a img 
    {
        padding:2px;
        width:85%;
        border:2px solid #A4B0C8;
    }
    .pic_table tr td 
    {
        padding:0px;
        text-align:center;
    }
    .pic_table tr td div 
    {
        padding-top:4px;
        text-align:center;
        font-size:.8em; 
    }
    .pic_table tr td:nth-child(1) { padding-right:2%; }
    .pic_table tr td:nth-child(2) { padding-left:2%; }


.homePic
{
	padding:2px;
	border:2px solid #A4B0C8;
}

.pic
{
	margin:20px 120px 20px 130px;
	padding:2px;
	border:2px solid #3F5671;
}


.tips
{
	color:#3F5671;
	text-decoration:underline;
}

.miniStepTable
{	
	margin-top:10px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
}

.miniStepTable tr td a
{
	padding:4px;
	text-decoration:none; 	 
	
}

.qpStepTable
{
	margin-top:10px;
	font-size:13pt;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.qpStepTable tr td a
{
	padding:10px;
	text-decoration:none;
}

.step
{
font-weight: bold;
color:#464A52;
font-size: 2em;
margin-top:30px;
}

h1.Header
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:24pt;
margin:10px auto 30px auto;
text-align:center;
color:#105289;
}

.leftLinks 
{ 
    background-color:white;
    border:1px solid #E2E2E2;
    text-align: left;
    margin-bottom:20px;
}

.leftLinkHeader
{
	height:100%;
	border-bottom:2px solid #E2E2E2;
	border-top:1px solid #E2E2E2;
}

.leftLinkHeader2
{
	border-top:2px solid #FFCB1D;
	height:100%;
	color:#5A78B3;
	padding:8px 0px 6px 15px;
	font-size:11pt;
	font-weight:bold;
	background-color:#FFF2BF;
	font-family:Arial, Helvetica, sans-serif
}

.leftLinkHr2
{
	width:100%;
	height:1px;
	background-color:#FFCB1D;
}

.leftLink  
{ 
	display: block;
	color: #5A78B3; /*link color*/
	text-decoration:none;
	padding: 5px 0px 5px 15px;
	font-size:14px;
	border-bottom:1px solid #E2E2E2;
}

.leftLink2
{ 
	display: block;
	color: #5A78B3; /*link color*/
	text-decoration:none;
	padding: 5px 0px 5px 15px;
	font-size:14px;
	border-bottom:1px solid #E2E2E2;
	background-color:#F8F8F8;
}

.leftLink:hover, .leftLink2:hover
{ 
	color: #5A78B3;
}

.dosignup
{
	border:2px solid red;
	padding:15px;
	margin:10px;
	font-size:16pt;
}

.mainPic
{
	padding:2px;
	border:1px solid #CCCCCC;
}

.forumInput
{
	border:1px solid #CCCCCC;
	height:17px;
	color:#0F4987;
	padding-left:4px;
	padding-top:2px;
	background-color:#F2F3F3;
	width:130px;
}

.forumInput:hover
{
	border:1px solid #0075B0;
}

.newHeader
{
	font-size:18pt;
	margin:7px 0px 15px 0px;
}

.editBubble
{
	border:1px solid #CADCEB;
	background-color:#F9F9F9;
	padding:10px 20px 20px 20px;
	margin-right:10px;
}

.editMessage
{
	margin-right:10px;
	padding:10px;
	text-align:center;
	font-size:14pt;
}

.forumText1
{
	color:#425067;
	font-size:8pt;
	font-weight:bold;
	padding-right:20px;
}

table.tight { 
    border-spacing: 0px;
    border-collapse: collapse;
}    
table.tight td { 
    padding: 0px;
}

/**
http://webdesignerwall.com/tutorials/css3-gradient-buttons
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:enabled:hover {
	text-decoration: none;
}
.button:enabled:active {
	position: relative;
	top: 1px;
}

.button:disabled {
    opacity: .5;
}

/* color styles 
---------------------------------------------- */
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.whiteButtonLoading {
	color: white;
	border: solid 1px #b7b7b7;
        background-color: white;
	background-image: url('http://media.xtremeskater.com/common/loading.gif');
	background-position:14px 5px;
	background-repeat:no-repeat;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
