div{
/*border:1px solid #000*/
}
body{
	font-family: Arial,"Trebuchet MS", Tahoma,  sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
form{
	margin: 0px;
	padding: 0px;
}
/* CSS LAYOUT */
#mainContainer{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/*background: #FFFFFF;*/
}
#banner{
	background-image:url(../images/logo_banner.png);
	background-repeat:repeat-x;
	height:92px;
}
#navigation{
	text-align:center;
	/*position:relative;
	top:80px;border-top:1px solid #FFF;*/
	padding:2px 5px 0px 5px;
	background: #999999 url(../images/nav_repeat.gif) repeat-x;
	width: auto;
	height: 22px;
	line-height:20px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;	
	
}
#navigation a:active ,#navigation a:link, #navigation a {
	color: #FFF;
	padding:0px 3px 0px 3px;
	font-weight: bolder;
	text-decoration: none;
} 
#navigation a:hover { 
	 color:#003399;
}
#links{
	position:relative;
	color:#FFFFFF;
	top:50px;
	height: 22px;
	text-align:right;
	font-weight: bold;
	padding:10px 10px 0 0px;
}
#bodyContainer{
	text-align: left;
	background:#FFFFFF;
	padding:5px;
}
#home{
	width:935px;
}
#columnOne{
 	float:left;
	width:200px;
	margin: 0px 5px 5px 0px;
}
#columnTwo{
 	float:left;
	width:730px;
	margin: 0px 5px 5px 10px;
}
#columnThree{
 	float:left;
	width:200px;
	margin: 0px 5px 5px 0px;
}
#columnStore{
	background-color:#FFFFFF;
 	float:left;
	margin: 0px 10px 5px 5px;
	width:525px;
}
#footer {
	clear:both;
	background-color:#FFFFFF;
	padding: 10px 10px 0 10px;
	font-size: 10px;
	text-align: center;
	height:100px;
}
#login{


	margin-left: auto;
	margin-right: auto;
}

/* CSS STYLING */
form{
	padding:0px;
	margin:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
li{
	padding:0px 0px 0px 0px;
	display:inline;
}
#subNav{
	
}
#subNav li{
	font-weight:bold;
	display:list-item;
	line-height:22px;
	
}
#subNav a:active ,#subNav a:link, #subNav a {
	color: #003399; 
	padding:0px 5px 0px 5px;
	display:block;
	background: #999999 url(../images/sub_nav_repeat_down.gif) repeat-x;
	height:22px;
}
#subNav a:hover {
	padding:0px 5px 0px 5px;
	color:#FFFFFF;
	display:block;
	background: #999999 url(../images/sub_nav_repeat.gif) repeat-x;
	height:22px;
}
input, textarea, select, table{
	font-family: Arial,"Trebuchet MS", Tahoma,  sans-serif;
	font-size: 11px;
}
a:active, a:link, a { 
	color: #003399; 
	text-decoration: none;
} 
a:hover { 
	color: #999999; 
	text-decoration: none;
}
.error {
	color: #990000;
	font-weight: bold; 
}
.rule {
	border-bottom: #003399 solid 1px;
}
.frame {
	border: 1px solid #003399;
}
.picturecellpad {
	padding-right: 5px;
}
.bkgrdrepeat {
	/*background-color:445261;*/
	background: #002F93 url(../images/swan_bkgrd_repeat.gif) repeat-x;
}
.bgwhite {
	background-color: #FFFFFF;
	border: 1px solid #71348A;
}
.rowTop {
	color: #FFFFFF;
	font-weight:bold;
	background: url(../images/nav_repeat.gif) repeat-x top; 
}
.row1 {
	background-color: #E5E5E5;
	background-image: url(../images/rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.row2 {
	background-color: #FFFFFF;
	background-image: url(../images/rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.whitetxt {
	color: #FFFFFF;
}
#title{
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0 0 0;
	border-bottom:1px solid #003399;
	width:auto;
}
#headline{
	margin:0px;
	/*border-bottom:1px solid #48aa01;*/
	width:auto;
}
#bodyText{
	margin:15px 0 15px 0;
}
#bodyText img{
	padding: 0 0 0 0;
}
h1 {
	margin:0px;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
	line-height:22px;
}
h2 {
	margin:0px;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
h3 {
	margin:0px;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
h4 {
	margin:0px;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
h5 {
	margin:0px;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
#subNavBanner{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/sub_nav_banner.gif);
	height:25px;
	margin-top:0px;
	padding:3px 10px 0 10px;
}
#subNavContent{
	background-color:#daecb4;
	border-right-color: #003399;
	border-left-color: #003399;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom: #003399 solid 1px;
	background-image:url(../images/contentBoxBkgrd.gif);
	background-repeat: repeat-x;
}
#subNavFooter{
	/*background-repeat: no-repeat;
	height:9px;
	margin-bottom:5px;
	background-image: url(../images/sub_nav_bottom.gif);*/
}
#itemContent{
	background-color:#e0e0e0;
	border: #212730 1px solid;
	background-image:url(../images/itemBkgrd.gif);
	background-repeat: repeat-x;
	margin: 5px 0 5px 0;
}
#homeIntro{
	width:712px;
	margin:15px;
}
#storeIntro{
	width:712px;
	margin:15px;
}
#columnGenericNoFloat{
	float:left;
	width:225px;
	margin-right:5px;
}
#columnGeneric{	
	float:left;
	margin-right:5px;
}
#columnSide{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#boxContainerTopStore { 
	background: url(../images/store_banner_repeat.gif) repeat-x;
	height:50px;
	text-align:center;
}
#boxContainerTopAcademy { 
	background: url(../images/academy_banner_repeat.gif) repeat-x;
	height:50px;
	text-align:center;
}
#boxContainerTopBreaks { 
	background: url(../images/breaks_banner_repeat.gif) repeat-x;
	height:50px;
	text-align:center;
}
#BannerStoreRepeat { 
	background: url(../images/store_banner_repeat.gif);
	height:50px;
	text-align:center;
	margin-bottom:10px;
}
#BannerAcademyRepeat { 
	background: url(../images/academy_banner_repeat.gif);
	height:50px;
	text-align:center;
	margin-bottom:10px;
}
#BannerBreaksRepeat { 
	background: url(../images/breaks_banner_repeat.gif);
	height:50px;
	text-align:center;
	margin-bottom:10px;
}
#boxContainerContentHome{
	background-color:#e0e0e0;
}
#boxContainerBottomHome {
	background-repeat: repeat-x;
	background-color:#e0e0e0;
	color:#445261;
	padding:10px;
	height:300px;	
	
}
#boxContainer {
	width: 100%;
}

#boxContainerTop { 
	background: url(../images/box_top_repeat.gif) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#003399;
	height:26px;
}
#boxContainerTopLeft {
	color:#FFFFFF;
	font-weight:bold; 
	background: url(../images/box_top_l.gif) no-repeat;
	height: 26px;
	padding:3px 10px 0 10px;
}
#boxContainerTopRight{
	background: url(../images/box_top_right.gif) no-repeat top right;
	height: 26px;
}

#boxContainerTopLine { 
	background: url(../images/box_top_line_repeat.gif) repeat-x;
	height:10px;
}
#boxContainerTopLeftLine { 
	background: url(../images/box_top_line_l.gif) no-repeat;
	height: 10px;
}
#boxContainerTopRightLine{
	background: url(../images/box_top_line_r.gif) no-repeat top right;
	height: 10px;
}
#boxContainerBottom { 
	background: url(../images/box_bot_repeat.gif) repeat-x;
	height:10px;
	margin-bottom:5px;
}
#boxContainerBottomLeft {
	background: url(../images/box_bot_l.gif) no-repeat bottom left;
	height: 10px;;
}
#boxContainerBottomRight{
	background: url(../images/box_bot_r.gif) no-repeat bottom right;
	height: 10px;
}
#boxContainerContent{
	border-left: #003399 solid 1px;
	border-right: #003399 solid 1px;
}
#boxContainerContentBottom{
	border-bottom: #003399 solid 1px;
}
img.boxContainerCornerBottom {
   width: 9px;
   height: 9px;
   border: none;
   display: block !important;
}
.buttonContainer{
	height:25px;
	text-align:center;
	width:126px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	background: url(../images/box_top_repeat.gif) repeat-x #003399;
}
.buttonContainerRight{
	width:13px;
	float:left;
	height:25px
}
.buttonContainerContent{
	width:100px;
	background: url(../images/buttonBg.png) repeat-x;
	float:left;
	height:25px;
	line-height:23px;
	color:#FFFFFF;
	font-weight:bold;
	
}
.buttonContainerContent a{
	color:#FFFFFF;
	display:block;
}
.buttonContainerContent a:hover{
	color:#999999;
	display:block; 
}
.buttonContainerLeft{
	width:13px;
	float:left;
	height:25px
}
.box_top_repeat {
	background-image: url(../images/box_top_repeat.gif);
	background-repeat: repeat-x;
}
.box_side_repeat {
	background-image: url(../images/box_right_repeat.gif);
	background-repeat: repeat-y;
}
.box_bot_repeat {
	background-image: url(../images/box_bot_repeat.gif);
	background-repeat: repeat-x;
}
.leftsiderule {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;
}