body
{
	font-family: "Trebuchet MS" ,sans-serif;	
	background-repeat: repeat-x;
	background-color: #DFE4E7;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
}
img
{
    border: none;
}
a
{
	color: #FF6600;
}
#container
{
	width: 1024px;
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left;
}
#header
{
	padding: 5px 0 0 205px;
	height: 24px;
	background-color: Black;
	color: White;
}
#headerimg
{
	padding: 29px 0 0 0;
	text-align: center;
}
#adverts
{
	float: left;
	width: 200px;
	height: 600px;
}
#adverts img
{
	padding: 0 0 0 20px;
}
#links
{
	padding: 30px 0 30px 0;
	margin-left:200px;
}
#links img
{
    padding-right: 20px;
}
#container h1
{
	display: block;
	float: left;
	width: 784px;
	padding: 4px 0 4px 40px;
	margin: 0 0 0 0;
	font-weight: bold;
	background-color: Black;
	color: White;
	font-size: 105%;
}
#container h2
{
	display: block;
	float: left;
	width: 784px;
	padding: 10px 0 10px 40px;
	margin: 0 0 0 0;
	font-weight: bold;
	background-color: #FF6600;
	color: white;
	font-size: 100%;
}

h2.titleH2
{
 	display: block;
	float: left;
	width: 784px;
	padding: 10px 0 10px 40px;
	margin: 0 0 0 0;
	font-weight: bold;
	background-color: #FF6600;
	color: white;
	font-size: 100%;
    height: 28px;   
}

h2 a
{
    color: White;
}
#mainContent
{
	width: 769px;
	float: left;
	padding: 15px 15px 15px 40px;
	background-color: #f6f6f6;
	line-height: 1.5em;
}
#mainContent table th
{
	color: #FF6600;
	font-size: 80%;
}
#mainContent table td
{
	font-size: 75%;	
}
#mainContent table td table td /* for nested tables, mainly gridview paging */
{
	font-size: 120%;
}
#mainContent .row
{
	width: 750px;
	float:left;	
	padding-top: 8px;
}
#mainContent .row label
{
	width: 180px;
	display:block;
	float:left;
	/*font-weight: bold;*/
}
#mainContent .row label span
{
	font-weight:normal;
	font-style:italic;
	font-size:smaller;
}
#mainContent .row .value
{
	width: 550px;
	float:left;		
}
.hometab
{
	float: left;
	width: 270px;
	background-color: #E9E9E9;
	line-height: 1.53em;
	margin-left: 2px;
	height:400px;
}
.hometab h1
{
	width: 240px !important;
	padding: 4px 0 4px 30px !important;
	
}
.hometab h2
{
	width: 240px !important;
	padding: 10px 0 10px 30px !important;
}
.hometab div
{
	float:left;
	padding: 15px 15px 15px 30px;
}
.hometab input, select
{
	margin-top: 0 !important;
}
.hometab .clearDropdown
{	
	margin: 0 0 -6px -28px;
	padding: 0;
}
/* college page */
.college
{
	float: left;
	width: 550px;
	background-color: #E9E9E9;
	line-height: 1.5em;
	margin-left: 2px;
}
.college h1
{
	width: 520px !important;
	padding: 4px 0 4px 30px !important;
	
}
.college h2
{
	width: 520px !important;
	padding: 4px 0 3px 30px !important;
}
.college div
{
	float:left;
	padding: 15px 15px 15px 30px;
}
.collegeContact
{
	float: left;
	width: 270px;
	background-color: #E9E9E9;
	line-height: 1.5em;
	margin-left: 2px;
	margin-bottom: 3px;
}
.collegeContact h1
{
	width: 240px !important;
	padding: 4px 0 4px 30px !important;
	
}
.collegeContact h2
{
	width: 240px !important;
	padding: 4px 0 3px 30px !important;
}
.collegeContact div
{
	float:left;
	padding: 15px 15px 15px 30px;
	width: 225px;
}
#footer
{
	margin-left: 200px;
	padding: 20px 20px 30px 0;
	font-size: 80%;
}

input, textarea
{
	border: 1px solid #666;
	font-family: "Trebuchet MS" ,sans-serif;
	font-size: 100% !important;	
	padding: 1px 2px 1px 2px;
}
select
{
	border: 1px solid #666;
	font-family: "Trebuchet MS" ,sans-serif;
	font-size: 90%;	
}
.checkbox label
{
    width: auto !important;
    float: none !important;
    display: inline !important;
}
.orangeText
{
	color: #FF6600;
}
.orangeTextItalic
{
	color: #FF6600;
	font-style: italic;
}

/* fieldset */
fieldset
{
	padding: 10px;
	border: solid 1px #FF6600;
	border-collapse: collapse;
	margin-top: 10px;
}
legend
{
	color: #FF6600;
	font-weight: bold;
	font-size: 110%;
}
fieldset label
{
	width: 180px;
	display: inline-block;	
	vertical-align:top;	
}
fieldset input, select
{
	margin-top: 1px;
}

/* Misc */
.privacy
{
	font-size:x-small;
}