BODY {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	margin-top : 0%;
	padding-top : 0%;
	font-size : 12px;
}

A:LINK {
	color : #3300CC;
	text-decoration : none;
}

A:VISITED {
	color : #00009F;
	text-decoration : none;
}

A:HOVER {
	color : #FF3300;
	text-decoration : underline;
	font-weight : bold;
}


H1 {
	color : #CC3366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 200%;
	font-weight : 900;
	text-align : center;
	text-transform : capitalize;
	padding-bottom : 0%;
	margin-bottom : 0%;
}

H2 {
	color : #CC3366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 170%;
	font-weight : bold;
	text-align : center;
	text-transform : none;
	text-decoration : none;
}

H3 {
	color : #CC3366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 130%;
	font-weight : bold;
	text-align : center;
	text-transform : none;
	text-decoration : none;
}

H4 {
	color : #CC3366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 130%;
	font-weight : bold;
	text-align : center;
	text-transform : none;
	margin-bottom : 0%;
	margin-top : 0%;
	padding-bottom : 0%;
	padding-top : 0%;
}

H5 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 115%;
	font-weight : bold;
	text-align : left;
	text-transform : uppercase;
}

H6 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 115%;
	font-style : italic;
	font-weight : bold;
	text-align : left;
	text-transform : none;
}


CAPTION {
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size : -1;
}

.twlinkheading {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : bolder;
	font-size : 24px;
}

.twlinktext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.headingcentered {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 26px;
	font-weight : bolder;
	text-align : center;
	margin-top : 18px;
	margin-bottom : 12px;
}

.headingleft {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 26px;
	font-weight : bolder;
	margin-top : 18px;
	margin-bottom : 12px;
	color : #0000A0;
}

.subheadingcentered {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
}

.subheadingleft {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #0000A0;
}

.category {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 18px;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
}

.toplink {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 11px;
	font-weight : bold;
}

.twlinktinylink {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.biggertext {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 15px;
	text-decoration : none;
}

.mediumtext {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 13px;
	text-decoration : none;
}

.tinytext {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 11px;
	text-decoration : none;
}

.tinygreytext {
	font-family : Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : 11px;
	text-decoration : none;
}

.redtext {
	color : Red;
	font-weight : bold;
}



.examplelink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

.techheader {
	color : #0080FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

.techboldblue {
	color : #0080FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.subhead {
	color : #452DA8;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	font-size : 18px;
}

.mocklink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #3300CC;
	text-decoration : none;
}

#wrapper {
	position : absolute;
	top : 0;
	left : 0;
	width : 740;
	background-color : #03C;
	height: 100%;
}

#header {
	position : absolute;
	top : 0;
	left : 0;
  background-color : #FBF1E1;
	border-right: 1px solid Black;
	height: 77;
}

#leftcol {
  width : 142;
	height : 100%;
	background-color : #03C;
	text-align : center;
	position : absolute;
	top : 77;
	left : 0;
}

#footer {
  position: absolute;
	bottom: 0;
  text-align : center;
	margin: 15 0 15 0;
}

#maincontent {
  background-color : white;
	border-right: 1px solid Black;
	position : absolute;
	top : 77;
	left : 142;
	height : 100%;
  width: 598;
	background-image: url(images/upper_edge_full_width.jpg);
	background-repeat: repeat-x;
}