body {
	background: url(../images/pattern1.png) fixed;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000033;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#top {
	background:url(../images/dot.png);
	padding: 10px;
	margin-bottom:10px;
	top:0px;
	border-radius: 0px 0px 5px 5px;
}

#address{
color:#FFFFFF;
vertical-align:middle;
float:left;
}
#network {
	float: right;
}

#date {
	float: left;
}
#container {
	background-image: url(../images/wrap.jpg);
	margin: 0px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 0px 0px 5px 5px;
}


#header {
	background-image: url(../images/header.jpg);
	margin: 0px;
	padding: 5px;
	height: 110px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 5px 5px 0px 0px;
}
#navigation {
	background-image: url(../images/dot.png);
}
#slideshow {
	background-image: url(../images/wrap.jpg);
	margin: 0px;
	padding: 0px;

	
}
#flash {
	background-image: url(../images/dot.png);
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#flash > div{
	width:100%;
	text-align:center;
	color:#FFFFFF;
}

#footer {
	background:url(../images/dot.png);
	padding: 10px;
	margin-top:10px;
	bottom:0px;
	border-radius: 5px 5px 0px 0px;
        color: #FFFFFF;
        font-size: 12px;
}

#footer a
{
text-decoration:none;
color:#FFFFFF;
}

#company {
	float: right;
}

#company a
{
    text-decoration: none;
    color: #FFFFFF;
}

#copyright {
	float: left;
}
.sideContainer {
	background-color: #FFFFFF;
	padding: 12px;
	margin-bottom:20px;
	border-radius: 5px 5px 5px 5px;
}
.sideHeading {
	color:#000033;
	text-align:center;
	padding: 10px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color:#990000;
	font-family: "Oswald";
	font-size:15px;
}

.sideContent {

	padding: 10px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.sideContent  div{
	width:250px;
	text-align:center;
}

#leftCol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 280px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#rightCol {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 680px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.mainContainer {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom:20px;
	border-radius: 5px 5px 5px 5px;
}

.mainHeading {
	color:#000033;
	text-align:left;
	padding: 10px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color:#990000;
	font-family: "Oswald";
	font-size:20px;
}

.mainContent {
	padding: 10px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align:justify;
	overflow:auto;
}

.mainContent li
{
    margin-bottom: 15px;
}


/* Header */
#logo {
	float: left;
	height:110px;
	width:110px;
	
}
#logo2 {
    margin-top: -90px;
    float: right;
}
#headerRight {
	float: right;
	width:850px;
}
#textLogo {
	background-image: url(../images/textLogo.png);
	margin-left:125px;
	margin-right:125px;
	padding: 0px;
	height: 68px;
	width: 650px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
#runBy {
	background-image: url(../images/runBy.png);
	float: left;
	height: 32px;
	width: 322px;
	margin-left:85px;
}
#aff {
	background-image: url(../images/aff.png);
	height: 32px;
	width: 344px;
	float:right;
	margin-right:85px;
}


/* Form */

#Form
{
    width: 100%
}

#Form .l
{
    width: 45%;
    float: left;
}

#Form .r
{
    width: 50%;
    float: right;
    
}

.l label
{
    display: block;
    height: 20px;
    margin-top: 15px;
    font-family: "Oswald";
	font-size:12px;
        margin-bottom: 10px;
        
}

.l input
{
    height: 35px;
    width: 100%;
}

.r input
{
    height: 35px;
    width: 100%;
}

.r label
{
    display: block;
    height: 20px;
    margin-top: 15px;
    font-family: "Oswald";
	font-size:12px;
        margin-bottom: 10px;
}
.r textarea
{
    width: 100%;
    height: 198px;
}

#Form button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(../images/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}	
                
/* Network Icon */

#network {
	margin: 0px;
        
}
.networkIcon {
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	float: left;
        
}

/* Date */

#date
{
    display: block;
    padding-top: 8px;
}


marquee 
{
height:75px;
}


.alumni
{
border-bottom:#FF0000 1px solid;

}

.alumni img
{
width:100px;
height:100px;
margin:10px;
float:left;
}

.alumni .alumnileft
{
width:500px;
float:right;
}

.alumni .lbl
{
width:150px;
height:25px;
line-height:25px;
float:left;
margin-top:2px;
}

.alumni .txt
{
width:350px;
height:25px;
line-height:25px;
float:right;
margin-top:2px;
}

.alumni .dtls
{
width:350px;
line-height:30px;
float:right;
margin-top:10px;
}


#contactUs
{
margin-top:25px;
margin-left:10px;
width:400px;
float:left;
}

#contactUs .lbl
{
width:100px;
height:36px;
margin-bottom:10px;
float:left;
}

#contactUs input
{
width:280px;
height:30px;
margin-bottom:10px;
float:right;
}

#contactUs select
{
width:280px;
height:36px;
margin-bottom:10px;
float:right;
}

textarea
{
width:280px;
height:150px;
margin-bottom:10px;
float:right;
}

button
{
float:right;
height:32px;
width:100px;
}
