﻿body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	text-align: center;
}
img
{
	border: 0px;
}

a
{
	color: #d08404;
	text-decoration: underline;
}
a:hover
{
	color: #d08404;
}

h1
{
	font-size: 24px;
	font-weight: bold;
}
h2
{
	color: #A6A6A6;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h2 a
{
	text-decoration: underline;
}
h2 a:hover
{
	text-decoration: underline;
}

form
{
	padding: 0;
	margin: 0;
}

ul, ol, dl, li
{
	position: relative;
}

.gloClear
{
	clear: both;
	font-size: 1px;
}

.conTextfield
{
	width: 185px;
	font-size: 11px;
	border: solid 1px #a3a3c5;
}
.conTextfieldLarge
{
	width: 500px;
	font-size: 11px;
	border: solid 1px #a3a3c5;
}
.conTextfieldMedium
{
	width: 90px;
	font-size: 11px;
	border: solid 1px #a3a3c5;
}
.conTextfieldSmall
{
	font-size: 11px;
	border: solid 1px #a3a3c5;
	width: 20px;
}
.conTextfieldMultiLine
{
	width: 430px;
	height: 120px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #a3a3c5;
}
.conTextfieldError
{
	width: 183px;
	font-size: 11px;
	border: solid 2px #ff9933;
}
.separator
{
	padding-bottom: 15px;
}

.conForm td
{
	padding-right: 10px;
}

div#boxAll
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
}

div#header
{
	position: relative;
	width: 100%;
	height: 457px;
	background-color: #000000;
}

div#headerLogo
{
	position: absolute;
	left: 20px;
	top: 0px;
	width: 951px;
	height: 412px;
}

div#topNav
{
	position: absolute;
	left: 20px;
	top: 420px;
	color: #FFFFFF;
	font-size: 16px;
}

div#topNav A
{
	color: #FFFFFF;
	text-decoration: none;
}

div#topNav A:hover
{
	color: #FBFB14;
	text-decoration: none;
}

div#topNav A:active
{
	color: #FBFB14;
	text-decoration: none;
}

div#boxContent
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

.content
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	width: 820px;
}

.contentStudent
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	width: 100%;
}

.teaser
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	overflow: hidden;
	width: 180px;
}

.list
{
	padding-right: 50px;
}

.upload
{
	font-size: 11px;
}

.subscribeTxt
{
	font-size: 10pt;
	border: 1px solid #999999;
}

.subscribeBtn
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}

.elementItem
{
	border-bottom: solid 1px #000000;
}

.elementItemDisabled
{
	border-bottom: solid 1px #000000;
}

.elementItemDisabled a
{
	color:#CCCCCC;
	text-decoration: underline;
}

