* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color:#fddbfa;
}
/* @end */

/* @group Layout */
div#outer {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
	height: 80px;
	margin: 10px 0 0 0;
}
div#body-top {
	width: 1002px;
	height: 66px;
	background: url(../images/body-top.gif) no-repeat;
	overflow: hidden;
}
div#body-middle {
	width: 1002px;
	padding: 1px 0;
	background: url(../images/body-middle.gif) repeat-y;
}
div#body-bottom {
	width: 1002px;
	height: 25px;
	background: url(../images/body-bottom.gif) no-repeat;
	overflow: hidden;
}
div#main-col {
	width: 600px;
	float: left;
	margin-left: 40px;
	display: inline;
}
div#nameplate-top {
	width: 600px;
	height: 8px;
	background: url(../images/nameplate-top.gif) no-repeat;
	overflow: hidden;
}
div#nameplate-middle {
	background-color: #c6d8e8;
	padding: 4px 6px;
	height: 150px;
}
div#nameplate-middle img {
	float: left;
	display: inline;
}
div#nameplate-middle p {
	float: right;
	text-align: left;
	margin: 0;
	line-height: 27px;
	color: #F0C;
	text-transform: uppercase;
	font-size: 90%;
	display: inline;
	font-weight: bold;
}

.tbl_sizes {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	}

.tbl_sizes p {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0 0 0 5px;
	line-height: 27px;
	color: #F0C;
	text-transform: uppercase;
	font-size: 90%;
	display: inline;
	font-weight: bold;
	}

div#nameplate-bottom {
	width: 600px;
	height: 8px;
	background: url(../images/nameplate-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 15px;
}
div#content-top {
	width: 600px;
	height: 8px;
	background: url(../images/content-top.gif) no-repeat;
	overflow: hidden;
}
div#content-wrapper {
	width: 583px;
	border-right: 8px solid #c5d6e8;
	border-left: 8px solid #c5d6e8;
}
div#content {
	background-color: #81a1c1;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
}
div#content div {
	padding: 5px 10px;
	border-bottom: 1px solid #c5d6e8;
}
div#content-bottom {
	width: 600px;
	height: 9px;
	background: url(../images/content-bottom.gif) no-repeat;
	overflow: hidden;
}
div#side-col {
	width: 300px;
	float: right;
	margin-right: 44px;
	display: inline;
}
div.side-box-top {
	width: 300x;
	height: 7px;
	background: url(../images/side-box-top.gif) no-repeat;
	overflow: hidden;
}
div.side-box-middle {
	width: 300px;
	background-color: #c6d8e8;
	padding: 1px 0;
	text-align: center;
	color: #003399;
}
div.side-box-bottom {
	width: 315px;
	height: 7px;
	background: url(../images/side-box-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
div#footer {
	text-align: center;
	
}

div#logo {
	width: 300px;
	height: 75px;
	margin: 0 0 5px 0;
	float: left;
	display: inline;
}
div#login-box {
	float: right;
	width: 433px;
	height: 29px;
	background: url(../images/login-tab.gif) no-repeat;
	margin: 51px 10px 0 0;
	overflow: hidden;
	display: inline;
}
/* @end */

/* @group Nav */
ul#main-nav {
	background: url(../images/nav-tabs.gif) no-repeat;
	height: 27px;
	margin: 32px 0 0 40px;
	overflow: hidden;
}
ul#main-nav li {
	float: left;
	list-style-type: none;
	width: 198px;
	margin: 0;
	text-align: center;
	line-height: 28px;
}
ul#main-nav li#right-tab {
	margin-left: 83px;
}
ul#main-nav a:link, ul#main-nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
}
ul#main-nav a:hover {
	color: #ccc;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #003399;
	margin: 5px 0;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #003399;
	margin: 5px 0;
	font-weight: bold;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #92a8bd;
	margin: 5px 0;
}
h4 {
	font-size: 180%;
	font-weight: nold;
	color: #039;
	margin: 5px 0;
	}
h5 {
	font-size: 120%;
	font-weight: bold;
	color: #003399;
	margin: 5px 0;
		}
h6 { 
	font-size: 120%;
	font-weight: bold;
	color: #003399;
	margin: 5px 0;
	}
/* @end */

/* @group Text Styles */
div#content div p {
	margin: 10px 0;
	color: #fff;
	line-height: 160%;
}
div#login-box {
	color: #fff;
}
div#footer {
	color: #cccccc;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
div#login-box form {
	margin: 5px 0 0 0;
	text-align: center;
}
div#login-box form input {
	margin: 0;
	vertical-align: middle;
}
div#login-box form input.txt {
	width: 75px;
	border: 1px solid #46627c;
	padding: 2px;
	height: 12px;
	line-height: 10px;
}
/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #003399;
	text-decoration:none;
	font-size: 125%;
	font-weight: bold;
	}
div#content a:hover {
	text-decoration: underline;
	color: #003399;
}

div#footer a:link, div#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
#outer #body-middle #main-col #content-wrapper #content div p .normallink strong {
	font-size: 115%;
}

#outer #body-middle #side-col .side-box-middle a {
	color: #E331FB;
	font-size: 12px;
}
#outer #body-middle #side-col .side-box-middle #twtr-profile-widget {
	text-align: center;

}