.centered {
	margin-left:auto;
	margin-right: auto;
}

.absolute {
	position:absolute;
}

.relative {
	position:relative;
}

.minHeightFull {
	min-height:100%;
}

.heightFull {
	height:100%;
}

.outerWidth {
	width:820px;
}

.innerWidth {
	width:730px;
}

.fullWidth {
	width:100%;
}

.halfWidth {
	width:50%;
}

.sixtyWidth {
	width:60%;
}

.fourtyWidth {
	width:40%;
}

.twoOfThirdWidth {
	width:66%;
}

.oneOfThirdWidth {
	width:33%;
}

.oneOfFourWidth {
	width:25%;
}

.threeOfFourWidth {
	width:75%;
}

.tourOfFiveWidth {
	width:80%;
}

.oneOfFiveWidth {
	width:19%;
}

.inline {
	display:inline;
}

.inlineBlock {
	display:inline-block;
}

.block {
	display:block;
}

.padding20 {
	padding:20px;
}

.padding40 {
	padding:40px;
}

.padding60Left {
	padding-left:60px;
}

.padding30Left {
	padding-left:30px;
}

.padding15Left {
	padding-left:15px;
}

.padding15Right {
	padding-right:15px;
}

.padding30Right {
	padding-right:30px;
}

.margin15Right {
	margin-right:15px;
}

.margin30Right {
	margin-right:30px;
}

.margin30Bottom {
	margin-bottom:30px;
}

.margin20 {
	margin:20px;
}

.vAlignTop {
	vertical-align:top;
}

.vAlignMiddle {
	vertical-align:middle;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.alignRight {
	text-align:right;
}

.clearFloat {
	clear:both;
}

.overflowHidden {
	overflow:hidden;
}

.bold {
	font-weight:bold;
}

.darkGrey {
	color:#434343;
}

.darkBlue {
	color:#245f8f;
}

.lightBlue {
	color:#0062ff;
}

.linkList {
    list-style-type: none;
	padding:0;
	margin:0;
}

.largeText {
	font-size:30px;
	font-weight:300;
}
/* Stylesheet: class Modified On 2013-04-16 21:17:42 */
/* Stylesheet: screen Modified On 2012-11-20 12:29:50 */
/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.1
 */
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}
/* Stylesheet: potatoMenu Modified On 2012-11-06 13:48:23 */
/* Stylesheet: potato Modified On 2013-04-15 23:51:20 */
